diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-09-08 09:17:01 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-08 09:17:01 -0700 |
commit | 154adcf9c08218077275f7a4c7a6e61632516561 (patch) | |
tree | 3144d9d316f8c56d701fff2adb0f0820d1c9a818 /git.c | |
parent | 1080be268b0558ecdc5567e1864a3ae56e25ba65 (diff) | |
parent | fd5c363da4635d81f29193ae19d8fa7b5657ab39 (diff) | |
download | git-154adcf9c08218077275f7a4c7a6e61632516561.tar.gz |
Merge branch 'tf/cleanup-builtin-help-headers'
* tf/cleanup-builtin-help-headers:
builtin.h: Move two functions definitions to help.h.
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ #include "builtin.h" -#include "exec_cmd.h" #include "cache.h" +#include "exec_cmd.h" +#include "help.h" #include "quote.h" #include "run-command.h" |