worktree: don't die() in library function find_worktree()

Eric Sunshine committed about 8 years ago

rebase -i: rewrite init_basic_state() in C

Alban Gruin committed about 8 years ago

rebase -i: rewrite write_basic_state() in C

Alban Gruin committed about 8 years ago

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

← Newer Page 1418 of 4065 Older →