tree-diff: no need to manually verify that there is no mode change for a path
[gitweb.git] / Documentation / revisions.txt
index 2c06ed34ad2ed72f9cf856fb617e54a1956da599..5a286d0d61ffc5b3daa00d7d550d5931a91b35ec 100644 (file)
@@ -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\}'::