aboutsummaryrefslogtreecommitdiff
path: root/ident.c
Commit message (Expand)AuthorAge
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-26
|/
* Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-23
|\
| * xgethostname: handle long hostnamesDavid Turner2017-04-18
| * use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-18
| * Merge branch 'jk/ident-ai-canonname-could-be-null' into maintJunio C Hamano2016-10-03
| |\
| * \ Merge branch 'jk/reset-ident-time-per-commit' into maintJunio C Hamano2016-08-12
| |\ \
* | | | ident: do not ignore empty config name/emailJeff King2017-02-23
* | | | ident: reject all-crud ident nameJeff King2017-02-23
* | | | ident: handle NULL email when complaining of empty nameJeff King2017-02-23
* | | | ident: mark error messages for translationJeff King2017-02-23
* | | | Merge branch 'jk/ident-ai-canonname-could-be-null'Junio C Hamano2016-09-29
|\ \ \ \ | | |_|/ | |/| |
| * | | ident: handle NULL ai_canonnameJeff King2016-09-23
* | | | i18n: ident: mark hint for translationVasco Almeida2016-09-21
* | | | Merge branch 'jk/reset-ident-time-per-commit'Junio C Hamano2016-08-10
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | am: reset cached ident date for each patchJeff King2016-08-01
| |/
| * Merge branch 'da/user-useconfigonly' into HEADJunio C Hamano2016-05-18
| |\
* | \ Merge branch 'nd/error-errno'Junio C Hamano2016-05-17
|\ \ \
| * | | ident.c: use warning_errno()Nguyễn Thái Ngọc Duy2016-05-09
| |/ /
* | | Merge branch 'da/user-useconfigonly'Junio C Hamano2016-04-29
|\ \ \ | |/ / |/| / | |/
| * ident: give "please tell me" message upon useConfigOnly errorMarios Titas2016-04-01
| * ident: check for useConfigOnly before auto-detection of name/emailMarios Titas2016-04-01
* | Merge branch 'da/user-useconfigonly'Junio C Hamano2016-02-17
|\ \ | |/
| * ident: add user.useConfigOnly boolean for when ident shouldn't be guessedDan Aloni2016-02-08
| * fmt_ident: refactor strictness checksJeff King2016-02-04
* | ident.c: read /etc/mailname with strbuf_getline()Junio C Hamano2016-01-15
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
|/
* Merge branch 'jk/ident-loosen-getpwuid'Junio C Hamano2015-12-21
|\
| * ident: loosen getpwuid error in non-strict modeJeff King2015-12-14
| * ident: keep a flag for bogus default_emailJeff King2015-12-10
| * ident: make xgetpwuid_self() a static local helperJeff King2015-12-10
* | 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