diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-06-07 17:27:09 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-06-07 17:27:09 -0700 |
| commit | ab1b3af7925682e0375667b892e2f7e985effba5 (patch) | |
| tree | 3f2cdfe4fc3f15e385cf9ba00f06dc6bddf80943 /Documentation/git-name-rev.txt | |
| parent | fd4c6cc9d6f6a4a8bd9f4f2825675261f5d91c9c (diff) | |
| parent | 99b41c84a53bf8bb09f06adeb0e3ded503afe706 (diff) | |
| download | git-ab1b3af7925682e0375667b892e2f7e985effba5.tar.gz | |
Merge branch 'master' into next
* master:
Documentation: git aliases
git-cvsserver asciidoc formatting tweaks
config.txt grammar, typo, and asciidoc fixes
Documentation: git-ls-tree (typofix)
Document git-ls-tree --fullname
Document git aliases support
make clean: remove dist-doc targets.
Misc doc improvements
Documentation: add missing docs make check-docs found.
Some doc typo fixes
Off-by-one error in get_path_prefix(), found by Valgrind
gitk: Re-read the descendent/ancestor tag & head info on update
Diffstat (limited to 'Documentation/git-name-rev.txt')
| -rw-r--r-- | Documentation/git-name-rev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-name-rev.txt b/Documentation/git-name-rev.txt index ffaa00468f..39a1434a0e 100644 --- a/Documentation/git-name-rev.txt +++ b/Documentation/git-name-rev.txt @@ -8,7 +8,7 @@ git-name-rev - Find symbolic names for given revs SYNOPSIS -------- -'git-name-rev' [--tags] ( --all | --stdin | <commitish>... ) +'git-name-rev' [--tags] ( --all | --stdin | <committish>... ) DESCRIPTION ----------- |
