diff options
author | David Aguilar <davvid@gmail.com> | 2009-12-01 11:27:34 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-01 12:10:09 -0800 |
commit | af6fbf9f814b3ee23b4b6d632131095c0278ae44 (patch) | |
tree | f130bccf194f8b4170ce6a8c8dba94252fefa0dc /.gitignore | |
parent | Documentation: Fix a few i.e./e.g. mix-ups (diff) | |
download | tgif-af6fbf9f814b3ee23b4b6d632131095c0278ae44.tar.xz |
help: Do not unnecessarily look for a repository
Although 'git help' actually doesn't need to be run inside a git
repository and uses no repository-specific information, it looks for a git
directory. Searching for a git directory can be annoying in auto-mount
environments. With this commit, 'git help' no longer searches for a
repository when run without any options.
7c3baa9 originally modified 'git help -a' to not require a repository.
This applies the same fix for 'git help'.
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions