aboutsummaryrefslogtreecommitdiffstats
path: root/ident.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-20ident: die on bogus date formatJeff King1-2/+4
2010-01-19ident.c: replace fprintf with fputs to suppress compiler warningTarmigan Casebolt1-1/+1
2010-01-17user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano1-0/+9
2010-01-10ident.c: treat $EMAIL as giving user.email identity explicitlyJunio C Hamano1-2/+3
2010-01-10ident.c: check explicit identity for name and email separatelyJunio C Hamano1-3/+4
2010-01-08ident.c: remove unused variablesJunio C Hamano1-3/+1
2009-11-13Suppress warnings from "git var -l"Jonathan Nieder1-1/+1
2008-12-02Add backslash to list of 'crud' characters in real nameLinus Torvalds1-0/+1
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger1-1/+1
2008-05-06commit: Show committer if automaticSanti Béjar1-0/+3
2008-03-08ident.c: reword error message when the user name cannot be determinedSanti Béjar1-1/+1
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering1-1/+1
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano1-18/+12
2007-12-06Merge branch 'maint'Junio C Hamano1-1/+1
2007-12-06Change from using email.com to example.com as example domain, as per RFC 2606.David Symonds1-1/+1
2007-12-04Merge branch 'kh/commit'Junio C Hamano1-5/+23
2007-12-04Simplify crud() in ident.cAlex Riesen1-19/+9
2007-12-02Fix --signoff in builtin-commit differently.Junio C Hamano1-10/+24
2007-11-22builtin-commit: fix --signoffJohannes Schindelin1-3/+7
2007-08-13Improved hint on how to set identitySteffen Prohaska1-4/+4
2007-07-05Prefer EMAIL to username@hostname.Matt Kraai1-7/+12
2007-06-06$EMAIL is a last resort fallback, as it's system-wide.Pierre Habouzit1-2/+2
2007-04-29Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILJosh Triplett1-0/+2
2007-04-15ident.c: Use size_t (instead of int) to store sizesLuiz Fernando N. Capitulino1-7/+7
2007-04-15ident.c: Use const qualifier for 'struct passwd' parametersLuiz Fernando N. Capitulino1-2/+2
2007-02-04Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano1-4/+4
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-2/+2
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano1-16/+35
2007-01-25Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano1-17/+11
2006-12-20simplify inclusion of system header files.Junio C Hamano1-3/+0
2006-12-17Default GIT_COMMITTER_NAME to login name in recieve-pack.Shawn O. Pearce1-0/+15
2006-11-28ident.c: Trim hint printed when gecos is empty.Han-Wen Nienhuys1-5/+10
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