Age | Commit message (Expand) | Author | Files | Lines |
2019-04-22 | Merge branch 'ps/stash-in-c' | Junio C Hamano | 1 | -0/+20 |
2019-03-07 | ident: don't require calling prepare_fallback_ident first | Thomas Gummerer | 1 | -3/+1 |
2019-03-01 | ident: add the ability to provide a "fallback identity" | Johannes Schindelin | 1 | -0/+22 |
2019-02-04 | config: allow giving separate author and committer idents | William Hubbs | 1 | -6/+86 |
2018-10-16 | mingw: use domain information for default email | Johannes Schindelin | 1 | -0/+3 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-26 | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 1 | -5/+3 |
2017-04-23 | Merge branch 'dt/xgethostname-nul-termination' | Junio C Hamano | 1 | -2/+2 |
2017-04-18 | xgethostname: handle long hostnames | David Turner | 1 | -1/+1 |
2017-04-18 | use HOST_NAME_MAX to size buffers for gethostname(2) | René Scharfe | 1 | -1/+1 |
2017-02-23 | ident: do not ignore empty config name/email | Jeff King | 1 | -2/+2 |
2017-02-23 | ident: reject all-crud ident name | Jeff King | 1 | -0/+11 |
2017-02-23 | ident: handle NULL email when complaining of empty name | Jeff King | 1 | -13/+13 |
2017-02-23 | ident: mark error messages for translation | Jeff King | 1 | -6/+6 |
2016-10-03 | Merge branch 'jk/ident-ai-canonname-could-be-null' into maint | Junio C Hamano | 1 | -1/+1 |
2016-09-29 | Merge branch 'jk/ident-ai-canonname-could-be-null' | Junio C Hamano | 1 | -1/+1 |
2016-09-23 | ident: handle NULL ai_canonname | Jeff King | 1 | -1/+1 |
2016-09-21 | i18n: ident: mark hint for translation | Vasco Almeida | 1 | -16/+16 |
2016-08-12 | Merge branch 'jk/reset-ident-time-per-commit' into maint | Junio C Hamano | 1 | -0/+5 |
2016-08-10 | Merge branch 'jk/reset-ident-time-per-commit' | Junio C Hamano | 1 | -0/+5 |
2016-08-01 | am: reset cached ident date for each patch | Jeff King | 1 | -0/+5 |
2016-05-18 | Merge branch 'da/user-useconfigonly' into HEAD | Junio C Hamano | 1 | -6/+10 |
2016-05-17 | Merge branch 'nd/error-errno' | Junio C Hamano | 1 | -5/+3 |
2016-05-09 | ident.c: use warning_errno() | Nguyễn Thái Ngọc Duy | 1 | -5/+3 |
2016-04-29 | Merge branch 'da/user-useconfigonly' | Junio C Hamano | 1 | -6/+10 |
2016-04-01 | ident: give "please tell me" message upon useConfigOnly error | Marios Titas | 1 | -4/+8 |
2016-04-01 | ident: check for useConfigOnly before auto-detection of name/email | Marios Titas | 1 | -6/+6 |
2016-02-17 | Merge branch 'da/user-useconfigonly' | Junio C Hamano | 1 | -22/+40 |
2016-02-08 | ident: add user.useConfigOnly boolean for when ident shouldn't be guessed | Dan Aloni | 1 | -0/+16 |
2016-02-04 | fmt_ident: refactor strictness checks | Jeff King | 1 | -22/+24 |
2016-01-15 | ident.c: read /etc/mailname with strbuf_getline() | Junio C Hamano | 1 | -1/+1 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
2015-12-21 | Merge branch 'jk/ident-loosen-getpwuid' | Junio C Hamano | 1 | -9/+40 |
2015-12-14 | ident: fix undefined variable when NO_IPV6 is set | Jeff King | 1 | -1/+1 |
2015-12-14 | ident: loosen getpwuid error in non-strict mode | Jeff King | 1 | -8/+22 |
2015-12-10 | ident: keep a flag for bogus default_email | Jeff King | 1 | -7/+12 |
2015-12-10 | ident: make xgetpwuid_self() a static local helper | Jeff King | 1 | -0/+12 |
2015-11-28 | ident.c: add support for IPv6 | Elia Pinto | 1 | -4/+27 |
2014-09-19 | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 1 | -15/+11 |
2014-08-27 | date: use strbufs in date-formatting functions | Jeff King | 1 | -15/+11 |
2014-07-25 | config --global --edit: create a template file if needed | Matthieu Moy | 1 | -1/+1 |
2013-10-28 | Merge branch 'jk/split-broken-ident' | Junio C Hamano | 1 | -1/+15 |
2013-10-15 | split_ident: parse timestamp from end of line | Jeff King | 1 | -1/+15 |
2013-09-20 | format-patch: print in-body "From" only when needed | Jeff King | 1 | -0/+29 |
2013-02-01 | Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname' | Junio C Hamano | 1 | -1/+5 |
2013-01-25 | ident: do not drop username when reading from /etc/mailname | Jonathan Nieder | 1 | -1/+5 |
2012-11-15 | ident: keep separate "explicit" flags for author and committer | Jeff King | 1 | -7/+25 |
2012-11-15 | ident: make user_ident_explicitly_given static | Jeff King | 1 | -1/+5 |
2012-09-15 | ident.c: mark private file-scope symbols as static | Junio C Hamano | 1 | -2/+2 |