Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [PATCH] Move git_author_info and git_commiter_info to ident.c | Eric W. Biederman | 2005-07-15 | 1 | -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.c | Linus Torvalds | 2005-07-12 | 1 | -0/+138 | |
We'll want to use it for the tagging too. |