index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ident.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/reset-ident-time-per-commit'
Junio C Hamano
2016-08-10
1
-0
/
+5
|
\
|
*
am: reset cached ident date for each patch
Jeff King
2016-08-01
1
-0
/
+5
|
*
Merge branch 'da/user-useconfigonly' into HEAD
Junio C Hamano
2016-05-18
1
-6
/
+10
|
|
\
*
|
\
Merge branch 'nd/error-errno'
Junio C Hamano
2016-05-17
1
-5
/
+3
|
\
\
\
|
*
|
|
ident.c: use warning_errno()
Nguyễn Thái Ngọc Duy
2016-05-09
1
-5
/
+3
|
|
/
/
*
|
|
Merge branch 'da/user-useconfigonly'
Junio C Hamano
2016-04-29
1
-6
/
+10
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
ident: give "please tell me" message upon useConfigOnly error
Marios Titas
2016-04-02
1
-4
/
+8
|
*
ident: check for useConfigOnly before auto-detection of name/email
Marios Titas
2016-04-01
1
-6
/
+6
*
|
Merge branch 'da/user-useconfigonly'
Junio C Hamano
2016-02-17
1
-22
/
+40
|
\
|
|
*
ident: add user.useConfigOnly boolean for when ident shouldn't be guessed
Dan Aloni
2016-02-08
1
-0
/
+16
|
*
fmt_ident: refactor strictness checks
Jeff King
2016-02-04
1
-22
/
+24
*
|
ident.c: read /etc/mailname with strbuf_getline()
Junio C Hamano
2016-01-15
1
-1
/
+1
*
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-1
/
+1
|
/
*
Merge branch 'jk/ident-loosen-getpwuid'
Junio C Hamano
2015-12-21
1
-9
/
+40
|
\
|
*
ident: loosen getpwuid error in non-strict mode
Jeff King
2015-12-14
1
-8
/
+22
|
*
ident: keep a flag for bogus default_email
Jeff King
2015-12-11
1
-7
/
+12
|
*
ident: make xgetpwuid_self() a static local helper
Jeff King
2015-12-11
1
-0
/
+12
*
|
ident: fix undefined variable when NO_IPV6 is set
Jeff King
2015-12-14
1
-1
/
+1
*
|
ident.c: add support for IPv6
Elia Pinto
2015-11-28
1
-4
/
+27
|
/
*
Merge branch 'jk/commit-author-parsing'
Junio C Hamano
2014-09-19
1
-15
/
+11
|
\
|
*
date: use strbufs in date-formatting functions
Jeff King
2014-08-27
1
-15
/
+11
*
|
config --global --edit: create a template file if needed
Matthieu Moy
2014-07-25
1
-1
/
+1
|
/
*
Merge branch 'jk/split-broken-ident'
Junio C Hamano
2013-10-28
1
-1
/
+15
|
\
|
*
split_ident: parse timestamp from end of line
Jeff King
2013-10-15
1
-1
/
+15
*
|
format-patch: print in-body "From" only when needed
Jeff King
2013-09-20
1
-0
/
+29
|
/
*
Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname'
Junio C Hamano
2013-02-01
1
-1
/
+5
|
\
|
*
ident: do not drop username when reading from /etc/mailname
Jonathan Nieder
2013-01-25
1
-1
/
+5
*
|
ident: keep separate "explicit" flags for author and committer
Jeff King
2012-11-16
1
-7
/
+25
*
|
ident: make user_ident_explicitly_given static
Jeff King
2012-11-16
1
-1
/
+5
*
|
ident.c: mark private file-scope symbols as static
Junio C Hamano
2012-09-16
1
-2
/
+2
|
/
*
split_ident_line(): make best effort when parsing author/committer line
Junio C Hamano
2012-08-31
1
-2
/
+4
*
Merge branch 'jk/ident-gecos-strbuf'
Junio C Hamano
2012-05-29
1
-127
/
+116
|
\
|
*
ident: reject bogus email addresses with IDENT_STRICT
Jeff King
2012-05-25
1
-0
/
+6
|
*
ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT
Jeff King
2012-05-25
1
-3
/
+3
|
*
ident: let callers omit name with fmt_indent
Jeff King
2012-05-25
1
-5
/
+9
|
*
ident: refactor NO_DATE flag in fmt_ident
Jeff King
2012-05-25
1
-6
/
+9
|
*
ident: reword empty ident error message
Jeff King
2012-05-25
1
-1
/
+1
|
*
ident: trim whitespace from default name/email
Jeff King
2012-05-22
1
-1
/
+4
|
*
ident: use a dynamic strbuf in fmt_ident
Jeff King
2012-05-22
1
-28
/
+15
|
*
ident: use full dns names to generate email addresses
Jeff King
2012-05-22
1
-9
/
+4
|
*
ident: report passwd errors with a more friendly message
Jeff King
2012-05-22
1
-15
/
+5
|
*
drop length limitations on gecos-derived names and emails
Jeff King
2012-05-22
1
-65
/
+39
|
*
ident: don't write fallback username into git_default_name
Jeff King
2012-05-22
1
-3
/
+1
|
*
fmt_ident: drop IDENT_WARN_ON_NO_NAME code
Jeff King
2012-05-22
1
-7
/
+4
|
*
ident: trim trailing newline from /etc/mailname
Jeff King
2012-05-22
1
-0
/
+4
|
*
move git_default_* variables to ident.c
Jeff King
2012-05-22
1
-0
/
+4
|
*
move identity config parsing to ident.c
Jeff King
2012-05-22
1
-0
/
+21
|
*
ident: split setup_ident into separate functions
Jeff King
2012-05-22
1
-16
/
+19
*
|
fix off-by-one error in split_ident_line
Jeff King
2012-05-22
1
-1
/
+1
|
/
*
ident.c: add split_ident_line() to parse formatted ident line
Junio C Hamano
2012-03-11
1
-0
/
+68
[next]