diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-08 20:24:14 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-08 20:24:14 +0100 |
commit | 3d90c796503efa3ca9812575a41cb8b019d27218 (patch) | |
tree | 4ae0649bc4bf21c371b78669fb946a084a27225b /git.c | |
parent | Merge branch 'jk/pager-per-command' (diff) | |
parent | remote-fd/ext: finishing touches after code review (diff) | |
download | git-3d90c796503efa3ca9812575a41cb8b019d27218.tar.xz git-3d90c796503efa3ca9812575a41cb8b019d27218.zip |
Merge branch 'il/remote-fd-ext'
* il/remote-fd-ext:
remote-fd/ext: finishing touches after code review
git-remote-ext
git-remote-fd
Add bidirectional_transfer_loop()
Conflicts:
compat/mingw.h
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -385,6 +385,8 @@ static void handle_internal_command(int argc, const char **argv) { "receive-pack", cmd_receive_pack }, { "reflog", cmd_reflog, RUN_SETUP }, { "remote", cmd_remote, RUN_SETUP }, + { "remote-ext", cmd_remote_ext }, + { "remote-fd", cmd_remote_fd }, { "replace", cmd_replace, RUN_SETUP }, { "repo-config", cmd_config, RUN_SETUP_GENTLY }, { "rerere", cmd_rerere, RUN_SETUP }, |