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
/
builtin
/
config.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-29
Merge branch 'jk/save-getenv-result'
Junio C Hamano
1
-1
/
+1
2019-01-11
config: make a copy of $GIT_CONFIG string
Jeff King
1
-1
/
+1
2018-12-10
style: the opening '{' of a function is in a separate line
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-10-22
worktree: add per-worktree config files
Nguyễn Thái Ngọc Duy
1
-1
/
+18
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
1
-23
/
+27
2018-07-24
Merge branch 'tb/config-default'
Junio C Hamano
1
-12
/
+15
2018-07-23
builtin/config.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-24
/
+24
2018-07-23
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
1
-7
/
+11
2018-07-06
builtin/config: work around an unsized array forward declaration
Beat Bolli
1
-12
/
+15
2018-05-30
Merge branch 'jk/config-blob-sans-repo'
Junio C Hamano
1
-0
/
+3
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-1
/
+1
2018-05-21
config: die when --blob is used outside a repository
Jeff King
1
-0
/
+3
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-1
/
+1
2018-04-23
builtin/config: introduce `color` type specifier
Taylor Blau
1
-0
/
+22
2018-04-23
builtin/config: introduce `--default`
Taylor Blau
1
-0
/
+18
2018-04-19
builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`
Taylor Blau
1
-5
/
+60
2018-04-10
builtin/config.c: treat type specifiers singularly
Taylor Blau
1
-27
/
+22
2018-02-21
config: change default of `pager.config` to "on"
Martin Ågren
1
-1
/
+1
2018-02-21
config: respect `pager.config` in list/get-mode only
Martin Ågren
1
-0
/
+10
2017-11-18
config: add --expiry-date
Haaris Mehmood
1
-1
/
+9
2017-09-08
add UNLEAK annotation for reducing leak false positives
Jeff King
1
-0
/
+4
2017-09-06
config: plug user_config leak
Jeff King
1
-2
/
+5
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
1
-4
/
+2
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-11
/
+16
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-4
/
+2
2017-06-15
config: don't implicitly use gitdir or commondir
Brandon Williams
1
-11
/
+15
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-05-15
config: complain about --local outside of a git repo
Jeff King
1
-0
/
+3
2017-04-26
Merge branch 'jk/war-on-git-path'
Junio C Hamano
1
-2
/
+3
2017-04-26
Merge branch 'nd/conditional-config-in-early-config'
Junio C Hamano
1
-9
/
+12
2017-04-23
Merge branch 'nd/conditional-config-include'
Junio C Hamano
1
-1
/
+1
2017-04-20
replace xstrdup(git_path(...)) with git_pathdup(...)
Jeff King
1
-2
/
+3
2017-04-17
config: prepare to pass more info in git_config_with_options()
Nguyễn Thái Ngọc Duy
1
-9
/
+12
2017-04-14
path.c: and an option to call real_path() in expand_user_path()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-03-21
prefix_filename: return newly allocated string
Jeff King
1
-2
/
+1
2017-03-21
prefix_filename: drop length parameter
Jeff King
1
-1
/
+0
2016-09-15
i18n: config: mark error message for translation
Vasco Almeida
1
-2
/
+2
2016-08-10
Merge branch 'js/commit-slab-decl-fix'
Junio C Hamano
1
-1
/
+0
2016-08-09
config.c: avoid duplicated global static variables
Johannes Sixt
1
-1
/
+0
2016-07-08
config: fix bogus fd check when setting up default config
Jeff King
1
-1
/
+1
2016-04-03
Merge branch 'jk/config-get-urlmatch'
Junio C Hamano
1
-1
/
+4
2016-02-28
config: fail if --get-urlmatch finds no value
John Keeping
1
-1
/
+4
2016-02-26
Merge branch 'js/config-set-in-non-repository'
Junio C Hamano
1
-0
/
+3
2016-02-26
Merge branch 'ps/config-error'
Junio C Hamano
1
-14
/
+14
2016-02-25
git config: report when trying to modify a non-existing repo config
Johannes Schindelin
1
-0
/
+3
2016-02-22
config: rename git_config_set to git_config_set_gently
Patrick Steinhardt
1
-14
/
+14
2016-02-22
config: add '--show-origin' option to print the origin of a config value
Lars Schneider
1
-0
/
+33
2015-09-25
config: use xstrfmt in normalize_value
Jeff King
1
-21
/
+13
2015-08-20
get_urlmatch: avoid useless strbuf write
Jeff King
1
-4
/
+1
2015-08-20
format_config: simplify buffer handling
Jeff King
1
-22
/
+16
[next]