| Commit message (Expand) | Author | Age | Files | Lines |
* | ident: keep separate "explicit" flags for author and committer | Jeff King | 2012-11-15 | 1 | -7/+25 |
* | ident: make user_ident_explicitly_given static | Jeff King | 2012-11-15 | 1 | -1/+5 |
* | ident.c: mark private file-scope symbols as static | Junio C Hamano | 2012-09-15 | 1 | -2/+2 |
* | split_ident_line(): make best effort when parsing author/committer line | Junio C Hamano | 2012-08-31 | 1 | -2/+4 |
* | Merge branch 'jk/ident-gecos-strbuf' | Junio C Hamano | 2012-05-29 | 1 | -127/+116 |
|\ |
|
| * | ident: reject bogus email addresses with IDENT_STRICT | Jeff King | 2012-05-24 | 1 | -0/+6 |
| * | ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT | Jeff King | 2012-05-24 | 1 | -3/+3 |
| * | ident: let callers omit name with fmt_indent | Jeff King | 2012-05-24 | 1 | -5/+9 |
| * | ident: refactor NO_DATE flag in fmt_ident | Jeff King | 2012-05-24 | 1 | -6/+9 |
| * | ident: reword empty ident error message | Jeff King | 2012-05-24 | 1 | -1/+1 |
| * | ident: trim whitespace from default name/email | Jeff King | 2012-05-22 | 1 | -1/+4 |
| * | ident: use a dynamic strbuf in fmt_ident | Jeff King | 2012-05-22 | 1 | -28/+15 |
| * | ident: use full dns names to generate email addresses | Jeff King | 2012-05-22 | 1 | -9/+4 |
| * | ident: report passwd errors with a more friendly message | Jeff King | 2012-05-22 | 1 | -15/+5 |
| * | drop length limitations on gecos-derived names and emails | Jeff King | 2012-05-22 | 1 | -65/+39 |
| * | ident: don't write fallback username into git_default_name | Jeff King | 2012-05-22 | 1 | -3/+1 |
| * | fmt_ident: drop IDENT_WARN_ON_NO_NAME code | Jeff King | 2012-05-22 | 1 | -7/+4 |
| * | ident: trim trailing newline from /etc/mailname | Jeff King | 2012-05-22 | 1 | -0/+4 |
| * | move git_default_* variables to ident.c | Jeff King | 2012-05-22 | 1 | -0/+4 |
| * | move identity config parsing to ident.c | Jeff King | 2012-05-22 | 1 | -0/+21 |
| * | ident: split setup_ident into separate functions | Jeff King | 2012-05-22 | 1 | -16/+19 |
* | | fix off-by-one error in split_ident_line | Jeff King | 2012-05-22 | 1 | -1/+1 |
|/ |
|
* | ident.c: add split_ident_line() to parse formatted ident line | Junio C Hamano | 2012-03-11 | 1 | -0/+68 |
* | ident: do not retrieve default ident when unnecessaryjn/ident-from-etc-mailname | Jonathan Nieder | 2011-10-06 | 1 | -8/+8 |
* | ident: check /etc/mailname if email is unknown | Jonathan Nieder | 2011-10-03 | 1 | -14/+54 |
* | Merge branch 'rg/no-gecos-in-pwent' | Junio C Hamano | 2011-05-26 | 1 | -1/+7 |
|\ |
|
| * | ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwd | Rafael Gieschke | 2011-05-19 | 1 | -1/+7 |
* | | Merge branch 'rg/copy-gecos-username' | Junio C Hamano | 2011-05-19 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | copy_gecos: fix not adding nlen to len when processing "&" | Rafael Gieschke | 2011-05-17 | 1 | -0/+1 |
* | | ident: die on bogus date format | Jeff King | 2010-12-20 | 1 | -2/+4 |
|/ |
|
* | ident.c: replace fprintf with fputs to suppress compiler warning | Tarmigan Casebolt | 2010-01-19 | 1 | -1/+1 |
* | user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere | Junio C Hamano | 2010-01-17 | 1 | -0/+9 |
* | ident.c: treat $EMAIL as giving user.email identity explicitly | Junio C Hamano | 2010-01-10 | 1 | -2/+3 |
* | ident.c: check explicit identity for name and email separately | Junio C Hamano | 2010-01-10 | 1 | -3/+4 |
* | ident.c: remove unused variables | Junio C Hamano | 2010-01-08 | 1 | -3/+1 |
* | Suppress warnings from "git var -l" | Jonathan Nieder | 2009-11-13 | 1 | -1/+1 |
* | Add backslash to list of 'crud' characters in real name | Linus Torvalds | 2008-12-02 | 1 | -0/+1 |
* | Replace uses of "git-var" with "git var" | Todd Zullinger | 2008-07-30 | 1 | -1/+1 |
* | commit: Show committer if automatic | Santi Béjar | 2008-05-06 | 1 | -0/+3 |
* | ident.c: reword error message when the user name cannot be determined | Santi Béjar | 2008-03-08 | 1 | -1/+1 |
* | Fix grammar nits in documentation and in code comments. | Jim Meyering | 2008-01-03 | 1 | -1/+1 |
* | Re-fix "builtin-commit: fix --signoff" | Junio C Hamano | 2007-12-09 | 1 | -18/+12 |
* | Merge branch 'maint' | Junio C Hamano | 2007-12-06 | 1 | -1/+1 |
|\ |
|
| * | Change from using email.com to example.com as example domain, as per RFC 2606. | David Symonds | 2007-12-06 | 1 | -1/+1 |
* | | Merge branch 'kh/commit' | Junio C Hamano | 2007-12-04 | 1 | -5/+23 |
|\ \ |
|
| * | | Fix --signoff in builtin-commit differently. | Junio C Hamano | 2007-12-02 | 1 | -10/+24 |
| * | | builtin-commit: fix --signoff | Johannes Schindelin | 2007-11-22 | 1 | -3/+7 |
| |/ |
|
* | | Simplify crud() in ident.c | Alex Riesen | 2007-12-04 | 1 | -19/+9 |
|/ |
|
* | Improved hint on how to set identity | Steffen Prohaska | 2007-08-13 | 1 | -4/+4 |
* | Prefer EMAIL to username@hostname. | Matt Kraai | 2007-07-05 | 1 | -7/+12 |