aboutsummaryrefslogtreecommitdiff
path: root/ident.c
Commit message (Expand)AuthorAge
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-24
* Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-16
* Delay "empty ident" errors until they really matter.Junio C Hamano2006-02-18
* Make "empty ident" error message a bit more helpful.Junio C Hamano2006-02-18
* Do not allow empty name or email.Junio C Hamano2006-02-08
* code comments: spellJunio C Hamano2005-12-29
* git-var: constness and globalness cleanup.Junio C Hamano2005-11-21
* Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis2005-10-20
* Remove unused include.Junio C Hamano2005-10-18
* Unlocalized isspace and friendsLinus Torvalds2005-10-14
* Use git config file for committer name and email infoLinus Torvalds2005-10-11
* Use GECOS field a bit better to produce default human readable name.Junio C Hamano2005-09-20
* [PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano2005-09-17
* Retire support for old environment variables.Junio C Hamano2005-09-09
* [PATCH] Portability fix for Solaris 10/x86Patrick Mauritz2005-09-07
* Replace C99 array initializers with code.Jason Riedy2005-08-23
* [PATCH] ident.c: Disambiguate the error messages in setup_identEric W. Biederman2005-07-15
* [PATCH] Move git_author_info and git_commiter_info to ident.cEric W. Biederman2005-07-15
* Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds2005-07-12