Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
write_file_v(): do not leave incomplete line at the end
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 55c327c7b3d2cd9cf9e0d52ddc5f83b34eeea75e..5feba410cab6d95e3b9ff9745db56a9d045f0c20 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-370,6
+370,7
@@
static int run_builtin(struct cmd_struct *p, int argc, const char **argv)
static struct cmd_struct commands[] = {
{ "add", cmd_add, RUN_SETUP | NEED_WORK_TREE },
+ { "am", cmd_am, RUN_SETUP | NEED_WORK_TREE },
{ "annotate", cmd_annotate, RUN_SETUP },
{ "apply", cmd_apply, RUN_SETUP_GENTLY },
{ "archive", cmd_archive },