summaryrefslogtreecommitdiff
path: root/ident.c
Commit message (Expand)AuthorAgeFilesLines
* Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILJosh Triplett2007-04-291-0/+2
* ident.c: Use size_t (instead of int) to store sizesLuiz Fernando N. Capitulino2007-04-151-7/+7
* ident.c: Use const qualifier for 'struct passwd' parametersLuiz Fernando N. Capitulino2007-04-151-2/+2
* Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano2007-02-041-4/+4
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-2/+2
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-281-16/+35
* Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano2007-01-251-17/+11
* simplify inclusion of system header files.Junio C Hamano2006-12-201-3/+0
* Default GIT_COMMITTER_NAME to login name in recieve-pack.Shawn O. Pearce2006-12-171-0/+15
* ident.c: Trim hint printed when gecos is empty.Han-Wen Nienhuys2006-11-281-5/+10
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-241-2/+2
* Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-161-3/+2
* Delay "empty ident" errors until they really matter.Junio C Hamano2006-02-181-22/+25
* Make "empty ident" error message a bit more helpful.Junio C Hamano2006-02-181-0/+14
* Do not allow empty name or email.Junio C Hamano2006-02-081-0/+5
* code comments: spellJunio C Hamano2005-12-291-1/+1
* git-var: constness and globalness cleanup.Junio C Hamano2005-11-211-5/+10
* Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis2005-10-201-1/+9
* Remove unused include.Junio C Hamano2005-10-181-1/+0
* Unlocalized isspace and friendsLinus Torvalds2005-10-141-1/+0
* Use git config file for committer name and email infoLinus Torvalds2005-10-111-16/+14
* Use GECOS field a bit better to produce default human readable name.Junio C Hamano2005-09-201-4/+35
* [PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano2005-09-171-2/+0
* Retire support for old environment variables.Junio C Hamano2005-09-091-2/+2
* [PATCH] Portability fix for Solaris 10/x86Patrick Mauritz2005-09-071-1/+2
* Replace C99 array initializers with code.Jason Riedy2005-08-231-8/+18
* [PATCH] ident.c: Disambiguate the error messages in setup_identEric W. Biederman2005-07-151-2/+2
* [PATCH] Move git_author_info and git_commiter_info to ident.cEric W. Biederman2005-07-151-0/+10
* Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds2005-07-121-0/+138