summaryrefslogtreecommitdiff
path: root/ident.c
Commit message (Expand)AuthorAgeFilesLines
* ident: do not ignore empty config name/emailjk/ident-emptyJeff King2017-02-231-2/+2
* ident: reject all-crud ident nameJeff King2017-02-231-0/+11
* ident: handle NULL email when complaining of empty nameJeff King2017-02-231-13/+13
* ident: mark error messages for translationJeff King2017-02-231-6/+6
* Merge branch 'jk/ident-ai-canonname-could-be-null'Junio C Hamano2016-09-291-1/+1
|\
| * ident: handle NULL ai_canonnamejk/ident-ai-canonname-could-be-nullJeff King2016-09-231-1/+1
* | i18n: ident: mark hint for translationVasco Almeida2016-09-211-16/+16
* | Merge branch 'jk/reset-ident-time-per-commit'Junio C Hamano2016-08-101-0/+5
|\ \
| * | am: reset cached ident date for each patchjk/reset-ident-time-per-commitJeff King2016-08-011-0/+5
| |/
| * Merge branch 'da/user-useconfigonly' into HEADJunio C Hamano2016-05-181-6/+10
| |\
* | \ Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-5/+3
|\ \ \
| * | | ident.c: use warning_errno()Nguyễn Thái Ngọc Duy2016-05-091-5/+3
| |/ /
* | | Merge branch 'da/user-useconfigonly'Junio C Hamano2016-04-291-6/+10
|\ \ \ | |/ / |/| / | |/
| * ident: give "please tell me" message upon useConfigOnly errorda/user-useconfigonlyMarios Titas2016-04-011-4/+8
| * ident: check for useConfigOnly before auto-detection of name/emailMarios Titas2016-04-011-6/+6
* | Merge branch 'da/user-useconfigonly'Junio C Hamano2016-02-171-22/+40
|\ \ | |/
| * ident: add user.useConfigOnly boolean for when ident shouldn't be guessedDan Aloni2016-02-081-0/+16
| * fmt_ident: refactor strictness checksJeff King2016-02-041-22/+24
* | ident.c: read /etc/mailname with strbuf_getline()Junio C Hamano2016-01-151-1/+1
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
|/
* Merge branch 'jk/ident-loosen-getpwuid'Junio C Hamano2015-12-211-9/+40
|\
| * ident: loosen getpwuid error in non-strict modejk/ident-loosen-getpwuidJeff King2015-12-141-8/+22
| * ident: keep a flag for bogus default_emailJeff King2015-12-101-7/+12
| * ident: make xgetpwuid_self() a static local helperJeff King2015-12-101-0/+12
* | ident: fix undefined variable when NO_IPV6 is setep/ident-with-getaddrinfoJeff King2015-12-141-1/+1
* | ident.c: add support for IPv6Elia Pinto2015-11-281-4/+27
|/
* Merge branch 'jk/commit-author-parsing'Junio C Hamano2014-09-191-15/+11
|\
| * date: use strbufs in date-formatting functionsJeff King2014-08-271-15/+11
* | config --global --edit: create a template file if neededMatthieu Moy2014-07-251-1/+1
|/
* Merge branch 'jk/split-broken-ident'Junio C Hamano2013-10-281-1/+15
|\
| * split_ident: parse timestamp from end of linejk/split-broken-identJeff King2013-10-151-1/+15
* | format-patch: print in-body "From" only when neededjk/format-patch-fromJeff King2013-09-201-0/+29
|/
* 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