| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | $EMAIL is a last resort fallback, as it's system-wide. | Pierre Habouzit | 2007-06-06 | 1 | -2/+2 |
* | Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL | Josh Triplett | 2007-04-29 | 1 | -0/+2 |
* | ident.c: Use size_t (instead of int) to store sizes | Luiz Fernando N. Capitulino | 2007-04-15 | 1 | -7/+7 |
* | ident.c: Use const qualifier for 'struct passwd' parameters | Luiz Fernando N. Capitulino | 2007-04-15 | 1 | -2/+2 |
* | Rename get_ident() to fmt_ident() and make it available to outside | Junio C Hamano | 2007-02-04 | 1 | -4/+4 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -2/+2 |
* | Don't force everybody to call setup_ident(). | Junio C Hamano | 2007-01-28 | 1 | -16/+35 |
* | Allow non-developer to clone, checkout and fetch more easily. | Junio C Hamano | 2007-01-25 | 1 | -17/+11 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -3/+0 |
* | Default GIT_COMMITTER_NAME to login name in recieve-pack. | Shawn O. Pearce | 2006-12-17 | 1 | -0/+15 |
* | ident.c: Trim hint printed when gecos is empty. | Han-Wen Nienhuys | 2006-11-28 | 1 | -5/+10 |
* | Rename safe_strncpy() to strlcpy(). | Peter Eriksen | 2006-06-24 | 1 | -2/+2 |
* | Implement safe_strncpy() as strlcpy() and use it more. | Peter Eriksen | 2006-06-16 | 1 | -3/+2 |
* | Delay "empty ident" errors until they really matter. | Junio C Hamano | 2006-02-18 | 1 | -22/+25 |
* | Make "empty ident" error message a bit more helpful. | Junio C Hamano | 2006-02-18 | 1 | -0/+14 |
* | Do not allow empty name or email. | Junio C Hamano | 2006-02-08 | 1 | -0/+5 |
* | code comments: spell | Junio C Hamano | 2005-12-29 | 1 | -1/+1 |
* | git-var: constness and globalness cleanup. | Junio C Hamano | 2005-11-21 | 1 | -5/+10 |
* | Use sensible domain name (the DNS one) when guessing ident information | Petr Baudis | 2005-10-20 | 1 | -1/+9 |
* | Remove unused include. | Junio C Hamano | 2005-10-18 | 1 | -1/+0 |
* | Unlocalized isspace and friends | Linus Torvalds | 2005-10-14 | 1 | -1/+0 |
* | Use git config file for committer name and email info | Linus Torvalds | 2005-10-11 | 1 | -16/+14 |
* | Use GECOS field a bit better to produce default human readable name. | Junio C Hamano | 2005-09-20 | 1 | -4/+35 |
* | [PATCH] getdomainname should be usable on SunOS with -lnsl | Junio C Hamano | 2005-09-17 | 1 | -2/+0 |
* | Retire support for old environment variables. | Junio C Hamano | 2005-09-09 | 1 | -2/+2 |
* | [PATCH] Portability fix for Solaris 10/x86 | Patrick Mauritz | 2005-09-07 | 1 | -1/+2 |
* | Replace C99 array initializers with code. | Jason Riedy | 2005-08-23 | 1 | -8/+18 |
* | [PATCH] ident.c: Disambiguate the error messages in setup_ident | Eric W. Biederman | 2005-07-15 | 1 | -2/+2 |
* | [PATCH] Move git_author_info and git_commiter_info to ident.c | Eric W. Biederman | 2005-07-15 | 1 | -0/+10 |