summaryrefslogtreecommitdiffstats
path: root/ident.c
AgeCommit message (Expand)AuthorLines
2008-12-02Add backslash to list of 'crud' characters in real nameLinus Torvalds-0/+1
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger-1/+1
2008-05-06commit: Show committer if automaticSanti Béjar-0/+3
2008-03-08ident.c: reword error message when the user name cannot be determinedSanti Béjar-1/+1
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering-1/+1
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano-18/+12
2007-12-06Merge branch 'maint'Junio C Hamano-1/+1
2007-12-06Change from using email.com to example.com as example domain, as per RFC 2606.David Symonds-1/+1
2007-12-04Merge branch 'kh/commit'Junio C Hamano-5/+23
2007-12-04Simplify crud() in ident.cAlex Riesen-19/+9
2007-12-02Fix --signoff in builtin-commit differently.Junio C Hamano-10/+24
2007-11-22builtin-commit: fix --signoffJohannes Schindelin-3/+7
2007-08-13Improved hint on how to set identitySteffen Prohaska-4/+4
2007-07-05Prefer EMAIL to username@hostname.Matt Kraai-7/+12
2007-06-06$EMAIL is a last resort fallback, as it's system-wide.Pierre Habouzit-2/+2
2007-04-29Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILJosh Triplett-0/+2
2007-04-15ident.c: Use size_t (instead of int) to store sizesLuiz Fernando N. Capitulino-7/+7
2007-04-15ident.c: Use const qualifier for 'struct passwd' parametersLuiz Fernando N. Capitulino-2/+2
2007-02-04Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano-4/+4
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince-2/+2
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano-16/+35
2007-01-25Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano-17/+11
2006-12-20simplify inclusion of system header files.Junio C Hamano-3/+0
2006-12-17Default GIT_COMMITTER_NAME to login name in recieve-pack.Shawn O. Pearce-0/+15
2006-11-28ident.c: Trim hint printed when gecos is empty.Han-Wen Nienhuys-5/+10
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen-2/+2
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen-3/+2
2006-02-18Delay "empty ident" errors until they really matter.Junio C Hamano-22/+25
2006-02-18Make "empty ident" error message a bit more helpful.Junio C Hamano-0/+14
2006-02-08Do not allow empty name or email.Junio C Hamano-0/+5
2005-12-29code comments: spellJunio C Hamano-1/+1
2005-11-21git-var: constness and globalness cleanup.Junio C Hamano-5/+10
2005-10-20Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis-1/+9
2005-10-18Remove unused include.Junio C Hamano-1/+0
2005-10-14Unlocalized isspace and friendsLinus Torvalds-1/+0
2005-10-11Use git config file for committer name and email infoLinus Torvalds-16/+14
2005-09-20Use GECOS field a bit better to produce default human readable name.Junio C Hamano-4/+35
2005-09-17[PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano-2/+0
2005-09-09Retire support for old environment variables.Junio C Hamano-2/+2
2005-09-07[PATCH] Portability fix for Solaris 10/x86Patrick Mauritz-1/+2
2005-08-23Replace C99 array initializers with code.Jason Riedy-8/+18
2005-07-15[PATCH] ident.c: Disambiguate the error messages in setup_identEric W. Biederman-2/+2
2005-07-15[PATCH] Move git_author_info and git_commiter_info to ident.cEric W. Biederman-0/+10
2005-07-12Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds-0/+138