summaryrefslogtreecommitdiff
path: root/ident.c
AgeCommit message (Expand)Author
2012-05-22fix off-by-one error in split_ident_lineJeff King
2012-03-11ident.c: add split_ident_line() to parse formatted ident lineJunio C Hamano
2011-10-06ident: do not retrieve default ident when unnecessaryJonathan Nieder
2011-10-03ident: check /etc/mailname if email is unknownJonathan Nieder
2011-05-26Merge branch 'rg/no-gecos-in-pwent'Junio C Hamano
2011-05-20Merge branch 'rg/copy-gecos-username'Junio C Hamano
2011-05-20ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwdRafael Gieschke
2011-05-18copy_gecos: fix not adding nlen to len when processing "&"Rafael Gieschke
2010-12-20ident: die on bogus date formatJeff King
2010-01-19ident.c: replace fprintf with fputs to suppress compiler warningTarmigan Casebolt
2010-01-17user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano
2010-01-10ident.c: treat $EMAIL as giving user.email identity explicitlyJunio C Hamano
2010-01-10ident.c: check explicit identity for name and email separatelyJunio C Hamano
2010-01-08ident.c: remove unused variablesJunio C Hamano
2009-11-13Suppress warnings from "git var -l"Jonathan Nieder
2008-12-02Add backslash to list of 'crud' characters in real nameLinus Torvalds
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger
2008-05-06commit: Show committer if automaticSanti Béjar
2008-03-09ident.c: reword error message when the user name cannot be determinedSanti Béjar
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano
2007-12-07Merge branch 'maint'Junio C Hamano
2007-12-07Change from using email.com to example.com as example domain, as per RFC 2606.David Symonds
2007-12-05Merge branch 'kh/commit'Junio C Hamano
2007-12-04Simplify crud() in ident.cAlex Riesen
2007-12-03Fix --signoff in builtin-commit differently.Junio C Hamano
2007-11-23builtin-commit: fix --signoffJohannes Schindelin
2007-08-14Improved hint on how to set identitySteffen Prohaska
2007-07-06Prefer 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-05Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano
2007-01-29[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-26Allow 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-29ident.c: Trim hint printed when gecos is empty.Han-Wen Nienhuys
2006-06-25Rename safe_strncpy() to strlcpy().Peter Eriksen
2006-06-17Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen
2006-02-19Delay "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-09Do not allow empty name or email.Junio C Hamano
2005-12-29code comments: spellJunio C Hamano
2005-11-22git-var: constness and globalness cleanup.Junio C Hamano
2005-10-21Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis
2005-10-18Remove unused include.Junio C Hamano
2005-10-15Unlocalized isspace and friendsLinus Torvalds