diff options
| author | Junio C Hamano <junkio@cox.net> | 2007-05-20 19:58:03 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2007-05-20 19:58:03 -0700 |
| commit | 738a1154db190c75a7454da85d85be68ad7db065 (patch) | |
| tree | 4abf7c8e14e98a6c0301cb34ad5acd8b42dcfe14 /git.c | |
| parent | Merge branch 'dh/pack' (diff) | |
| parent | Merge branch 'maint-1.5.1' into maint (diff) | |
| download | git-738a1154db190c75a7454da85d85be68ad7db065.tar.gz git-738a1154db190c75a7454da85d85be68ad7db065.zip | |
Merge branch 'maint'
* maint:
annotate: make it work from subdirectories.
git-config: Correct asciidoc documentation for --int/--bool
t1300: Add tests for git-config --bool --get
unpack-trees.c: verify_uptodate: remove dead code
Use PATH_MAX instead of TEMPFILE_PATH_LEN
branch: fix segfault when resolving an invalid HEAD
Diffstat (limited to 'git.c')
| -rw-r--r-- | git.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) int option; } commands[] = { { "add", cmd_add, RUN_SETUP | NOT_BARE }, - { "annotate", cmd_annotate, USE_PAGER }, + { "annotate", cmd_annotate, RUN_SETUP | USE_PAGER }, { "apply", cmd_apply }, { "archive", cmd_archive }, { "blame", cmd_blame, RUN_SETUP }, |
