User Tools

Site Tools


projects:progit:inspection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
projects:progit:inspection [2016/02/21 21:14] – [Diff] mkuciaprojects:progit:inspection [2016/02/21 21:22] – [Range] mkucia
Line 54: Line 54:
  
 ===== Range ===== ===== Range =====
-  - ''<rev>''+  - ''<rev>'' - ancestors of commit revision
   - ''^<rev>''   - ''^<rev>''
-  - ''<rev>..<rev>'' +  - ''<rev1>..<rev2>'' - reachable from rev2 but exclude reachable from rev1 (none is HEAD) 
-  - ''<rev>...<rev>'' +  - ''<rev1>...<rev2>''reachable from either but not both (none is HEAD) 
-  ''<rev>^@'' +  - more ...
-  - ''<rev>^!''+
 ===== Reflog ===== ===== Reflog =====
 "Log of references" - list of updates to the references "Log of references" - list of updates to the references
projects/progit/inspection.txt · Last modified: 2016/02/21 21:28 by mkucia