Optionally shorten git blame output by removing date+line number.

This commit is contained in:
Friedemann Kleint
2009-07-15 15:18:03 +02:00
parent 472a3e635d
commit 41a9395d21
7 changed files with 65 additions and 4 deletions

View File

@@ -56,6 +56,7 @@ struct GitSettings
int logCount;
int timeout;
bool promptToSubmit;
bool omitAnnotationDate;
};
inline bool operator==(const GitSettings &p1, const GitSettings &p2)