summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2016-08-31graph: add support for --line-prefix on all graph-aware outputLibravatar Jacob Keller1-41/+33
2016-08-31Merge branch 'mh/blame-worktree'Libravatar Junio C Hamano1-1/+2
2016-08-30help: introduce option --exclude-guidesLibravatar Ralf Thielow1-7/+23
2016-08-30am: refactor read_author_script()Libravatar Junio C Hamano1-58/+45
2016-08-29blame: fix segfault on untracked filesLibravatar Thomas Gummerer1-1/+2
2016-08-26Merge branch 'js/no-html-bypass-on-windows' into rt/help-unknownLibravatar Junio C Hamano1-7/+0
2016-08-25Merge branch 'js/no-html-bypass-on-windows'Libravatar Junio C Hamano1-7/+0
2016-08-24receive-pack: allow a maximum input size to be specifiedLibravatar Jeff King1-0/+12
2016-08-24unpack-objects: add --max-input-size=<size> optionLibravatar Christian Couder1-0/+7
2016-08-24index-pack: add --max-input-size=<size> optionLibravatar Jeff King1-0/+5
2016-08-23format-patch: show 0/1 and 1/1 for singleton patch with cover letterLibravatar Jacob Keller1-4/+4
2016-08-19Merge branch 'sb/checkout-explit-detach-no-advice'Libravatar Junio C Hamano1-1/+2
2016-08-19Revert "display HTML in default browser using Windows' shell API"Libravatar Johannes Schindelin1-7/+0
2016-08-17clone: recursive and reference option triggers submodule alternatesLibravatar Stefan Beller2-0/+121
2016-08-17Merge branch 'jk/tighten-alloc'Libravatar Junio C Hamano1-3/+1
2016-08-15clone: implement optional referencesLibravatar Stefan Beller1-10/+25
2016-08-15clone: clarify option_reference as requiredLibravatar Stefan Beller1-4/+4
2016-08-15clone: factor out checking for an alternate pathLibravatar Stefan Beller1-34/+9
2016-08-15checkout: do not mention detach advice for explicit --detach optionLibravatar Stefan Beller1-1/+2
2016-08-13receive-pack: use FLEX_ALLOC_MEM in queue_command()Libravatar René Scharfe1-3/+1
2016-08-12submodule--helper update-clone: allow multiple referencesLibravatar Stefan Beller1-5/+9
2016-08-12submodule--helper module-clone: allow multiple referencesLibravatar Stefan Beller1-8/+12
2016-08-12Merge branch 'kw/patch-ids-optim'Libravatar Junio C Hamano1-1/+1
2016-08-12Merge branch 'js/mv-dir-to-new-directory'Libravatar Junio C Hamano1-4/+7
2016-08-12Merge branch 'rs/use-strbuf-add-unique-abbrev'Libravatar Junio C Hamano1-2/+1
2016-08-12Merge branch 'rs/merge-add-strategies-simplification'Libravatar Junio C Hamano1-34/+10
2016-08-12Merge branch 'rs/child-process-init'Libravatar Junio C Hamano2-6/+3
2016-08-12Merge branch 'sb/submodule-clone-retry'Libravatar Junio C Hamano1-2/+6
2016-08-12Merge branch 'jk/reset-ident-time-per-commit' into maintLibravatar Junio C Hamano1-0/+2
2016-08-11rebase: avoid computing unnecessary patch IDsLibravatar Kevin Willford1-1/+1
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