Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-10-19 00:49:56 +0400
committerJunio C Hamano <gitster@pobox.com>2013-10-19 00:49:57 +0400
commitdec034a34e3887beaea9a7a390fd950346806c1e (patch)
tree770f9796d19bf337c1a0a42aadb7f1d046e1cd5d /git.c
parentf94a84c408babe92f951050a69e23df537302e54 (diff)
parent0b63c6a5b78f3fdd8c4e4fed4e535e7f4eed4257 (diff)
Merge branch 'sb/repack-in-c'
Rewrite "git repack" in C. * sb/repack-in-c: repack: improve warnings about failure of renaming and removing files repack: retain the return value of pack-objects repack: rewrite the shell script in C
Diffstat (limited to 'git.c')
-rw-r--r--git.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index 1188979465..cb5208de6a 100644
--- a/git.c
+++ b/git.c
@@ -419,6 +419,7 @@ static void handle_internal_command(int argc, const char **argv)
{ "remote", cmd_remote, RUN_SETUP },
{ "remote-ext", cmd_remote_ext },
{ "remote-fd", cmd_remote_fd },
+ { "repack", cmd_repack, RUN_SETUP },
{ "replace", cmd_replace, RUN_SETUP },
{ "repo-config", cmd_repo_config, RUN_SETUP_GENTLY },
{ "rerere", cmd_rerere, RUN_SETUP },