summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2016-09-07apply: make it possible to silently applyLibravatar Christian Couder1-1/+1
2016-09-07apply: move libified code from builtin/apply.c to apply.{c,h}Libravatar Christian Couder1-4732/+1
2016-09-07apply: rename and move opt constants to apply.hLibravatar Christian Couder1-7/+4
2016-09-07builtin/apply: rename option parsing functionsLibravatar Christian Couder1-20/+20
2016-09-07builtin/apply: make create_one_file() return -1 on errorLibravatar Christian Couder1-15/+21
2016-09-07builtin/apply: make try_create_file() return -1 on errorLibravatar Christian Couder1-11/+33
2016-08-11builtin/apply: make write_out_results() return -1 on errorLibravatar Christian Couder1-6/+21
2016-08-11builtin/apply: make write_out_one_result() return -1 on errorLibravatar Christian Couder1-22/+16
2016-08-11builtin/apply: make create_file() return -1 on errorLibravatar Christian Couder1-12/+13
2016-08-11builtin/apply: make add_index_file() return -1 on errorLibravatar Christian Couder1-17/+31
2016-08-11builtin/apply: make add_conflicted_stages_file() return -1 on errorLibravatar Christian Couder1-7/+13
2016-08-11builtin/apply: make remove_file() return -1 on errorLibravatar Christian Couder1-6/+11
2016-08-11builtin/apply: make build_fake_ancestor() return -1 on errorLibravatar Christian Couder1-15/+26
2016-08-11builtin/apply: change die_on_unsafe_path() to check_unsafe_path()Libravatar Christian Couder1-11/+21
2016-08-11builtin/apply: make gitdiff_*() return -1 on errorLibravatar Christian Couder1-19/+21
2016-08-11builtin/apply: make gitdiff_*() return 1 at end of headerLibravatar Christian Couder1-3/+9
2016-08-11builtin/apply: make parse_traditional_patch() return -1 on errorLibravatar Christian Couder1-6/+9
2016-08-11builtin/apply: make apply_all_patches() return 128 or 1 on errorLibravatar Christian Couder1-11/+26
2016-08-11builtin/apply: move check_apply_state() to apply.cLibravatar Christian Couder1-32/+0
2016-08-11builtin/apply: make check_apply_state() return -1 instead of die()ingLibravatar Christian Couder1-8/+11
2016-08-11apply: make init_apply_state() return -1 instead of exit()ingLibravatar Christian Couder1-1/+2
2016-08-11builtin/apply: move init_apply_state() to apply.cLibravatar Christian Couder1-91/+0
2016-08-11builtin/apply: make parse_ignorewhitespace_option() return -1 instead of die(...Libravatar Christian Couder1-7/+7
2016-08-11builtin/apply: make parse_whitespace_option() return -1 instead of die()ingLibravatar Christian Couder1-11/+12
2016-08-11builtin/apply: make parse_single_patch() return -1 on errorLibravatar Christian Couder1-4/+13
2016-08-11builtin/apply: make parse_chunk() return a negative integer on errorLibravatar Christian Couder1-8/+14
2016-08-11builtin/apply: make find_header() return -128 instead of die()ingLibravatar Christian Couder1-12/+28
2016-08-11builtin/apply: read_patch_file() return -1 instead of die()ingLibravatar Christian Couder1-3/+5
2016-08-11builtin/apply: make apply_patch() return -1 or -128 instead of die()ingLibravatar Christian Couder1-15/+45
2016-08-11apply: move 'struct apply_state' to apply.hLibravatar Christian Couder1-97/+1
2016-08-11apply: make some names more specificLibravatar Christian Couder1-10/+10
2016-07-28Merge branch 'nd/pack-ofs-4gb-limit'Libravatar Junio C Hamano4-21/+27
2016-07-28Merge branch 'nd/worktree-lock'Libravatar Junio C Hamano1-0/+66
2016-07-25Merge branch 'mh/blame-worktree'Libravatar Junio C Hamano1-1/+9
2016-07-25Merge branch 'js/fsck-name-object'Libravatar Junio C Hamano1-18/+62
2016-07-25Merge branch 'rs/rm-strbuf-optim'Libravatar Junio C Hamano1-2/+3
2016-07-25Merge branch 'mh/ref-iterators'Libravatar Junio C Hamano2-7/+3
2016-07-25Merge branch 'mh/split-under-lock'Libravatar Junio C Hamano1-8/+11
2016-07-19Merge branch 'js/am-call-theirs-theirs-in-fallback-3way'Libravatar Junio C Hamano1-8/+8
2016-07-19Merge branch 'jk/write-file'Libravatar Junio C Hamano4-60/+17
2016-07-19Merge branch 'jk/printf-format'Libravatar Junio C Hamano1-1/+1
2016-07-19Merge branch 'nd/fetch-ref-summary'Libravatar Junio C Hamano1-40/+157
2016-07-19Merge branch 'bc/cocci'Libravatar Junio C Hamano6-30/+29
2016-07-19Merge branch 'js/log-to-diffopt-file'Libravatar Junio C Hamano2-44/+58
2016-07-19Merge branch 'dk/blame-move-no-reason-for-1-line-context'Libravatar Junio C Hamano1-4/+3
2016-07-18fsck: optionally show more helpful info for broken linksLibravatar Johannes Schindelin1-4/+38
2016-07-18blame: allow to blame paths freshly added to the indexLibravatar Mike Hommey1-1/+9
2016-07-18fsck: give the error function a chance to see the fsck_optionsLibravatar Johannes Schindelin1-1/+2
2016-07-18fsck: refactor how to describe objectsLibravatar Johannes Schindelin1-14/+23
2016-07-13Merge branch 'nd/ita-cleanup'Libravatar Junio C Hamano1-2/+2