mingw_open_existing: handle directories better
Matthias Aßhauer committed about 1 year ago
describe: use prio_queue_replace()
René Scharfe committed about 1 year ago
René Scharfe committed about 1 year ago
trace2: do not use strbuf_split*()
Junio C Hamano committed about 1 year ago
trace2: trim_trailing_newline followed by trim is a no-op
Junio C Hamano committed about 1 year ago
sub-process: do not use strbuf_split*()
Junio C Hamano committed about 1 year ago
environment: do not use strbuf_split*()
Junio C Hamano committed about 1 year ago
config: do not use strbuf_split()
Junio C Hamano committed about 1 year ago
notes: do not use strbuf_split*()
Junio C Hamano committed about 1 year ago
merge-tree: do not use strbuf_split*()
Junio C Hamano committed about 1 year ago
clean: do not use strbuf_split*() [part 2]
Junio C Hamano committed about 1 year ago
clean: do not pass the whole structure when it is not necessary
Junio C Hamano committed about 1 year ago
clean: do not use strbuf_split*() [part 1]
Junio C Hamano committed about 1 year ago
clean: do not pass strbuf by value
Junio C Hamano committed about 1 year ago
wt-status: avoid strbuf_split*()
Junio C Hamano committed about 1 year ago
Merge branch 'jc/string-list-split' into jc/strbuf-split
Junio C Hamano committed about 1 year ago
string-list: split-then-remove-empty can be done while splitting
Junio C Hamano committed about 1 year ago
string-list: optionally omit empty string pieces in string_list_split*()
Junio C Hamano committed about 1 year ago
diff: simplify parsing of diff.colormovedws
Junio C Hamano committed about 1 year ago
string-list: optionally trim string pieces split by string_list_split*()
Junio C Hamano committed about 1 year ago