aboutsummaryrefslogtreecommitdiff
path: root/ident.c
Commit message (Expand)AuthorAge
* Merge branch 'rg/no-gecos-in-pwent'Junio C Hamano2011-05-26
|\
| * ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwdRafael Gieschke2011-05-19
* | Merge branch 'rg/copy-gecos-username'Junio C Hamano2011-05-19
|\ \ | |/
| * copy_gecos: fix not adding nlen to len when processing "&"Rafael Gieschke2011-05-17
* | ident: die on bogus date formatJeff King2010-12-20
|/
* ident.c: replace fprintf with fputs to suppress compiler warningTarmigan Casebolt2010-01-19
* user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano2010-01-17
* ident.c: treat $EMAIL as giving user.email identity explicitlyJunio C Hamano2010-01-10
* ident.c: check explicit identity for name and email separatelyJunio C Hamano2010-01-10
* ident.c: remove unused variablesJunio C Hamano2010-01-08
* Suppress warnings from "git var -l"Jonathan Nieder2009-11-13
* Add backslash to list of 'crud' characters in real nameLinus Torvalds2008-12-02
* Replace uses of "git-var" with "git var"Todd Zullinger2008-07-30
* commit: Show committer if automaticSanti Béjar2008-05-06
* ident.c: reword error message when the user name cannot be determinedSanti Béjar2008-03-08
* Fix grammar nits in documentation and in code comments.Jim Meyering2008-01-03
* Re-fix "builtin-commit: fix --signoff"Junio C Hamano2007-12-09
* Merge branch 'maint'Junio C Hamano2007-12-06
|\
| * Change from using email.com to example.com as example domain, as per RFC 2606.David Symonds2007-12-06
* | Merge branch 'kh/commit'Junio C Hamano2007-12-04
|\ \
| * | Fix --signoff in builtin-commit differently.Junio C Hamano2007-12-02
| * | builtin-commit: fix --signoffJohannes Schindelin2007-11-22
| |/
* | Simplify crud() in ident.cAlex Riesen2007-12-04
|/
* Improved hint on how to set identitySteffen Prohaska2007-08-13
* Prefer EMAIL to username@hostname.Matt Kraai2007-07-05
* $EMAIL is a last resort fallback, as it's system-wide.Pierre Habouzit2007-06-06
* Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILJosh Triplett2007-04-29
* ident.c: Use size_t (instead of int) to store sizesLuiz Fernando N. Capitulino2007-04-15
* ident.c: Use const qualifier for 'struct passwd' parametersLuiz Fernando N. Capitulino2007-04-15
* Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano2007-02-04
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-28
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-28
* Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano2007-01-25
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Default GIT_COMMITTER_NAME to login name in recieve-pack.Shawn O. Pearce2006-12-17
* ident.c: Trim hint printed when gecos is empty.Han-Wen Nienhuys2006-11-28
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-24
* Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-16
* Delay "empty ident" errors until they really matter.Junio C Hamano2006-02-18
* Make "empty ident" error message a bit more helpful.Junio C Hamano2006-02-18
* Do not allow empty name or email.Junio C Hamano2006-02-08
* code comments: spellJunio C Hamano2005-12-29
* git-var: constness and globalness cleanup.Junio C Hamano2005-11-21
* Use sensible domain name (the DNS one) when guessing ident informationPetr Baudis2005-10-20
* Remove unused include.Junio C Hamano2005-10-18
* Unlocalized isspace and friendsLinus Torvalds2005-10-14
* Use git config file for committer name and email infoLinus Torvalds2005-10-11
* Use GECOS field a bit better to produce default human readable name.Junio C Hamano2005-09-20
* [PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano2005-09-17
* Retire support for old environment variables.Junio C Hamano2005-09-09