aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2006-06-07 20:43:50 +0200
committerJunio C Hamano <junkio@cox.net>2006-06-07 12:37:46 -0700
commit4514ad4fb77b3c68f69133c22b9c0d3b88ff058f (patch)
tree53df5da969bdf6993afc831847307d70e1d1d1b3 /Documentation/git.txt
parent9dc2164ab390a49b91f4866a85a076a5c5251986 (diff)
downloadgit-4514ad4fb77b3c68f69133c22b9c0d3b88ff058f.tar.gz
git-4514ad4fb77b3c68f69133c22b9c0d3b88ff058f.tar.xz
Document git aliases support
This patch ports and modifies appropriately the git aliases documentation from my patch, shall it rest in peace. Signed-off-by: Petr Baudis <pasky@suse.cz> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 61331ab12..d4472b56d 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -21,6 +21,9 @@ link:everyday.html[Everyday Git] for a useful minimum set of commands, and
"man git-commandname" for documentation of each command. CVS users may
also want to read link:cvs-migration.html[CVS migration].
+The COMMAND is either a name of a Git command (see below) or an alias
+as defined in the configuration file (see gitlink:git-repo-config[1]).
+
OPTIONS
-------
--version::