Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Ericsson <exon@op5.se>2005-11-16 02:31:25 +0300
committerJunio C Hamano <junkio@cox.net>2005-11-16 03:03:00 +0300
commit97fc6c5fbacc2181319bbd7e2faa8ac04476f862 (patch)
tree1d6fd74ad1e1f6cd678b35e2de2388e6ee1310ef /Documentation/git.txt
parentcb22bc44474686f1e0d1ad991732ccd634498729 (diff)
git --help COMMAND brings up the git-COMMAND man-page.
It's by design a bit stupid (matching ^git rather than ^git-), so as to work with 'gitk' and 'git' as well. Signed-off-by: Andreas Ericsson <ae@op5.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 15ae4f12d0..338e5acb8b 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -24,6 +24,8 @@ OPTIONS
--help::
prints the synopsis and a list of available commands.
+ If a git command is named this option will bring up the
+ man-page for that command.
--exec-path::
path to wherever your core git programs are installed.