Age | Commit message (Expand) | Author | Files | Lines |
2018-05-30 | Merge branch 'ma/config-store-data-clear' | Junio C Hamano | 1 | -18/+18 |
2018-05-30 | Merge branch 'js/empty-config-section-fix' | Junio C Hamano | 1 | -1/+1 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -6/+6 |
2018-05-21 | config: let `config_store_data_clear()` handle `key` | Martin Ågren | 1 | -7/+3 |
2018-05-21 | config: let `config_store_data_clear()` handle `value_regex` | Martin Ågren | 1 | -11/+6 |
2018-05-21 | config: free resources of `struct config_store_data` | Martin Ågren | 1 | -0/+9 |
2018-05-18 | config: a user-provided invalid section is not a BUG | Johannes Schindelin | 1 | -1/+1 |
2018-05-08 | Merge branch 'js/colored-push-errors' | Junio C Hamano | 1 | -1/+1 |
2018-05-08 | Merge branch 'tb/config-default' | Junio C Hamano | 1 | -0/+10 |
2018-05-08 | Merge branch 'ls/checkout-encoding' | Junio C Hamano | 1 | -0/+5 |
2018-05-08 | Merge branch 'ds/commit-graph' | Junio C Hamano | 1 | -0/+5 |
2018-05-08 | Merge branch 'js/empty-config-section-fix' | Junio C Hamano | 1 | -133/+315 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -6/+6 |
2018-04-25 | Merge branch 'sb/filenames-with-dashes' | Junio C Hamano | 1 | -1/+1 |
2018-04-25 | Merge branch 'jk/flockfile-stdio' | Junio C Hamano | 1 | -3/+5 |
2018-04-24 | push: colorize errors | Ryan Dammrose | 1 | -1/+1 |
2018-04-23 | config.c: introduce 'git_config_color' to parse ANSI colors | Taylor Blau | 1 | -0/+10 |
2018-04-16 | convert: add round trip check based on 'core.checkRoundtripEncoding' | Lars Schneider | 1 | -0/+5 |
2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2018-04-11 | commit-graph: add core.commitGraph setting | Derrick Stolee | 1 | -0/+5 |
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 |