Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
autoconf: Move variables which we always set to config.mak.in
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 110e82e9ac52bb0972f25efd5e84a229a72b03d5..6e72a893b71129702551eca56c8221110286f14d 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-263,6
+263,8
@@
static void handle_internal_command(int argc, const char **argv, char **envp)
{ "fmt-merge-msg", cmd_fmt_merge_msg, NEEDS_PREFIX },
{ "prune", cmd_prune, NEEDS_PREFIX },
{ "mv", cmd_mv, NEEDS_PREFIX },
+ { "prune-packed", cmd_prune_packed, NEEDS_PREFIX },
+ { "repo-config", cmd_repo_config },
};
int i;