39 Commits (39bf13f2d6aaec6ff34bf367f2497fc9247c721f)

Author SHA1 Message Date
Junio C Hamano 774751a8bc Re-fix "builtin-commit: fix --signoff" 17 years ago
David Symonds 8e7425da78 Change from using email.com to example.com as example domain, as per RFC 2606. 17 years ago
Alex Riesen f64c81d428 Simplify crud() in ident.c 17 years ago
Junio C Hamano d9ccfe7711 Fix --signoff in builtin-commit differently. 17 years ago
Johannes Schindelin 13208572fb builtin-commit: fix --signoff 17 years ago
Steffen Prohaska 180787c48f Improved hint on how to set identity 17 years ago
Matt Kraai 46f74f007b Prefer EMAIL to username@hostname. 18 years ago
Junio C Hamano 1367214417 $EMAIL is a last resort fallback, as it's system-wide. 18 years ago
Pierre Habouzit ec563e8153 $EMAIL is a last resort fallback, as it's system-wide. 18 years ago
Josh Triplett 28a94f885a Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL 18 years ago
Luiz Fernando N. Capitulino b073211534 ident.c: Use size_t (instead of int) to store sizes 18 years ago
Luiz Fernando N. Capitulino 0b952a98f1 ident.c: Use const qualifier for 'struct passwd' parameters 18 years ago
Junio C Hamano 798123af21 Rename get_ident() to fmt_ident() and make it available to outside 18 years ago
Tom Prince e0d10e1c63 [PATCH] Rename git-repo-config to git-config. 18 years ago
Junio C Hamano 01754769ab Don't force everybody to call setup_ident(). 18 years ago
Junio C Hamano cb280e1075 Allow non-developer to clone, checkout and fetch more easily. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Shawn O. Pearce a7f196a746 Default GIT_COMMITTER_NAME to login name in recieve-pack. 18 years ago
Han-Wen Nienhuys d5cc2de9ff ident.c: Trim hint printed when gecos is empty. 18 years ago
Peter Eriksen 817151e61a Rename safe_strncpy() to strlcpy(). 19 years ago
Peter Eriksen bfbd0bb6ec Implement safe_strncpy() as strlcpy() and use it more. 19 years ago
Junio C Hamano 589e4f93c7 Delay "empty ident" errors until they really matter. 19 years ago
Junio C Hamano 2fb4a21074 Make "empty ident" error message a bit more helpful. 19 years ago
Junio C Hamano 749be728d4 Delay "empty ident" errors until they really matter. 19 years ago
Junio C Hamano 925f918769 Make "empty ident" error message a bit more helpful. 19 years ago
Junio C Hamano dfdd309e57 Do not allow empty name or email. 19 years ago
Junio C Hamano 82f9d58a39 code comments: spell 19 years ago
Junio C Hamano c7d77dab93 git-var: constness and globalness cleanup. 19 years ago
Petr Baudis adc3dbca1a Use sensible domain name (the DNS one) when guessing ident information 19 years ago
Junio C Hamano 5e5f8091e5 Remove unused include. 19 years ago
Linus Torvalds 4546738b58 Unlocalized isspace and friends 19 years ago
Linus Torvalds e1b10391ea Use git config file for committer name and email info 19 years ago
Junio C Hamano e9bacb4f6a Use GECOS field a bit better to produce default human readable name. 19 years ago
Junio C Hamano 5a90d4ac1a [PATCH] getdomainname should be usable on SunOS with -lnsl 19 years ago
Junio C Hamano a9ab586a5d Retire support for old environment variables. 19 years ago
Patrick Mauritz f0ebff0dfe [PATCH] Portability fix for Solaris 10/x86 19 years ago
Jason Riedy fb2af0375b Replace C99 array initializers with code. 19 years ago
Eric W. Biederman 7a868a8414 [PATCH] ident.c: Disambiguate the error messages in setup_ident 20 years ago
Eric W. Biederman d289d13625 [PATCH] Move git_author_info and git_commiter_info to ident.c 20 years ago
Linus Torvalds 6aa33f4035 Abstract out the "name <email> date" handling of commit-tree.c 20 years ago