summaryrefslogtreecommitdiff
path: root/ident.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [PATCH] Move git_author_info and git_commiter_info to ident.cEric W. Biederman2005-07-151-0/+10
| | | | | | | Moving these functions allows all of the logic for figuring out what these values are to be shared between programs. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds2005-07-121-0/+138
We'll want to use it for the tagging too.