summaryrefslogtreecommitdiff
path: root/Documentation/revisions.txt
diff options
context:
space:
mode:
authorThomas Rast <tr@thomasrast.ch>2014-01-19 07:01:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-01-21 21:50:00 (GMT)
commit75d6e552a8f289fb0ee606a7bdfceace6df93bb3 (patch)
tree0df0521684eceeae01a28f603f9189a552700ad8 /Documentation/revisions.txt
parentac930287ff16823531b541a8e6a7436279e612be (diff)
downloadgit-75d6e552a8f289fb0ee606a7bdfceace6df93bb3.zip
git-75d6e552a8f289fb0ee606a7bdfceace6df93bb3.tar.gz
git-75d6e552a8f289fb0ee606a7bdfceace6df93bb3.tar.bz2
Documentation: @{-N} can refer to a commit
The @{-N} syntax always referred to the N-th last thing checked out, which can be either a branch or a commit (for detached HEAD cases). However, the documentation only mentioned branches. Edit in a "/commit" in the appropriate places. Reported-by: Kevin <ikke@ikke.info> Signed-off-by: Thomas Rast <tr@thomasrast.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/revisions.txt')
-rw-r--r--Documentation/revisions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/revisions.txt b/Documentation/revisions.txt
index 2c06ed3..5a286d0 100644
--- a/Documentation/revisions.txt
+++ b/Documentation/revisions.txt
@@ -88,7 +88,7 @@ some output processing may assume ref names in UTF-8.
branch 'blabla' then '@\{1\}' means the same as 'blabla@\{1\}'.
'@\{-<n>\}', e.g. '@\{-1\}'::
- The construct '@\{-<n>\}' means the <n>th branch checked out
+ The construct '@\{-<n>\}' means the <n>th branch/commit checked out
before the current one.
'<branchname>@\{upstream\}', e.g. 'master@\{upstream\}', '@\{u\}'::