summaryrefslogtreecommitdiff
path: root/ident.c
AgeCommit message (Expand)Author
2007-08-13Improved hint on how to set identitySteffen Prohaska
2007-07-05Prefer EMAIL to username@hostname.Matt Kraai
2007-06-06$EMAIL is a last resort fallback, as it's system-wide.Pierre Habouzit
2007-04-29Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILJosh Triplett
2007-04-15ident.c: Use size_t (instead of int) to store sizesLuiz Fernando N. Capitulino
2007-04-15ident.c: Use const qualifier for 'struct passwd' parametersLuiz Fernando N. Capitulino
2007-02-04Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano
2007-01-25Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-17Default GIT_COMMITTER_NAME to login name in recieve-pack.Shawn O. Pearce
2006-11-28ident.c: Trim hint printed when gecos is empty.Han-Wen Nienhuys
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen
2006-02-18Delay "empty ident" errors until they really matter.Junio C Hamano
2006-02-18Make "empty ident" error message a bit more helpful.Junio C Hamano
2006-02-08Do not allow empty name or email.Junio C Hamano
2005-12-29code comments: spellJunio C Hamano
2005-11-21git-var: constness and globalness cleanup.Junio C Hamano
2005-10-20Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis
2005-10-18Remove unused include.Junio C Hamano
2005-10-14Unlocalized isspace and friendsLinus Torvalds
2005-10-11Use git config file for committer name and email infoLinus Torvalds
2005-09-20Use GECOS field a bit better to produce default human readable name.Junio C Hamano
2005-09-17[PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano
2005-09-09Retire support for old environment variables.Junio C Hamano
2005-09-07[PATCH] Portability fix for Solaris 10/x86Patrick Mauritz
2005-08-23Replace C99 array initializers with code.Jason Riedy
2005-07-15[PATCH] ident.c: Disambiguate the error messages in setup_identEric W. Biederman
2005-07-15[PATCH] Move git_author_info and git_commiter_info to ident.cEric W. Biederman
2005-07-12Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds