aboutsummaryrefslogtreecommitdiff
path: root/ident.c
Commit message (Expand)AuthorAge
* ident: fix undefined variable when NO_IPV6 is setJeff King2015-12-14
* ident.c: add support for IPv6Elia Pinto2015-11-28
* Merge branch 'jk/commit-author-parsing'Junio C Hamano2014-09-19
|\
| * date: use strbufs in date-formatting functionsJeff King2014-08-27
* | config --global --edit: create a template file if neededMatthieu Moy2014-07-25
|/
* Merge branch 'jk/split-broken-ident'Junio C Hamano2013-10-28
|\
| * split_ident: parse timestamp from end of lineJeff King2013-10-15
* | format-patch: print in-body "From" only when neededJeff King2013-09-20
|/
* Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname'Junio C Hamano2013-02-01
|\
| * ident: do not drop username when reading from /etc/mailnameJonathan Nieder2013-01-25
* | ident: keep separate "explicit" flags for author and committerJeff King2012-11-15
* | ident: make user_ident_explicitly_given staticJeff King2012-11-15
* | ident.c: mark private file-scope symbols as staticJunio C Hamano2012-09-15
|/
* split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano2012-08-31
* Merge branch 'jk/ident-gecos-strbuf'Junio C Hamano2012-05-29
|\
| * ident: reject bogus email addresses with IDENT_STRICTJeff King2012-05-24
| * ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King2012-05-24
| * ident: let callers omit name with fmt_indentJeff King2012-05-24
| * ident: refactor NO_DATE flag in fmt_identJeff King2012-05-24
| * ident: reword empty ident error messageJeff King2012-05-24
| * ident: trim whitespace from default name/emailJeff King2012-05-22
| * ident: use a dynamic strbuf in fmt_identJeff King2012-05-22
| * ident: use full dns names to generate email addressesJeff King2012-05-22
| * ident: report passwd errors with a more friendly messageJeff King2012-05-22
| * drop length limitations on gecos-derived names and emailsJeff King2012-05-22
| * ident: don't write fallback username into git_default_nameJeff King2012-05-22
| * fmt_ident: drop IDENT_WARN_ON_NO_NAME codeJeff King2012-05-22
| * ident: trim trailing newline from /etc/mailnameJeff King2012-05-22
| * move git_default_* variables to ident.cJeff King2012-05-22
| * move identity config parsing to ident.cJeff King2012-05-22
| * ident: split setup_ident into separate functionsJeff King2012-05-22
* | fix off-by-one error in split_ident_lineJeff King2012-05-22
|/
* ident.c: add split_ident_line() to parse formatted ident lineJunio C Hamano2012-03-11
* ident: do not retrieve default ident when unnecessaryJonathan Nieder2011-10-06
* ident: check /etc/mailname if email is unknownJonathan Nieder2011-10-03
* Merge branch 'rg/no-gecos-in-pwent'Junio C Hamano2011-05-26
|\
| * ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwdRafael Gieschke2011-05-19
* | Merge branch 'rg/copy-gecos-username'Junio C Hamano2011-05-19
|\ \ | |/
| * copy_gecos: fix not adding nlen to len when processing "&"Rafael Gieschke2011-05-17
* | ident: die on bogus date formatJeff King2010-12-20
|/
* ident.c: replace fprintf with fputs to suppress compiler warningTarmigan Casebolt2010-01-19
* user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano2010-01-17
* ident.c: treat $EMAIL as giving user.email identity explicitlyJunio C Hamano2010-01-10
* ident.c: check explicit identity for name and email separatelyJunio C Hamano2010-01-10
* ident.c: remove unused variablesJunio C Hamano2010-01-08
* Suppress warnings from "git var -l"Jonathan Nieder2009-11-13
* Add backslash to list of 'crud' characters in real nameLinus Torvalds2008-12-02
* Replace uses of "git-var" with "git var"Todd Zullinger2008-07-30
* commit: Show committer if automaticSanti Béjar2008-05-06
* ident.c: reword error message when the user name cannot be determinedSanti Béjar2008-03-08