summaryrefslogtreecommitdiff
path: root/ident.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname'Junio C Hamano2013-02-011-1/+5
|\
| * ident: do not drop username when reading from /etc/mailnameJonathan Nieder2013-01-251-1/+5
* | ident: keep separate "explicit" flags for author and committerJeff King2012-11-151-7/+25
* | ident: make user_ident_explicitly_given staticJeff King2012-11-151-1/+5
* | ident.c: mark private file-scope symbols as staticJunio C Hamano2012-09-151-2/+2
|/
* split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano2012-08-311-2/+4
* Merge branch 'jk/ident-gecos-strbuf'Junio C Hamano2012-05-291-127/+116
|\
| * ident: reject bogus email addresses with IDENT_STRICTJeff King2012-05-241-0/+6
| * ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King2012-05-241-3/+3
| * ident: let callers omit name with fmt_indentJeff King2012-05-241-5/+9
| * ident: refactor NO_DATE flag in fmt_identJeff King2012-05-241-6/+9
| * ident: reword empty ident error messageJeff King2012-05-241-1/+1
| * ident: trim whitespace from default name/emailJeff King2012-05-221-1/+4
| * ident: use a dynamic strbuf in fmt_identJeff King2012-05-221-28/+15
| * ident: use full dns names to generate email addressesJeff King2012-05-221-9/+4
| * ident: report passwd errors with a more friendly messageJeff King2012-05-221-15/+5
| * drop length limitations on gecos-derived names and emailsJeff King2012-05-221-65/+39
| * ident: don't write fallback username into git_default_nameJeff King2012-05-221-3/+1
| * fmt_ident: drop IDENT_WARN_ON_NO_NAME codeJeff King2012-05-221-7/+4
| * ident: trim trailing newline from /etc/mailnameJeff King2012-05-221-0/+4
| * move git_default_* variables to ident.cJeff King2012-05-221-0/+4
| * move identity config parsing to ident.cJeff King2012-05-221-0/+21
| * ident: split setup_ident into separate functionsJeff King2012-05-221-16/+19
* | fix off-by-one error in split_ident_lineJeff King2012-05-221-1/+1
|/
* ident.c: add split_ident_line() to parse formatted ident lineJunio C Hamano2012-03-111-0/+68
* ident: do not retrieve default ident when unnecessaryjn/ident-from-etc-mailnameJonathan Nieder2011-10-061-8/+8
* ident: check /etc/mailname if email is unknownJonathan Nieder2011-10-031-14/+54
* Merge branch 'rg/no-gecos-in-pwent'Junio C Hamano2011-05-261-1/+7
|\
| * ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwdRafael Gieschke2011-05-191-1/+7
* | Merge branch 'rg/copy-gecos-username'Junio C Hamano2011-05-191-0/+1
|\ \ | |/
| * copy_gecos: fix not adding nlen to len when processing "&"Rafael Gieschke2011-05-171-0/+1
* | ident: die on bogus date formatJeff King2010-12-201-2/+4
|/
* ident.c: replace fprintf with fputs to suppress compiler warningTarmigan Casebolt2010-01-191-1/+1
* user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano2010-01-171-0/+9
* ident.c: treat $EMAIL as giving user.email identity explicitlyJunio C Hamano2010-01-101-2/+3
* ident.c: check explicit identity for name and email separatelyJunio C Hamano2010-01-101-3/+4
* ident.c: remove unused variablesJunio C Hamano2010-01-081-3/+1
* Suppress warnings from "git var -l"Jonathan Nieder2009-11-131-1/+1
* Add backslash to list of 'crud' characters in real nameLinus Torvalds2008-12-021-0/+1
* Replace uses of "git-var" with "git var"Todd Zullinger2008-07-301-1/+1
* commit: Show committer if automaticSanti Béjar2008-05-061-0/+3
* ident.c: reword error message when the user name cannot be determinedSanti Béjar2008-03-081-1/+1
* Fix grammar nits in documentation and in code comments.Jim Meyering2008-01-031-1/+1
* Re-fix "builtin-commit: fix --signoff"Junio C Hamano2007-12-091-18/+12
* Merge branch 'maint'Junio C Hamano2007-12-061-1/+1
|\
| * Change from using email.com to example.com as example domain, as per RFC 2606.David Symonds2007-12-061-1/+1
* | Merge branch 'kh/commit'Junio C Hamano2007-12-041-5/+23
|\ \
| * | Fix --signoff in builtin-commit differently.Junio C Hamano2007-12-021-10/+24
| * | builtin-commit: fix --signoffJohannes Schindelin2007-11-221-3/+7
| |/
* | Simplify crud() in ident.cAlex Riesen2007-12-041-19/+9
|/