rebase -i: remove unused modes and functions

Alban Gruin committed about 8 years ago

rebase -i: rewrite complete_action() in C

Alban Gruin committed about 8 years ago

mailinfo: support format=flowed

René Scharfe committed about 8 years ago

show_dirstat: simplify same-content check

Jeff King committed about 8 years ago

read-cache: use oideq() in ce_compare functions

Jeff King committed about 8 years ago

convert hashmap comparison functions to oideq()

Jeff King committed about 8 years ago

convert "hashcmp() != 0" to "!hasheq()"

Jeff King committed about 8 years ago

convert "oidcmp() != 0" to "!oideq()"

Jeff King committed about 8 years ago

convert "hashcmp() == 0" to hasheq()

Jeff King committed about 8 years ago

convert "oidcmp() == 0" to oideq()

Jeff King committed about 8 years ago

introduce hasheq() and oideq()

Jeff King committed about 8 years ago

coccinelle: use <...> for function exclusion

Jeff King committed about 8 years ago

.gitattributes: add conflict-marker-size for relevant files

Thomas Gummerer committed about 8 years ago

chainlint: match "quoted" here-doc tags

Eric Sunshine committed about 8 years ago

commit-graph: define GIT_TEST_COMMIT_GRAPH

Derrick Stolee committed about 8 years ago

tests: fix non-portable iconv invocation

Ævar Arnfjörð Bjarmason committed about 8 years ago

tests: fix non-portable "${var:-"str"}" construct

Ævar Arnfjörð Bjarmason committed about 8 years ago

rerere: add note about files with existing conflict markers

Thomas Gummerer committed about 8 years ago

rerere: mention caveat about unmatched conflict markers

Thomas Gummerer committed about 8 years ago

← Newer Page 1455 of 4102 Older →