diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-30 01:00:55 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-30 01:00:55 -0700 |
commit | 6b401891a212950762e8673eaaebe4b6e6c79c0c (patch) | |
tree | 8d196da6fae490d32ffa2bc66797c194610764c3 /git.c | |
parent | Merge branch 'jc/diff' into next (diff) | |
parent | git builtin "push" (diff) | |
download | tgif-6b401891a212950762e8673eaaebe4b6e6c79c0c.tar.xz |
Merge branch 'lt/push' into next
* lt/push:
git builtin "push"
git-format-patch: Use rfc2822 compliant date.
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "fmt-patch", cmd_format_patch }, { "count-objects", cmd_count_objects }, { "diffn", cmd_diff }, + { "push", cmd_push }, }; int i; |