summaryrefslogtreecommitdiffstats
path: root/t/t1014-read-tree-confusing.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-07apply: rename and move opt constants to apply.hChristian Couder2-7/+11
2016-09-07builtin/apply: rename option parsing functionsChristian Couder1-20/+20
2016-09-07builtin/apply: make create_one_file() return -1 on errorChristian Couder1-15/+21
2016-09-07builtin/apply: make try_create_file() return -1 on errorChristian Couder1-11/+33
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 Couder3-32/+33
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 Couder3-9/+11
2016-08-11builtin/apply: move init_apply_state() to apply.cChristian Couder4-91/+105
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 Couder2-6/+15
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 Couder2-13/+29
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 Couder2-97/+101
2016-08-11apply: make some names more specificChristian Couder1-10/+10
2016-07-28Eighth batch of topics for 2.10Junio C Hamano1-19/+34
2016-07-28t9100: portability fixJunio C Hamano1-2/+4
2016-07-28Some fixes for 2.9.3Junio C Hamano2-1/+59
2016-07-26submodule deinit: remove outdated commentStefan Beller1-2/+0
2016-07-26config.mak.uname: correct perl path on FreeBSDNguyễn Thái Ngọc Duy1-0/+1
2016-07-25Seventh batch of topics for 2.10Junio C Hamano1-0/+69
2016-07-22git-svn: allow --version to work anywhereEric Wong2-2/+21
2016-07-22Windows: add missing definition of ENOTSOCKJohannes Sixt1-0/+3
2016-07-22strbuf: avoid calling strbuf_grow() twice in strbuf_addbuf()René Scharfe2-5/+8
2016-07-21t5541: fix url scrubbing test when GPG is not setJeff King1-2/+4
2016-07-19Sixth batch of topics for 2.10Junio C Hamano1-0/+70
2016-07-19use strbuf_addbuf() for appending a strbuf to anotherRené Scharfe3-3/+3
2016-07-19git-svn: document svn.authorsProg in configEric Wong1-0/+3
2016-07-19fsck: optionally show more helpful info for broken linksJohannes Schindelin4-9/+85
2016-07-18t/t8003-blame-corner-cases.sh: Use here documentsMike Hommey1-17/+17
2016-07-18blame: allow to blame paths freshly added to the indexMike Hommey2-1/+54
2016-07-18cache-tree: do not generate empty trees as a result of all i-t-a subentriesNguyễn Thái Ngọc Duy2-1/+23
2016-07-18cache-tree.c: fix i-t-a entry skipping directory updates sometimesNguyễn Thái Ngọc Duy2-2/+19
2016-07-18test-lib.sh: introduce and use $EMPTY_BLOBNguyễn Thái Ngọc Duy8-38/+35
2016-07-18test-lib.sh: introduce and use $EMPTY_TREENguyễn Thái Ngọc Duy6-13/+11
2016-07-18fsck: give the error function a chance to see the fsck_optionsJohannes Schindelin3-5/+9