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
/
config.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-17
submodule: convert submodule config lookup to use object_id
brian m. carlson
1
-6
/
+6
2017-07-13
Merge branch 'sb/hashmap-customize-comparison'
Junio C Hamano
1
-3
/
+6
2017-07-13
color: check color.ui in git_default_config()
Jeff King
1
-0
/
+4
2017-07-10
Merge branch 'ab/wildmatch'
Junio C Hamano
1
-1
/
+1
2017-07-05
config.c: drop hashmap_cmp_fn cast
Stefan Beller
1
-4
/
+6
2017-07-05
Merge branch 'bw/repo-object'
Junio C Hamano
1
-74
/
+142
2017-06-30
hashmap.h: compare function has access to a data field
Stefan Beller
1
-3
/
+6
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
1
-2
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-17
/
+24
2017-06-24
Merge branch 'js/alias-early-config'
Junio C Hamano
1
-1
/
+2
2017-06-23
wildmatch: remove unused wildopts parameter
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-06-23
config: read config from a repository object
Brandon Williams
1
-74
/
+142
2017-06-23
Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...
Junio C Hamano
1
-18
/
+26
2017-06-18
branch: add a --copy (-c) option to go with --move (-m)
Sahil Dua
1
-20
/
+82
2017-06-18
config: create a function to format section headers
Sahil Dua
1
-2
/
+11
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2017-06-15
config: don't implicitly use gitdir or commondir
Brandon Williams
1
-10
/
+11
2017-06-15
config: respect commondir
Brandon Williams
1
-4
/
+7
2017-06-15
setup: teach discover_git_directory to respect the commondir
Brandon Williams
1
-4
/
+6
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-15
config: report correct line number upon error
Johannes Schindelin
1
-1
/
+2
2017-06-13
Merge branch 'nd/fopen-errors'
Junio C Hamano
1
-1
/
+4
2017-05-30
Merge branch 'ab/conditional-config-with-symlinks'
Junio C Hamano
1
-0
/
+16
2017-05-29
Merge branch 'js/plug-leaks'
Junio C Hamano
1
-1
/
+4
2017-05-26
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-05-26
wrapper.c: add and use warn_on_fopen_errors()
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2017-05-17
config: match both symlink & realpath versions in IncludeIf.gitdir:*
Ævar Arnfjörð Bjarmason
1
-0
/
+16
2017-05-16
Merge branch 'js/larger-timestamps'
Junio C Hamano
1
-1
/
+1
2017-05-08
git_config_rename_section_in_file(): avoid resource leak
Johannes Schindelin
1
-1
/
+4
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-1
/
+1
2017-04-26
Merge branch 'nd/conditional-config-in-early-config'
Junio C Hamano
1
-20
/
+42
2017-04-23
Merge branch 'nd/conditional-config-include'
Junio C Hamano
1
-6
/
+6
2017-04-19
config: correct file reading order in read_early_config()
Nguyễn Thái Ngọc Duy
1
-14
/
+12
2017-04-17
config: handle conditional include when $GIT_DIR is not set up
Nguyễn Thái Ngọc Duy
1
-8
/
+26
2017-04-17
config: prepare to pass more info in git_config_with_options()
Nguyễn Thái Ngọc Duy
1
-5
/
+11
2017-04-14
config: resolve symlinks in conditional include's patterns
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2017-04-14
path.c: and an option to call real_path() in expand_user_path()
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2017-04-13
http.postbuffer: allow full range of ssize_t values
David Turner
1
-0
/
+17
2017-03-21
Merge branch 'nd/conditional-config-include'
Junio C Hamano
1
-0
/
+92
2017-03-17
Merge branch 'js/early-config'
Junio C Hamano
1
-0
/
+25
2017-03-17
Merge branch 'cc/split-index-config'
Junio C Hamano
1
-2
/
+40
2017-03-14
read_early_config(): really discover .git/
Johannes Schindelin
1
-19
/
+12
2017-03-14
read_early_config(): avoid .git/config hack when unneeded
Johannes Schindelin
1
-2
/
+3
2017-03-14
setup: make read_early_config() reusable
Johannes Schindelin
1
-0
/
+31
2017-03-11
config: add conditional include
Nguyễn Thái Ngọc Duy
1
-0
/
+92
2017-03-10
Merge branch 'jk/parse-config-key-cleanup'
Junio C Hamano
1
-6
/
+9
2017-03-10
Merge branch 'jc/config-case-cmdline-take-2'
Junio C Hamano
1
-97
/
+101
2017-03-01
config: add git_config_get_expiry() from gc.c
Christian Couder
1
-0
/
+13
2017-03-01
config: add git_config_get_max_percent_split_change()
Christian Couder
1
-0
/
+15
2017-03-01
config: add git_config_get_split_index()
Christian Couder
1
-0
/
+10
[prev]
[next]