aboutsummaryrefslogtreecommitdiffstats
path: root/ident.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen1-2/+2
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen1-3/+2
2006-02-18Delay "empty ident" errors until they really matter.Junio C Hamano1-22/+25
2006-02-18Make "empty ident" error message a bit more helpful.Junio C Hamano1-0/+14
2006-02-08Do not allow empty name or email.Junio C Hamano1-0/+5
2005-12-29code comments: spellJunio C Hamano1-1/+1
2005-11-21git-var: constness and globalness cleanup.Junio C Hamano1-5/+10
2005-10-20Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis1-1/+9
2005-10-18Remove unused include.Junio C Hamano1-1/+0
2005-10-14Unlocalized isspace and friendsLinus Torvalds1-1/+0
2005-10-11Use git config file for committer name and email infoLinus Torvalds1-16/+14
2005-09-20Use GECOS field a bit better to produce default human readable name.Junio C Hamano1-4/+35
2005-09-17[PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano1-2/+0
2005-09-09Retire support for old environment variables.Junio C Hamano1-2/+2
2005-09-07[PATCH] Portability fix for Solaris 10/x86Patrick Mauritz1-1/+2
2005-08-23Replace C99 array initializers with code.Jason Riedy1-8/+18
2005-07-15[PATCH] ident.c: Disambiguate the error messages in setup_identEric W. Biederman1-2/+2
2005-07-15[PATCH] Move git_author_info and git_commiter_info to ident.cEric W. Biederman1-0/+10
2005-07-12Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds1-0/+138