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-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
2017-08-07
config: make git_{config,parse}_maybe_bool equivalent
Martin Ågren
1
-5
/
+5
2017-08-07
config: introduce git_parse_maybe_bool_text
Martin Ågren
1
-3
/
+8
2017-08-02
config: add config_from_gitmodules
Brandon Williams
1
-0
/
+17
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
[prev]
[next]