Changes between Version 4 and Version 5 of GitForDarcsUsers

Show
Ignore:
Timestamp:
08/12/08 07:23:13 (5 years ago)
Author:
nominolo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitForDarcsUsers

    v4 v5  
    7373{{{ 
    7474git log 
     75git log <file-or-directory> 
    7576}}} 
    7677 
     
    8687git log --stat 
    8788}}} 
     89 
     90=== darcs changes --match === 
     91 
     92{{{ 
     93git log --grep="something" 
     94}}} 
     95(the {{{=}}}-sign is important) 
    8896 
    8997=== other ===