summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Merge branch 'rs/merge-add-strategies-simplification'Junio C Hamano1-33/+9
2016-08-12Merge branch 'rs/child-process-init'Junio C Hamano2-6/+3
2016-08-12Merge branch 'sb/submodule-clone-retry'Junio C Hamano1-2/+6
2016-08-12Merge branch 'jk/reset-ident-time-per-commit' into maintJunio C Hamano1-0/+2
2016-08-11rebase: avoid computing unnecessary patch IDsKevin Willford1-1/+1
2016-08-11builtin/apply: make write_out_results() return -1 on errorChristian Couder1-6/+21
2016-08-11builtin/apply: make write_out_one_result() return -1 on errorChristian Couder1-22/+16
2016-08-11builtin/apply: make create_file() return -1 on errorChristian Couder1-12/+13
2016-08-11builtin/apply: make add_index_file() return -1 on errorChristian Couder1-17/+31
2016-08-11builtin/apply: make add_conflicted_stages_file() return -1 on errorChristian Couder1-7/+13
2016-08-11builtin/apply: make remove_file() return -1 on errorChristian Couder1-6/+11
2016-08-11builtin/apply: make build_fake_ancestor() return -1 on errorChristian Couder1-15/+26
2016-08-11builtin/apply: change die_on_unsafe_path() to check_unsafe_path()Christian Couder1-11/+21
2016-08-11builtin/apply: make gitdiff_*() return -1 on errorChristian Couder1-19/+21
2016-08-11builtin/apply: make gitdiff_*() return 1 at end of headerChristian Couder1-3/+9
2016-08-11builtin/apply: make parse_traditional_patch() return -1 on errorChristian Couder1-6/+9
2016-08-11builtin/apply: make apply_all_patches() return 128 or 1 on errorChristian Couder1-11/+26
2016-08-11builtin/apply: move check_apply_state() to apply.cChristian Couder1-32/+0
2016-08-11builtin/apply: make check_apply_state() return -1 instead of die()ingChristian Couder1-8/+11
2016-08-11apply: make init_apply_state() return -1 instead of exit()ingChristian Couder1-1/+2
2016-08-11builtin/apply: move init_apply_state() to apply.cChristian Couder1-91/+0
2016-08-11builtin/apply: make parse_ignorewhitespace_option() return -1 instead of die(...Christian Couder1-7/+7
2016-08-11builtin/apply: make parse_whitespace_option() return -1 instead of die()ingChristian Couder1-11/+12
2016-08-11builtin/apply: make parse_single_patch() return -1 on errorChristian Couder1-4/+13
2016-08-11builtin/apply: make parse_chunk() return a negative integer on errorChristian Couder1-8/+14
2016-08-11builtin/apply: make find_header() return -128 instead of die()ingChristian Couder1-12/+28
2016-08-11builtin/apply: read_patch_file() return -1 instead of die()ingChristian Couder1-3/+5
2016-08-11builtin/apply: make apply_patch() return -1 or -128 instead of die()ingChristian Couder1-15/+45
2016-08-11apply: move 'struct apply_state' to apply.hChristian Couder1-97/+1
2016-08-11apply: make some names more specificChristian Couder1-10/+10
2016-08-11gc: default aggressive depth to 50Jeff King1-1/+1
2016-08-11status: print branch info with --porcelain=v2 --branchJeff Hostetler1-0/+5
2016-08-11status: collect per-file data for --porcelain=v2Jeff Hostetler1-0/+3
2016-08-11pack-objects: use mru list when iterating over packsJeff King1-3/+7
2016-08-11pack-objects: break delta cycles before delta-search phaseJeff King1-0/+84
2016-08-11provide an initializer for "struct object_info"Jeff King1-3/+2
2016-08-10Merge branch 'sb/submodule-update-dot-branch'Junio C Hamano1-2/+54
2016-08-10Merge branch 'js/am-3-merge-recursive-direct'Junio C Hamano5-43/+31
2016-08-10Merge branch 'js/commit-slab-decl-fix'Junio C Hamano1-1/+0
2016-08-10Merge branch 'jt/format-patch-from-config'Junio C Hamano1-1/+12
2016-08-10Merge branch 'jk/reset-ident-time-per-commit'Junio C Hamano1-0/+2
2016-08-10Merge branch 'rs/use-strbuf-addstr' into maintJunio C Hamano2-2/+2
2016-08-10Merge branch 'os/no-verify-skips-commit-msg-too' into maintJunio C Hamano1-1/+1
2016-08-10Merge branch 'rs/rm-strbuf-optim' into maintJunio C Hamano1-2/+3
2016-08-10Merge branch 'jk/parse-options-concat' into maintJunio C Hamano1-9/+4
2016-08-09submodule--helper: use parallel processor correctlyStefan Beller1-2/+6
2016-08-09config.c: avoid duplicated global static variablesJohannes Sixt1-1/+0
2016-08-08Merge branch 'jk/parseopt-string-list'Junio C Hamano1-1/+1
2016-08-08Merge branch 'rs/use-strbuf-addstr'Junio C Hamano2-2/+2
2016-08-08Merge branch 'jk/pack-objects-optim'Junio C Hamano1-0/+40