| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2012-08-31 | split_ident_line(): make best effort when parsing author/committer line | Junio C Hamano | 1 | -2/+4 |
| 2012-05-29 | Merge branch 'jk/ident-gecos-strbuf' | Junio C Hamano | 1 | -127/+116 |
| 2012-05-24 | ident: reject bogus email addresses with IDENT_STRICT | Jeff King | 1 | -0/+6 |
| 2012-05-24 | ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT | Jeff King | 1 | -3/+3 |
| 2012-05-24 | ident: let callers omit name with fmt_indent | Jeff King | 1 | -5/+9 |
| 2012-05-24 | ident: refactor NO_DATE flag in fmt_ident | Jeff King | 1 | -6/+9 |
| 2012-05-24 | ident: reword empty ident error message | Jeff King | 1 | -1/+1 |
| 2012-05-22 | fix off-by-one error in split_ident_line | Jeff King | 1 | -1/+1 |
| 2012-05-22 | ident: trim whitespace from default name/email | Jeff King | 1 | -1/+4 |
| 2012-05-22 | ident: use a dynamic strbuf in fmt_ident | Jeff King | 1 | -28/+15 |
| 2012-05-22 | ident: use full dns names to generate email addresses | Jeff King | 1 | -9/+4 |
| 2012-05-22 | ident: report passwd errors with a more friendly message | Jeff King | 1 | -15/+5 |
| 2012-05-22 | drop length limitations on gecos-derived names and emails | Jeff King | 1 | -65/+39 |
| 2012-05-22 | ident: don't write fallback username into git_default_name | Jeff King | 1 | -3/+1 |
| 2012-05-22 | fmt_ident: drop IDENT_WARN_ON_NO_NAME code | Jeff King | 1 | -7/+4 |
| 2012-05-22 | ident: trim trailing newline from /etc/mailname | Jeff King | 1 | -0/+4 |
| 2012-05-22 | move git_default_* variables to ident.c | Jeff King | 1 | -0/+4 |
| 2012-05-22 | move identity config parsing to ident.c | Jeff King | 1 | -0/+21 |
| 2012-05-22 | ident: split setup_ident into separate functions | Jeff King | 1 | -16/+19 |
| 2012-03-11 | ident.c: add split_ident_line() to parse formatted ident line | Junio C Hamano | 1 | -0/+68 |
| 2011-10-06 | ident: do not retrieve default ident when unnecessary | Jonathan Nieder | 1 | -8/+8 |
| 2011-10-03 | ident: check /etc/mailname if email is unknown | Jonathan Nieder | 1 | -14/+54 |
| 2011-05-26 | Merge branch 'rg/no-gecos-in-pwent' | Junio C Hamano | 1 | -1/+7 |
| 2011-05-19 | Merge branch 'rg/copy-gecos-username' | Junio C Hamano | 1 | -0/+1 |
| 2011-05-19 | ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwd | Rafael Gieschke | 1 | -1/+7 |
| 2011-05-17 | copy_gecos: fix not adding nlen to len when processing "&" | Rafael Gieschke | 1 | -0/+1 |
| 2010-12-20 | ident: die on bogus date format | Jeff King | 1 | -2/+4 |
| 2010-01-19 | ident.c: replace fprintf with fputs to suppress compiler warning | Tarmigan Casebolt | 1 | -1/+1 |
| 2010-01-17 | user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere | Junio C Hamano | 1 | -0/+9 |
| 2010-01-10 | ident.c: treat $EMAIL as giving user.email identity explicitly | Junio C Hamano | 1 | -2/+3 |
| 2010-01-10 | ident.c: check explicit identity for name and email separately | Junio C Hamano | 1 | -3/+4 |
| 2010-01-08 | ident.c: remove unused variables | Junio C Hamano | 1 | -3/+1 |
| 2009-11-13 | Suppress warnings from "git var -l" | Jonathan Nieder | 1 | -1/+1 |
| 2008-12-02 | Add backslash to list of 'crud' characters in real name | Linus Torvalds | 1 | -0/+1 |
| 2008-07-30 | Replace uses of "git-var" with "git var" | Todd Zullinger | 1 | -1/+1 |
| 2008-05-06 | commit: Show committer if automatic | Santi Béjar | 1 | -0/+3 |
| 2008-03-08 | ident.c: reword error message when the user name cannot be determined | Santi Béjar | 1 | -1/+1 |
| 2008-01-03 | Fix grammar nits in documentation and in code comments. | Jim Meyering | 1 | -1/+1 |
| 2007-12-09 | Re-fix "builtin-commit: fix --signoff" | Junio C Hamano | 1 | -18/+12 |
| 2007-12-06 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2007-12-06 | Change from using email.com to example.com as example domain, as per RFC 2606. | David Symonds | 1 | -1/+1 |
| 2007-12-04 | Merge branch 'kh/commit' | Junio C Hamano | 1 | -5/+23 |
| 2007-12-04 | Simplify crud() in ident.c | Alex Riesen | 1 | -19/+9 |
| 2007-12-02 | Fix --signoff in builtin-commit differently. | Junio C Hamano | 1 | -10/+24 |
| 2007-11-22 | builtin-commit: fix --signoff | Johannes Schindelin | 1 | -3/+7 |
| 2007-08-13 | Improved hint on how to set identity | Steffen Prohaska | 1 | -4/+4 |
| 2007-07-05 | Prefer EMAIL to username@hostname. | Matt Kraai | 1 | -7/+12 |
| 2007-06-06 | $EMAIL is a last resort fallback, as it's system-wide. | Pierre Habouzit | 1 | -2/+2 |
| 2007-04-29 | Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL | Josh Triplett | 1 | -0/+2 |
| 2007-04-15 | ident.c: Use size_t (instead of int) to store sizes | Luiz Fernando N. Capitulino | 1 | -7/+7 |
| 2007-04-15 | ident.c: Use const qualifier for 'struct passwd' parameters | Luiz Fernando N. Capitulino | 1 | -2/+2 |
| 2007-02-04 | Rename get_ident() to fmt_ident() and make it available to outside | Junio C Hamano | 1 | -4/+4 |
| 2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -2/+2 |
| 2007-01-28 | Don't force everybody to call setup_ident(). | Junio C Hamano | 1 | -16/+35 |
| 2007-01-25 | Allow non-developer to clone, checkout and fetch more easily. | Junio C Hamano | 1 | -17/+11 |
| 2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -3/+0 |
| 2006-12-17 | Default GIT_COMMITTER_NAME to login name in recieve-pack. | Shawn O. Pearce | 1 | -0/+15 |
| 2006-11-28 | ident.c: Trim hint printed when gecos is empty. | Han-Wen Nienhuys | 1 | -5/+10 |
| 2006-06-24 | Rename safe_strncpy() to strlcpy(). | Peter Eriksen | 1 | -2/+2 |
| 2006-06-16 | Implement safe_strncpy() as strlcpy() and use it more. | Peter Eriksen | 1 | -3/+2 |
| 2006-02-18 | Delay "empty ident" errors until they really matter. | Junio C Hamano | 1 | -22/+25 |
| 2006-02-18 | Make "empty ident" error message a bit more helpful. | Junio C Hamano | 1 | -0/+14 |
| 2006-02-08 | Do not allow empty name or email. | Junio C Hamano | 1 | -0/+5 |
| 2005-12-29 | code comments: spell | Junio C Hamano | 1 | -1/+1 |
| 2005-11-21 | git-var: constness and globalness cleanup. | Junio C Hamano | 1 | -5/+10 |
| 2005-10-20 | Use sensible domain name (the DNS one) when guessing ident information | Petr Baudis | 1 | -1/+9 |
| 2005-10-18 | Remove unused include. | Junio C Hamano | 1 | -1/+0 |
| 2005-10-14 | Unlocalized isspace and friends | Linus Torvalds | 1 | -1/+0 |
| 2005-10-11 | Use git config file for committer name and email info | Linus Torvalds | 1 | -16/+14 |
| 2005-09-20 | Use GECOS field a bit better to produce default human readable name. | Junio C Hamano | 1 | -4/+35 |
| 2005-09-17 | [PATCH] getdomainname should be usable on SunOS with -lnsl | Junio C Hamano | 1 | -2/+0 |
| 2005-09-09 | Retire support for old environment variables. | Junio C Hamano | 1 | -2/+2 |
| 2005-09-07 | [PATCH] Portability fix for Solaris 10/x86 | Patrick Mauritz | 1 | -1/+2 |
| 2005-08-23 | Replace C99 array initializers with code. | Jason Riedy | 1 | -8/+18 |
| 2005-07-15 | [PATCH] ident.c: Disambiguate the error messages in setup_ident | Eric W. Biederman | 1 | -2/+2 |
| 2005-07-15 | [PATCH] Move git_author_info and git_commiter_info to ident.c | Eric W. Biederman | 1 | -0/+10 |
| 2005-07-12 | Abstract out the "name <email> date" handling of commit-tree.c | Linus Torvalds | 1 | -0/+138 |