summaryrefslogtreecommitdiffstats
path: root/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | config: introduce an optional event stream while parsingJohannes Schindelin2018-04-091-12/+89
| * | | | config --replace-all: avoid extra line breaksJohannes Schindelin2018-04-061-0/+1
| * | | | git_config_set: fix off-by-twoJohannes Schindelin2018-04-061-1/+1
* | | | | Merge branch 'sb/filenames-with-dashes'Junio C Hamano2018-04-251-1/+1
|\ \ \ \ \
| * | | | | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/flockfile-stdio'Junio C Hamano2018-04-251-3/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | config: move flockfile() closer to unlocked functionsJeff King2018-03-301-3/+5
| * | | | Merge branch 'sd/branch-copy' into maintJunio C Hamano2017-12-061-2/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'rs/config-write-section-fix' into maintJunio C Hamano2017-11-281-1/+1
| |\ \ \ \ \
* | | | | | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'tb/crlf-conv-flags'Junio C Hamano2018-02-131-2/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | convert_to_git(): safe_crlf/checksafe becomes int conv_flagsTorsten Bögershausen2018-01-161-2/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | partial-clone: define partial clone settings in configJeff Hostetler2017-12-081-0/+5
| |/ / /
* | | | Merge branch 'hm/config-parse-expiry-date'Junio C Hamano2017-12-061-0/+10
|\ \ \ \
| * | | | config: add --expiry-dateHaaris Mehmood2017-11-181-0/+10
* | | | | Merge branch 'rs/config-write-section-fix'Junio C Hamano2017-11-271-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | config: flip return value of write_section()René Scharfe2017-11-181-1/+1
* | | | | Merge branch 'sd/branch-copy'Junio C Hamano2017-11-271-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | config: avoid "write_in_full(fd, buf, len) != len" patternPhillip Wood2017-11-161-2/+2
* | | | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-0/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-011-0/+14
* | | | | Merge branch 'ma/lockfile-fixes'Junio C Hamano2017-11-061-11/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | treewide: prefer lockfiles on the stackMartin Ågren2017-10-061-9/+8
* | | | | Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano2017-10-181-4/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Revert "color: check color.ui in git_default_config()"Jeff King2017-10-171-4/+0
* | | | | Merge branch 'sd/branch-copy'Junio C Hamano2017-10-031-23/+91
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | branch: add a --copy (-c) option to go with --move (-m)Sahil Dua2017-06-191-20/+82
| * | | config: create a function to format section headersSahil Dua2017-06-191-2/+11
* | | | Merge branch 'rj/no-sign-compare'Junio C Hamano2017-09-291-1/+1
|\ \ \ \
| * | | | ALLOC_GROW: avoid -Wsign-compare warningsRamsay Jones2017-09-221-1/+1
| | |/ / | |/| |
* | | | Merge branch 'jk/fallthrough'Junio C Hamano2017-09-281-0/+1
|\ \ \ \
| * | | | consistently use "fallthrough" comments in switchesJeff King2017-09-221-0/+1
* | | | | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-19/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | config: flip return value of store_write_*()Jeff King2017-09-141-13/+15
| * | | | avoid "write_in_full(fd, buf, len) != len" patternJeff King2017-09-141-2/+2
| * | | | config: avoid "write_in_full(fd, buf, len) < len" patternJeff King2017-09-141-4/+2
| |/ / /
| * | | Merge branch 'jk/ref-filter-colors' into maintJunio C Hamano2017-08-231-0/+4
| |\ \ \
* | \ \ \ Merge branch 'ma/remove-config-maybe-bool'Junio C Hamano2017-09-191-5/+0
|\ \ \ \ \
| * | | | | config: remove git_config_maybe_boolMartin Ågren2017-09-071-5/+0
* | | | | | stop leaking lock structs in some simple casesJeff King2017-09-061-17/+7
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'jc/cutoff-config'Junio C Hamano2017-08-271-0/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolvedJunio C Hamano2017-08-221-0/+22
| |/ / /
* | | | Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-221-5/+10
|\ \ \ \
| * | | | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren2017-08-071-1/+1
| * | | | config: make git_{config,parse}_maybe_bool equivalentMartin Ågren2017-08-071-5/+5
| * | | | config: introduce git_parse_maybe_bool_textMartin Ågren2017-08-071-3/+8
* | | | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-08-221-0/+17
|\ \ \ \ \
| * | | | | config: add config_from_gitmodulesBrandon Williams2017-08-021-0/+17
| | |/ / / | |/| | |
* | | | | Merge branch 'sb/hashmap-cleanup'Junio C Hamano2017-08-111-4/+6
|\ \ \ \ \