diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-14 22:02:57 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-14 22:04:43 -0800 |
commit | 5b4617c7490921f3ea871231f71d6baa2288bf93 (patch) | |
tree | f1e2cddb4fde124903f84e44f0557d2667e79655 /.gitignore | |
parent | git-help: add "help.format" config variable. (diff) | |
download | tgif-5b4617c7490921f3ea871231f71d6baa2288bf93.tar.xz |
Rename git-browse-help helper to git-browse--help
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5eaba41995..aef01c5a2b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,7 @@ git-archive git-bisect git-blame git-branch -git-browse-help +git-browse--help git-bundle git-cat-file git-check-attr |