diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-10-12 00:46:06 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-10-12 00:46:06 -0700 |
| commit | 66d0ff1bd35530f84c2b73e2b0e367637805217a (patch) | |
| tree | 6a32fc84dffe46a587b12e3d3b69436f5ede8a72 /git.c | |
| parent | gitweb: blame porcelain: lineno and orig lineno swapped (diff) | |
| parent | blame: Document and add help text for -f, -n, and -p (diff) | |
| download | git-66d0ff1bd35530f84c2b73e2b0e367637805217a.tar.gz git-66d0ff1bd35530f84c2b73e2b0e367637805217a.zip | |
Merge branch 'jc/blame' into jc/web-blame
* jc/blame:
blame: Document and add help text for -f, -n, and -p
Remove git-annotate.perl and create a builtin-alias for git-blame
Diffstat (limited to 'git.c')
| -rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -219,6 +219,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) int option; } commands[] = { { "add", cmd_add, RUN_SETUP }, + { "annotate", cmd_annotate, }, { "apply", cmd_apply }, { "archive", cmd_archive }, { "cat-file", cmd_cat_file, RUN_SETUP }, |
