diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-12 17:46:16 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-12 17:46:16 -0800 |
commit | 467f42cfa1d298dcaab40e06f8dfa8f80ee345f7 (patch) | |
tree | 8f8e4f458b0a74e2f827eaf746d26c008037bb67 /.gitignore | |
parent | Merge branch 'jc/shortlog-e' (diff) | |
parent | RPM spec: Adjust htmldir (diff) | |
download | tgif-467f42cfa1d298dcaab40e06f8dfa8f80ee345f7.tar.xz |
Merge branch 'cc/help'
* cc/help:
RPM spec: Adjust htmldir
git-help -w: do not require to be in git repository
git.spec.in: remove python_path
Documentation: rename git.texi to user-manual.texi
Add git-browse-help to .gitignore
git-help -i: show info documentation from matching version of git
git-help -i: invoke info with document and node name
Documentation: add gitman.info target
Documentation: describe -w/--web option to "git-help".
Use {web,instaweb,help}.browser config options.
git-help: add -w|--web option to display html man page in a browser.
Documentation: describe -i/--info option to "git-help"
git-help: add -i|--info option to display info page.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bac60ce31a..5eaba41995 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ git-archive git-bisect git-blame git-branch +git-browse-help git-bundle git-cat-file git-check-attr |