Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
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 |