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