1. 6c293d4 ident.c: reword error message when the user name cannot be determined by Santi Béjar · 17 years ago
  2. 790296f Fix grammar nits in documentation and in code comments. by Jim Meyering · 17 years ago
  3. 774751a Re-fix "builtin-commit: fix --signoff" by Junio C Hamano · 17 years ago
  4. 08e1812 Merge branch 'maint' by Junio C Hamano · 17 years ago
  5. 8e7425d Change from using email.com to example.com as example domain, as per RFC 2606. by David Symonds · 17 years ago
  6. 31cbb5d Merge branch 'kh/commit' by Junio C Hamano · 17 years ago
  7. f64c81d Simplify crud() in ident.c by Alex Riesen · 17 years ago
  8. d9ccfe7 Fix --signoff in builtin-commit differently. by Junio C Hamano · 17 years ago
  9. 1320857 builtin-commit: fix --signoff by Johannes Schindelin · 17 years ago
  10. 180787c Improved hint on how to set identity by Steffen Prohaska · 18 years ago
  11. 46f74f0 Prefer EMAIL to username@hostname. by Matt Kraai · 18 years ago
  12. ec563e8 $EMAIL is a last resort fallback, as it's system-wide. by Pierre Habouzit · 18 years ago
  13. 28a94f8 Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL by Josh Triplett · 18 years ago
  14. b073211 ident.c: Use size_t (instead of int) to store sizes by Luiz Fernando N. Capitulino · 18 years ago
  15. 0b952a9 ident.c: Use const qualifier for 'struct passwd' parameters by Luiz Fernando N. Capitulino · 18 years ago
  16. 798123a Rename get_ident() to fmt_ident() and make it available to outside by Junio C Hamano · 18 years ago
  17. e0d10e1 [PATCH] Rename git-repo-config to git-config. by Tom Prince · 18 years ago
  18. 0175476 Don't force everybody to call setup_ident(). by Junio C Hamano · 18 years ago
  19. cb280e1 Allow non-developer to clone, checkout and fetch more easily. by Junio C Hamano · 18 years ago
  20. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  21. a7f196a Default GIT_COMMITTER_NAME to login name in recieve-pack. by Shawn O. Pearce · 18 years ago
  22. d5cc2de ident.c: Trim hint printed when gecos is empty. by Han-Wen Nienhuys · 18 years ago
  23. 817151e Rename safe_strncpy() to strlcpy(). by Peter Eriksen · 19 years ago
  24. bfbd0bb Implement safe_strncpy() as strlcpy() and use it more. by Peter Eriksen · 19 years ago
  25. 749be72 Delay "empty ident" errors until they really matter. by Junio C Hamano · 19 years ago
  26. 925f918 Make "empty ident" error message a bit more helpful. by Junio C Hamano · 19 years ago
  27. dfdd309 Do not allow empty name or email. by Junio C Hamano · 19 years ago
  28. 82f9d58 code comments: spell by Junio C Hamano · 19 years ago
  29. c7d77da git-var: constness and globalness cleanup. by Junio C Hamano · 19 years ago
  30. adc3dbc Use sensible domain name (the DNS one) when guessing ident information by Petr Baudis · 19 years ago
  31. 5e5f809 Remove unused include. by Junio C Hamano · 19 years ago
  32. 4546738 Unlocalized isspace and friends by Linus Torvalds · 19 years ago
  33. e1b1039 Use git config file for committer name and email info by Linus Torvalds · 19 years ago
  34. e9bacb4 Use GECOS field a bit better to produce default human readable name. by Junio C Hamano · 20 years ago
  35. 5a90d4a [PATCH] getdomainname should be usable on SunOS with -lnsl by Junio C Hamano · 20 years ago
  36. a9ab586 Retire support for old environment variables. by Junio C Hamano · 20 years ago
  37. f0ebff0 [PATCH] Portability fix for Solaris 10/x86 by Patrick Mauritz · 20 years ago
  38. fb2af03 Replace C99 array initializers with code. by Jason Riedy · 20 years ago
  39. 7a868a8 [PATCH] ident.c: Disambiguate the error messages in setup_ident by Eric W. Biederman · 20 years ago
  40. d289d13 [PATCH] Move git_author_info and git_commiter_info to ident.c by Eric W. Biederman · 20 years ago
  41. 6aa33f4 Abstract out the "name <email> date" handling of commit-tree.c by Linus Torvalds · 20 years ago