diff options
author | Nikolai Weibull <mailing-lists.git@rawuncut.elitemail.org> | 2005-12-09 00:28:05 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-08 15:50:15 -0800 |
commit | 5e34c99d95e1336b679a185f11747ee8392de9df (patch) | |
tree | 6b4f1b2ec7631085e844703b5acf2a18bd3edaf3 /Documentation/git-ls-remote.txt | |
parent | 6f855371a53bf6a906e573f9ff32a2f9e1dfcfa8 (diff) | |
download | git-5e34c99d95e1336b679a185f11747ee8392de9df.tar.gz git-5e34c99d95e1336b679a185f11747ee8392de9df.tar.xz |
Documentation/git-ls-remote.txt: Add -h and -t.
-h and -t are aliases for --heads and --tags to git-ls-remote.
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-ls-remote.txt')
-rw-r--r-- | Documentation/git-ls-remote.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-ls-remote.txt b/Documentation/git-ls-remote.txt index c0a80d408..66fe60f99 100644 --- a/Documentation/git-ls-remote.txt +++ b/Documentation/git-ls-remote.txt @@ -17,7 +17,7 @@ Displays the references other repository has. OPTIONS ------- ---heads --tags:: +-h|--heads, -t|--tags:: Limit to only refs/heads and refs/tags, respectively. These options are _not_ mutually exclusive; when given both, references stored in refs/heads and refs/tags are |