summaryrefslogtreecommitdiff
path: root/ident.c
Commit message (Expand)AuthorAgeFilesLines
* ident.h: move ident-related declarations out of cache.hElijah Newren2023-02-231-1/+4
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* config: mark unused callback parametersJeff King2022-08-191-1/+1
* ident: rename commit_rewrite_person() to apply_mailmap_to_header()Siddharth Asthana2022-07-181-2/+2
* ident: move commit_rewrite_person() to ident.cSiddharth Asthana2022-07-181-0/+74
* date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason2022-02-161-0/+1
* Merge branch 'pw/rebase-i-more-options'Junio C Hamano2020-09-031-10/+14
|\
| * am: stop exporting GIT_COMMITTER_DATEPhillip Wood2020-08-171-10/+14
* | ident: say whose identity is missing when giving user.name hintJunio C Hamano2020-08-211-17/+31
|/
* Merge branch 'ps/stash-in-c'Junio C Hamano2019-04-221-0/+20
|\
| * ident: don't require calling prepare_fallback_ident firstThomas Gummerer2019-03-071-3/+1
| * ident: add the ability to provide a "fallback identity"Johannes Schindelin2019-03-011-0/+22
* | config: allow giving separate author and committer identsWilliam Hubbs2019-02-041-6/+86
|/
* mingw: use domain information for default emailJohannes Schindelin2018-10-161-0/+3
* 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 hostnamesdt/xgethostname-nul-terminationDavid 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/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