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 'bc/ident-dot-is-no-longer-crud-letter'
Junio C Hamano
2023-08-10
1
-1
/
+0
|
\
|
*
ident: don't consider '.' a crud
brian m. carlson
2023-08-02
1
-1
/
+0
*
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-1
/
+3
|
/
*
ident.h: move ident-related declarations out of cache.h
Elijah Newren
2023-02-24
1
-1
/
+4
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
config: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
ident: rename commit_rewrite_person() to apply_mailmap_to_header()
Siddharth Asthana
2022-07-18
1
-2
/
+2
*
ident: move commit_rewrite_person() to ident.c
Siddharth Asthana
2022-07-18
1
-0
/
+74
*
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
2022-02-16
1
-0
/
+1
*
Merge branch 'pw/rebase-i-more-options'
Junio C Hamano
2020-09-03
1
-10
/
+14
|
\
|
*
am: stop exporting GIT_COMMITTER_DATE
Phillip Wood
2020-08-17
1
-10
/
+14
*
|
ident: say whose identity is missing when giving user.name hint
Junio C Hamano
2020-08-22
1
-17
/
+31
|
/
*
Merge branch 'ps/stash-in-c'
Junio C Hamano
2019-04-22
1
-0
/
+20
|
\
|
*
ident: don't require calling prepare_fallback_ident first
Thomas Gummerer
2019-03-07
1
-3
/
+1
|
*
ident: add the ability to provide a "fallback identity"
Johannes Schindelin
2019-03-01
1
-0
/
+22
*
|
config: allow giving separate author and committer idents
William Hubbs
2019-02-04
1
-6
/
+86
|
/
*
mingw: use domain information for default email
Johannes Schindelin
2018-10-16
1
-0
/
+3
*
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
2017-05-26
1
-5
/
+3
|
/
*
Merge branch 'dt/xgethostname-nul-termination'
Junio C Hamano
2017-04-24
1
-2
/
+2
|
\
|
*
xgethostname: handle long hostnames
David Turner
2017-04-19
1
-1
/
+1
|
*
use HOST_NAME_MAX to size buffers for gethostname(2)
René Scharfe
2017-04-19
1
-1
/
+1
|
*
Merge branch 'jk/ident-ai-canonname-could-be-null' into maint
Junio C Hamano
2016-10-03
1
-1
/
+1
|
|
\
|
*
\
Merge branch 'jk/reset-ident-time-per-commit' into maint
Junio C Hamano
2016-08-12
1
-0
/
+5
|
|
\
\
*
|
|
|
ident: do not ignore empty config name/email
Jeff King
2017-02-23
1
-2
/
+2
*
|
|
|
ident: reject all-crud ident name
Jeff King
2017-02-23
1
-0
/
+11
*
|
|
|
ident: handle NULL email when complaining of empty name
Jeff King
2017-02-23
1
-13
/
+13
*
|
|
|
ident: mark error messages for translation
Jeff King
2017-02-23
1
-6
/
+6
*
|
|
|
Merge branch 'jk/ident-ai-canonname-could-be-null'
Junio C Hamano
2016-09-30
1
-1
/
+1
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
ident: handle NULL ai_canonname
Jeff King
2016-09-23
1
-1
/
+1
*
|
|
|
i18n: ident: mark hint for translation
Vasco Almeida
2016-09-21
1
-16
/
+16
*
|
|
|
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
[next]