Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> --- http-push.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/http-push.c b/http-push.c index 5b23038..c4b28f2 100644 --- a/http-push.c +++ b/http-push.c @@ -2175,7 +2175,7 @@ int main(int argc, char **argv) struct ref *ref; char *rewritten_url = NULL; - setup_git_directory(); + const char *prefix = setup_git_directory(); remote = xcalloc(sizeof(*remote), 1); @@ -2382,7 +2382,7 @@ int main(int argc, char **argv) commit_argv[3] = old_sha1_hex; commit_argc++; } - init_revisions(&revs, setup_git_directory()); + init_revisions(&revs, prefix); setup_revisions(commit_argc, commit_argv, &revs, NULL); free(new_sha1_hex); if (old_sha1_hex) { -- 1.5.4.2.281.g28d0e -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html