summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2018-05-30Merge branch 'ma/config-store-data-clear'Junio C Hamano
2018-05-30Merge branch 'js/empty-config-section-fix'Junio C Hamano
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-21config: let `config_store_data_clear()` handle `key`Martin Ågren
2018-05-21config: let `config_store_data_clear()` handle `value_regex`Martin Ågren
2018-05-21config: free resources of `struct config_store_data`Martin Ågren
2018-05-17config: a user-provided invalid section is not a BUGJohannes Schindelin
2018-05-08Merge branch 'js/colored-push-errors'Junio C Hamano
2018-05-08Merge branch 'tb/config-default'Junio C Hamano
2018-05-08Merge branch 'ls/checkout-encoding'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-08Merge branch 'js/empty-config-section-fix'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-25Merge branch 'sb/filenames-with-dashes'Junio C Hamano
2018-04-25Merge branch 'jk/flockfile-stdio'Junio C Hamano
2018-04-24push: colorize errorsRyan Dammrose
2018-04-23config.c: introduce 'git_config_color' to parse ANSI colorsTaylor Blau
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-04-11commit-graph: add core.commitGraph settingDerrick Stolee
2018-04-09git_config_set: reuse empty sectionsJohannes Schindelin
2018-04-09git config --unset: remove empty sections (in the common case)Johannes Schindelin
2018-04-09git_config_set: make use of the config parser's event streamJohannes Schindelin
2018-04-09git_config_set: do not use a state machineJohannes Schindelin
2018-04-09config_set_store: rename some fields for consistencyJohannes Schindelin
2018-04-09config: avoid using the global variable `store`Johannes Schindelin
2018-04-09config: introduce an optional event stream while parsingJohannes Schindelin
2018-04-05config --replace-all: avoid extra line breaksJohannes Schindelin
2018-04-05git_config_set: fix off-by-twoJohannes Schindelin
2018-03-30config: move flockfile() closer to unlocked functionsJeff King
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-02-13Merge branch 'tb/crlf-conv-flags'Junio C Hamano
2018-02-13Merge branch 'jh/partial-clone'Junio C Hamano
2018-01-16convert_to_git(): safe_crlf/checksafe becomes int conv_flagsTorsten Bögershausen
2017-12-08partial-clone: define partial clone settings in configJeff Hostetler
2017-12-06Merge branch 'hm/config-parse-expiry-date'Junio C Hamano
2017-12-06Merge branch 'sd/branch-copy' into maintJunio C Hamano
2017-11-28Merge branch 'rs/config-write-section-fix' into maintJunio C Hamano
2017-11-27Merge branch 'rs/config-write-section-fix'Junio C Hamano
2017-11-27Merge branch 'sd/branch-copy'Junio C Hamano
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-11-18config: flip return value of write_section()René Scharfe
2017-11-18config: add --expiry-dateHaaris Mehmood
2017-11-16config: avoid "write_in_full(fd, buf, len) != len" patternPhillip Wood
2017-11-06Merge branch 'ma/lockfile-fixes'Junio C Hamano
2017-10-18Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano
2017-10-17Revert "color: check color.ui in git_default_config()"Jeff King
2017-10-06treewide: prefer lockfiles on the stackMartin Ågren
2017-10-03Merge branch 'sd/branch-copy'Junio C Hamano
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart