summary refs log tree commit diff
path: root/ident.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason1-0/+1
2020-09-03Merge branch 'pw/rebase-i-more-options'Junio C Hamano1-10/+14
2020-08-21ident: say whose identity is missing when giving user.name hintJunio C Hamano1-17/+31
2020-08-17am: stop exporting GIT_COMMITTER_DATEPhillip Wood1-10/+14
2019-04-22Merge branch 'ps/stash-in-c'Junio C Hamano1-0/+20
2019-03-07ident: don't require calling prepare_fallback_ident firstThomas Gummerer1-3/+1
2019-03-01ident: add the ability to provide a "fallback identity"Johannes Schindelin1-0/+22
2019-02-04config: allow giving separate author and committer identsWilliam Hubbs1-6/+86
2018-10-16mingw: use domain information for default emailJohannes Schindelin1-0/+3
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy1-5/+3
2017-04-23Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano1-2/+2
2017-04-18xgethostname: handle long hostnamesDavid Turner1-1/+1
2017-04-18use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe1-1/+1
2017-02-23ident: do not ignore empty config name/emailJeff King1-2/+2
2017-02-23ident: reject all-crud ident nameJeff King1-0/+11
2017-02-23ident: handle NULL email when complaining of empty nameJeff King1-13/+13
2017-02-23ident: mark error messages for translationJeff King1-6/+6
2016-10-03Merge branch 'jk/ident-ai-canonname-could-be-null' into maintJunio C Hamano1-1/+1
2016-09-29Merge branch 'jk/ident-ai-canonname-could-be-null'Junio C Hamano1-1/+1
2016-09-23ident: handle NULL ai_canonnameJeff King1-1/+1
2016-09-21i18n: ident: mark hint for translationVasco Almeida1-16/+16
2016-08-12Merge branch 'jk/reset-ident-time-per-commit' into maintJunio C Hamano1-0/+5
2016-08-10Merge branch 'jk/reset-ident-time-per-commit'Junio C Hamano1-0/+5
2016-08-01am: reset cached ident date for each patchJeff King1-0/+5
2016-05-18Merge branch 'da/user-useconfigonly' into HEADJunio C Hamano1-6/+10
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano1-5/+3
2016-05-09ident.c: use warning_errno()Nguyễn Thái Ngọc Duy1-5/+3
2016-04-29Merge branch 'da/user-useconfigonly'Junio C Hamano1-6/+10
2016-04-01ident: give "please tell me" message upon useConfigOnly errorMarios Titas1-4/+8
2016-04-01ident: check for useConfigOnly before auto-detection of name/emailMarios Titas1-6/+6
2016-02-17Merge branch 'da/user-useconfigonly'Junio C Hamano1-22/+40
2016-02-08ident: add user.useConfigOnly boolean for when ident shouldn't be guessedDan Aloni1-0/+16
2016-02-04fmt_ident: refactor strictness checksJeff King1-22/+24
2016-01-15ident.c: read /etc/mailname with strbuf_getline()Junio C Hamano1-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano1-1/+1
2015-12-21Merge branch 'jk/ident-loosen-getpwuid'Junio C Hamano1-9/+40
2015-12-14ident: fix undefined variable when NO_IPV6 is setJeff King1-1/+1
2015-12-14ident: loosen getpwuid error in non-strict modeJeff King1-8/+22
2015-12-10ident: keep a flag for bogus default_emailJeff King1-7/+12
2015-12-10ident: make xgetpwuid_self() a static local helperJeff King1-0/+12
2015-11-28ident.c: add support for IPv6Elia Pinto1-4/+27
2014-09-19Merge branch 'jk/commit-author-parsing'Junio C Hamano1-15/+11
2014-08-27date: use strbufs in date-formatting functionsJeff King1-15/+11
2014-07-25config --global --edit: create a template file if neededMatthieu Moy1-1/+1
2013-10-28Merge branch 'jk/split-broken-ident'Junio C Hamano1-1/+15
2013-10-15split_ident: parse timestamp from end of lineJeff King1-1/+15
2013-09-20format-patch: print in-body "From" only when neededJeff King1-0/+29
2013-02-01Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname'Junio C Hamano1-1/+5