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
2018-04-09
git_config_set: reuse empty sections
Johannes Schindelin
1
-1
/
+13
2018-04-09
git config --unset: remove empty sections (in the common case)
Johannes Schindelin
1
-2
/
+91
2018-04-09
git_config_set: make use of the config parser's event stream
Johannes Schindelin
1
-89
/
+81
2018-04-09
git_config_set: do not use a state machine
Johannes Schindelin
1
-30
/
+29
2018-04-09
config_set_store: rename some fields for consistency
Johannes Schindelin
1
-32
/
+31
2018-04-09
config: avoid using the global variable `store`
Johannes Schindelin
1
-53
/
+66
2018-04-09
config: introduce an optional event stream while parsing
Johannes Schindelin
1
-12
/
+89
2018-04-06
config --replace-all: avoid extra line breaks
Johannes Schindelin
1
-0
/
+1
2018-04-06
git_config_set: fix off-by-two
Johannes Schindelin
1
-1
/
+1
2018-03-30
config: move flockfile() closer to unlocked functions
Jeff King
1
-3
/
+5
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-1
/
+1
2018-02-13
Merge branch 'tb/crlf-conv-flags'
Junio C Hamano
1
-2
/
+5
2018-02-13
Merge branch 'jh/partial-clone'
Junio C Hamano
1
-0
/
+5
2018-01-16
convert_to_git(): safe_crlf/checksafe becomes int conv_flags
Torsten Bögershausen
1
-2
/
+5
2017-12-08
partial-clone: define partial clone settings in config
Jeff Hostetler
1
-0
/
+5
2017-12-06
Merge branch 'hm/config-parse-expiry-date'
Junio C Hamano
1
-0
/
+10
2017-12-06
Merge branch 'sd/branch-copy' into maint
Junio C Hamano
1
-2
/
+2
2017-11-28
Merge branch 'rs/config-write-section-fix' into maint
Junio C Hamano
1
-1
/
+1
2017-11-27
Merge branch 'rs/config-write-section-fix'
Junio C Hamano
1
-1
/
+1
2017-11-27
Merge branch 'sd/branch-copy'
Junio C Hamano
1
-2
/
+2
2017-11-21
Merge branch 'bp/fsmonitor'
Junio C Hamano
1
-0
/
+14
2017-11-18
config: flip return value of write_section()
René Scharfe
1
-1
/
+1
2017-11-18
config: add --expiry-date
Haaris Mehmood
1
-0
/
+10
2017-11-16
config: avoid "write_in_full(fd, buf, len) != len" pattern
Phillip Wood
1
-2
/
+2
2017-11-06
Merge branch 'ma/lockfile-fixes'
Junio C Hamano
1
-11
/
+10
2017-10-18
Merge branch 'jk/ref-filter-colors-fix'
Junio C Hamano
1
-4
/
+0
2017-10-17
Revert "color: check color.ui in git_default_config()"
Jeff King
1
-4
/
+0
2017-10-06
treewide: prefer lockfiles on the stack
Martin Ågren
1
-9
/
+8
2017-10-03
Merge branch 'sd/branch-copy'
Junio C Hamano
1
-23
/
+91
2017-10-01
fsmonitor: teach git to optionally utilize a file system monitor to speed up ...
Ben Peart
1
-0
/
+14
2017-09-29
Merge branch 'rj/no-sign-compare'
Junio C Hamano
1
-1
/
+1
2017-09-28
Merge branch 'jk/fallthrough'
Junio C Hamano
1
-0
/
+1
2017-09-25
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
1
-19
/
+19
2017-09-22
ALLOC_GROW: avoid -Wsign-compare warnings
Ramsay Jones
1
-1
/
+1
2017-09-22
consistently use "fallthrough" comments in switches
Jeff King
1
-0
/
+1
2017-09-19
Merge branch 'ma/remove-config-maybe-bool'
Junio C Hamano
1
-5
/
+0
2017-09-14
config: flip return value of store_write_*()
Jeff King
1
-13
/
+15
2017-09-14
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
1
-2
/
+2
2017-09-14
config: avoid "write_in_full(fd, buf, len) < len" pattern
Jeff King
1
-4
/
+2
2017-09-07
config: remove git_config_maybe_bool
Martin Ågren
1
-5
/
+0
2017-09-06
stop leaking lock structs in some simple cases
Jeff King
1
-17
/
+7
2017-08-26
Merge branch 'jc/cutoff-config'
Junio C Hamano
1
-0
/
+22
2017-08-23
Merge branch 'jk/ref-filter-colors' into maint
Junio C Hamano
1
-0
/
+4
2017-08-22
rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolved
Junio C Hamano
1
-0
/
+22
2017-08-22
Merge branch 'ma/parse-maybe-bool'
Junio C Hamano
1
-5
/
+10
2017-08-22
Merge branch 'bw/grep-recurse-submodules'
Junio C Hamano
1
-0
/
+17
2017-08-11
Merge branch 'sb/hashmap-cleanup'
Junio C Hamano
1
-4
/
+6
2017-08-11
Merge branch 'jk/ref-filter-colors'
Junio C Hamano
1
-0
/
+4
2017-08-11
Merge branch 'bc/object-id'
Junio C Hamano
1
-6
/
+6
2017-08-07
treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool
Martin Ågren
1
-1
/
+1
[prev]
[next]