summaryrefslogtreecommitdiff
path: root/ident.c
AgeCommit message (Expand)Author
2018-10-16mingw: use domain information for default emailJohannes Schindelin
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-04-24Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano
2017-04-19xgethostname: handle long hostnamesDavid Turner
2017-04-19use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe
2017-02-23ident: do not ignore empty config name/emailJeff King
2017-02-23ident: reject all-crud ident nameJeff King
2017-02-23ident: handle NULL email when complaining of empty nameJeff King
2017-02-23ident: mark error messages for translationJeff King
2016-10-03Merge branch 'jk/ident-ai-canonname-could-be-null' into maintJunio C Hamano
2016-09-29Merge branch 'jk/ident-ai-canonname-could-be-null'Junio C Hamano
2016-09-23ident: handle NULL ai_canonnameJeff King
2016-09-21i18n: ident: mark hint for translationVasco Almeida
2016-08-12Merge branch 'jk/reset-ident-time-per-commit' into maintJunio C Hamano
2016-08-10Merge branch 'jk/reset-ident-time-per-commit'Junio C Hamano
2016-08-01am: reset cached ident date for each patchJeff King
2016-05-18Merge branch 'da/user-useconfigonly' into HEADJunio C Hamano
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano
2016-05-09ident.c: use warning_errno()Nguyễn Thái Ngọc Duy
2016-04-29Merge branch 'da/user-useconfigonly'Junio C Hamano
2016-04-01ident: give "please tell me" message upon useConfigOnly errorMarios Titas
2016-04-01ident: check for useConfigOnly before auto-detection of name/emailMarios Titas
2016-02-17Merge branch 'da/user-useconfigonly'Junio C Hamano
2016-02-08ident: add user.useConfigOnly boolean for when ident shouldn't be guessedDan Aloni
2016-02-04fmt_ident: refactor strictness checksJeff King
2016-01-15ident.c: read /etc/mailname with strbuf_getline()Junio C Hamano
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-12-21Merge branch 'jk/ident-loosen-getpwuid'Junio C Hamano
2015-12-14ident: fix undefined variable when NO_IPV6 is setJeff King
2015-12-14ident: loosen getpwuid error in non-strict modeJeff King
2015-12-10ident: keep a flag for bogus default_emailJeff King
2015-12-10ident: make xgetpwuid_self() a static local helperJeff King
2015-11-28ident.c: add support for IPv6Elia Pinto
2014-09-19Merge branch 'jk/commit-author-parsing'Junio C Hamano
2014-08-27date: use strbufs in date-formatting functionsJeff King
2014-07-25config --global --edit: create a template file if neededMatthieu Moy
2013-10-28Merge branch 'jk/split-broken-ident'Junio C Hamano
2013-10-15split_ident: parse timestamp from end of lineJeff King
2013-09-20format-patch: print in-body "From" only when neededJeff King
2013-02-01Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname'Junio C Hamano
2013-01-25ident: do not drop username when reading from /etc/mailnameJonathan Nieder
2012-11-16ident: keep separate "explicit" flags for author and committerJeff King
2012-11-16ident: make user_ident_explicitly_given staticJeff King
2012-09-16ident.c: mark private file-scope symbols as staticJunio C Hamano
2012-08-31split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano
2012-05-29Merge branch 'jk/ident-gecos-strbuf'Junio C Hamano
2012-05-25ident: reject bogus email addresses with IDENT_STRICTJeff King
2012-05-25ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King