Changes between Version 4 and Version 5 of GitForDarcsUsers
- Timestamp:
- 08/12/08 07:23:13 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitForDarcsUsers
v4 v5 73 73 {{{ 74 74 git log 75 git log <file-or-directory> 75 76 }}} 76 77 … … 86 87 git log --stat 87 88 }}} 89 90 === darcs changes --match === 91 92 {{{ 93 git log --grep="something" 94 }}} 95 (the {{{=}}}-sign is important) 88 96 89 97 === other ===
