| Commit message (Expand) | Author | Age | Files | Lines |
* | Delay "empty ident" errors until they really matter. | Junio C Hamano | 2006-02-18 | 1 | -22/+25 |
* | Make "empty ident" error message a bit more helpful. | Junio C Hamano | 2006-02-18 | 1 | -0/+14 |
* | Do not allow empty name or email. | Junio C Hamano | 2006-02-08 | 1 | -0/+5 |
* | code comments: spell | Junio C Hamano | 2005-12-29 | 1 | -1/+1 |
* | git-var: constness and globalness cleanup. | Junio C Hamano | 2005-11-21 | 1 | -5/+10 |
* | Use sensible domain name (the DNS one) when guessing ident information | Petr Baudis | 2005-10-20 | 1 | -1/+9 |
* | Remove unused include. | Junio C Hamano | 2005-10-18 | 1 | -1/+0 |
* | Unlocalized isspace and friends | Linus Torvalds | 2005-10-14 | 1 | -1/+0 |
* | Use git config file for committer name and email info | Linus Torvalds | 2005-10-11 | 1 | -16/+14 |
* | Use GECOS field a bit better to produce default human readable name. | Junio C Hamano | 2005-09-20 | 1 | -4/+35 |
* | [PATCH] getdomainname should be usable on SunOS with -lnsl | Junio C Hamano | 2005-09-17 | 1 | -2/+0 |
* | Retire support for old environment variables. | Junio C Hamano | 2005-09-09 | 1 | -2/+2 |
* | [PATCH] Portability fix for Solaris 10/x86 | Patrick Mauritz | 2005-09-07 | 1 | -1/+2 |
* | Replace C99 array initializers with code. | Jason Riedy | 2005-08-23 | 1 | -8/+18 |
* | [PATCH] ident.c: Disambiguate the error messages in setup_ident | Eric W. Biederman | 2005-07-15 | 1 | -2/+2 |
* | [PATCH] Move git_author_info and git_commiter_info to ident.c | Eric W. Biederman | 2005-07-15 | 1 | -0/+10 |
* | Abstract out the "name <email> date" handling of commit-tree.c | Linus Torvalds | 2005-07-12 | 1 | -0/+138 |