diff options
author | Junio C Hamano <junkio@cox.net> | 2006-06-08 02:27:09 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-08 02:27:09 +0200 |
commit | ab1b3af7925682e0375667b892e2f7e985effba5 (patch) | |
tree | 3f2cdfe4fc3f15e385cf9ba00f06dc6bddf80943 /Documentation/git-read-tree.txt | |
parent | Merge branch 'master' into next (diff) | |
parent | Documentation: git aliases (diff) | |
download | git-ab1b3af7925682e0375667b892e2f7e985effba5.tar.xz git-ab1b3af7925682e0375667b892e2f7e985effba5.zip |
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-read-tree.txt')
-rw-r--r-- | Documentation/git-read-tree.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt index 1c01d00df2..11bd9c0adc 100644 --- a/Documentation/git-read-tree.txt +++ b/Documentation/git-read-tree.txt @@ -266,7 +266,7 @@ file that does not match stage 2. This is done to prevent you from losing your work-in-progress changes, and mixing your random changes in an unrelated merge commit. To illustrate, suppose you start from what has been -commited last to your repository: +committed last to your repository: ---------------- $ JC=`git-rev-parse --verify "HEAD^0"` |