X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin-revert.c;h=4038b4118da087069db82bfcf6e0dd298aec9036;hb=6e13921b4f7adcc7316a76c0c4955b85b1589a65;hp=7483a7a63bf09a7a123e442e9b933b9d24f2b1a6;hpb=7bc9ed0d5b3dd2fb61cad033bb19e72358d54227;p=git.git diff --git a/builtin-revert.c b/builtin-revert.c index 7483a7a63..4038b4118 100644 --- a/builtin-revert.c +++ b/builtin-revert.c @@ -251,7 +251,7 @@ static int revert_or_cherry_pick(int argc, const char **argv) int i, index_fd, clean; char *oneline, *reencoded_message = NULL; const char *message, *encoding; - char *defmsg = xstrdup(git_path("MERGE_MSG")); + char *defmsg = git_pathdup("MERGE_MSG"); struct merge_options o; struct tree *result, *next_tree, *base_tree, *head_tree; static struct lock_file index_lock;