apply: make init_apply_state() return -1 instead of exit()ing
Christian Couder committed about 10 years ago
builtin/apply: move init_apply_state() to apply.c
Christian Couder committed about 10 years ago
builtin/apply: make parse_ignorewhitespace_option() return -1 instead of die()ing
Christian Couder committed about 10 years ago
builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
Christian Couder committed about 10 years ago
builtin/apply: make parse_single_patch() return -1 on error
Christian Couder committed about 10 years ago
builtin/apply: make parse_chunk() return a negative integer on error
Christian Couder committed about 10 years ago
builtin/apply: make find_header() return -128 instead of die()ing
Christian Couder committed about 10 years ago
builtin/apply: read_patch_file() return -1 instead of die()ing
Christian Couder committed about 10 years ago
builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
Christian Couder committed about 10 years ago
apply: move 'struct apply_state' to apply.h
Christian Couder committed about 10 years ago
apply: make some names more specific
Christian Couder committed about 10 years ago
gc: default aggressive depth to 50
Jeff King committed about 10 years ago
test-lib-functions.sh: add lf_to_nul helper
Jeff Hostetler committed about 10 years ago
git-status.txt: describe --porcelain=v2 format
Jeff Hostetler committed about 10 years ago
status: print branch info with --porcelain=v2 --branch
Jeff Hostetler committed about 10 years ago
status: print per-file porcelain v2 status data
Jeff Hostetler committed about 10 years ago
status: collect per-file data for --porcelain=v2
Jeff Hostetler committed about 10 years ago
pack-objects: use mru list when iterating over packs
Jeff King committed about 10 years ago
pack-objects: break delta cycles before delta-search phase
Jeff King committed about 10 years ago
sha1_file: make packed_object_info public
Jeff King committed about 10 years ago