diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-18 21:50:56 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-18 21:50:56 -0700 |
commit | 404fdef22f1084141aeef5781d5a322554fed481 (patch) | |
tree | abfce65899ec3856f636d9ff5465a8d962296398 /Documentation/git-name-rev.txt | |
parent | Documentation/git.txt: Update links to older documentation pages. (diff) | |
parent | Documentation: Reformatted SYNOPSIS for several commands (diff) | |
download | tgif-404fdef22f1084141aeef5781d5a322554fed481.tar.xz |
Merge branch 'maint'
* maint:
Documentation: Reformatted SYNOPSIS for several commands
Documentation: Added [verse] to SYNOPSIS where necessary
Diffstat (limited to 'Documentation/git-name-rev.txt')
-rw-r--r-- | Documentation/git-name-rev.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-name-rev.txt b/Documentation/git-name-rev.txt index 5b5c4c865f..d6c8bf800f 100644 --- a/Documentation/git-name-rev.txt +++ b/Documentation/git-name-rev.txt @@ -8,6 +8,7 @@ git-name-rev - Find symbolic names for given revs SYNOPSIS -------- +[verse] 'git-name-rev' [--tags] [--refs=<pattern>] ( --all | --stdin | <committish>... ) |