summaryrefslogtreecommitdiffstats
path: root/ident.c
AgeCommit message (Expand)AuthorLines
2015-12-21Merge branch 'jk/ident-loosen-getpwuid'Junio C Hamano-9/+40
2015-12-14ident: fix undefined variable when NO_IPV6 is setJeff King-1/+1
2015-12-14ident: loosen getpwuid error in non-strict modeJeff King-8/+22
2015-12-10ident: keep a flag for bogus default_emailJeff King-7/+12
2015-12-10ident: make xgetpwuid_self() a static local helperJeff King-0/+12
2015-11-28ident.c: add support for IPv6Elia Pinto-4/+27
2014-09-19Merge branch 'jk/commit-author-parsing'Junio C Hamano-15/+11
2014-08-27date: use strbufs in date-formatting functionsJeff King-15/+11
2014-07-25config --global --edit: create a template file if neededMatthieu Moy-1/+1
2013-10-28Merge branch 'jk/split-broken-ident'Junio C Hamano-1/+15
2013-10-15split_ident: parse timestamp from end of lineJeff King-1/+15
2013-09-20format-patch: print in-body "From" only when neededJeff King-0/+29
2013-02-01Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname'Junio C Hamano-1/+5
2013-01-25ident: do not drop username when reading from /etc/mailnameJonathan Nieder-1/+5
2012-11-15ident: keep separate "explicit" flags for author and committerJeff King-7/+25
2012-11-15ident: make user_ident_explicitly_given staticJeff King-1/+5
2012-09-15ident.c: mark private file-scope symbols as staticJunio C Hamano-2/+2
2012-08-31split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano-2/+4
2012-05-29Merge branch 'jk/ident-gecos-strbuf'Junio C Hamano-127/+116
2012-05-24ident: reject bogus email addresses with IDENT_STRICTJeff King-0/+6
2012-05-24ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King-3/+3
2012-05-24ident: let callers omit name with fmt_indentJeff King-5/+9
2012-05-24ident: refactor NO_DATE flag in fmt_identJeff King-6/+9
2012-05-24ident: reword empty ident error messageJeff King-1/+1
2012-05-22fix off-by-one error in split_ident_lineJeff King-1/+1
2012-05-22ident: trim whitespace from default name/emailJeff King-1/+4
2012-05-22ident: use a dynamic strbuf in fmt_identJeff King-28/+15
2012-05-22ident: use full dns names to generate email addressesJeff King-9/+4
2012-05-22ident: report passwd errors with a more friendly messageJeff King-15/+5
2012-05-22drop length limitations on gecos-derived names and emailsJeff King-65/+39
2012-05-22ident: don't write fallback username into git_default_nameJeff King-3/+1
2012-05-22fmt_ident: drop IDENT_WARN_ON_NO_NAME codeJeff King-7/+4
2012-05-22ident: trim trailing newline from /etc/mailnameJeff King-0/+4
2012-05-22move git_default_* variables to ident.cJeff King-0/+4
2012-05-22move identity config parsing to ident.cJeff King-0/+21
2012-05-22ident: split setup_ident into separate functionsJeff King-16/+19
2012-03-11ident.c: add split_ident_line() to parse formatted ident lineJunio C Hamano-0/+68
2011-10-06ident: do not retrieve default ident when unnecessaryJonathan Nieder-8/+8
2011-10-03ident: check /etc/mailname if email is unknownJonathan Nieder-14/+54
2011-05-26Merge branch 'rg/no-gecos-in-pwent'Junio C Hamano-1/+7
2011-05-19Merge branch 'rg/copy-gecos-username'Junio C Hamano-0/+1
2011-05-19ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwdRafael Gieschke-1/+7
2011-05-17copy_gecos: fix not adding nlen to len when processing "&"Rafael Gieschke-0/+1
2010-12-20ident: die on bogus date formatJeff King-2/+4
2010-01-19ident.c: replace fprintf with fputs to suppress compiler warningTarmigan Casebolt-1/+1
2010-01-17user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano-0/+9
2010-01-10ident.c: treat $EMAIL as giving user.email identity explicitlyJunio C Hamano-2/+3
2010-01-10ident.c: check explicit identity for name and email separatelyJunio C Hamano-3/+4
2010-01-08ident.c: remove unused variablesJunio C Hamano-3/+1
2009-11-13Suppress warnings from "git var -l"Jonathan Nieder-1/+1