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