summaryrefslogtreecommitdiff
path: root/ident.c
AgeCommit message (Expand)Author
2013-02-01Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname'Junio C Hamano
2013-01-25ident: do not drop username when reading from /etc/mailnameJonathan Nieder
2012-11-16ident: keep separate "explicit" flags for author and committerJeff King
2012-11-16ident: make user_ident_explicitly_given staticJeff King
2012-09-16ident.c: mark private file-scope symbols as staticJunio C Hamano
2012-08-31split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano
2012-05-29Merge branch 'jk/ident-gecos-strbuf'Junio C Hamano
2012-05-25ident: reject bogus email addresses with IDENT_STRICTJeff King
2012-05-25ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King
2012-05-25ident: let callers omit name with fmt_indentJeff King
2012-05-25ident: refactor NO_DATE flag in fmt_identJeff King
2012-05-25ident: reword empty ident error messageJeff King
2012-05-22fix off-by-one error in split_ident_lineJeff King
2012-05-22ident: trim whitespace from default name/emailJeff King
2012-05-22ident: use a dynamic strbuf in fmt_identJeff King
2012-05-22ident: use full dns names to generate email addressesJeff King
2012-05-22ident: report passwd errors with a more friendly messageJeff King
2012-05-22drop length limitations on gecos-derived names and emailsJeff King
2012-05-22ident: don't write fallback username into git_default_nameJeff King
2012-05-22fmt_ident: drop IDENT_WARN_ON_NO_NAME codeJeff King
2012-05-22ident: trim trailing newline from /etc/mailnameJeff King
2012-05-22move git_default_* variables to ident.cJeff King
2012-05-22move identity config parsing to ident.cJeff King
2012-05-22ident: split setup_ident into separate functionsJeff 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