summaryrefslogtreecommitdiffstats
path: root/ident.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-261-5/+3
|/
* Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-231-2/+2
|\
| * xgethostname: handle long hostnamesDavid Turner2017-04-181-1/+1
| * use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-181-1/+1
| * Merge branch 'jk/ident-ai-canonname-could-be-null' into maintJunio C Hamano2016-10-031-1/+1
| |\
| * \ Merge branch 'jk/reset-ident-time-per-commit' into maintJunio C Hamano2016-08-121-0/+5
| |\ \
* | | | ident: do not ignore empty config name/emailJeff 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_canonnameJeff 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 patchJeff 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 errorMarios 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 modeJeff 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 setJeff 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 lineJeff King2013-10-151-1/+15
* | format-patch: print in-body "From" only when neededJeff 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