diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-16 00:52:55 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-16 01:02:33 -0700 |
commit | 43f934aa9078b6a82cc43c7d4efc9a048b7fed60 (patch) | |
tree | b779c03cc7268f21cb5370cd7f1d1f4b47f58033 /http-push.c | |
parent | Merge branch 'js/diffstat' into next (diff) | |
parent | Tentative built-in "git show" (diff) | |
download | tgif-43f934aa9078b6a82cc43c7d4efc9a048b7fed60.tar.xz |
Merge branch 'lt/logopt' into next
* lt/logopt:
Tentative built-in "git show"
Built-in git-whatchanged.
rev-list option parser fix.
Split init_revisions() out of setup_revisions()
Diffstat (limited to 'http-push.c')
-rw-r--r-- | http-push.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http-push.c b/http-push.c index 19a0f772e7..4a9dcf2bf6 100644 --- a/http-push.c +++ b/http-push.c @@ -2498,6 +2498,7 @@ int main(int argc, char **argv) commit_argv[3] = old_sha1_hex; commit_argc++; } + init_revisions(&revs); setup_revisions(commit_argc, commit_argv, &revs, NULL); free(new_sha1_hex); if (old_sha1_hex) { |