summaryrefslogtreecommitdiffstats
path: root/fetch-pack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-19diff.c: offer config option to control ws handling in move detectionStefan Beller3-2/+19
2018-07-19diff.c: add white space mode to move detection that allows indent changesStefan Beller4-2/+252
2018-07-18Third batch for 2.19 cycleJunio C Hamano1-1/+59
2018-07-17diff.c: factor advance_or_nullify out of mark_color_as_movedStefan Beller1-12/+20
2018-07-17diff.c: decouple white space treatment from move detection algorithmStefan Beller4-6/+113
2018-07-17diff.c: add a blocks mode for moved code detectionStefan Beller4-8/+60
2018-07-17diff.c: adjust hash function signature to match hashmap expectationStefan Beller1-7/+9
2018-07-17diff.c: do not pass diff options as keydata to hashmapStefan Beller1-2/+2
2018-07-17t4015: avoid git as a pipe inputStefan Beller1-30/+20
2018-07-17xdiff/xdiffi.c: remove unneeded function declarationsStefan Beller1-17/+0
2018-07-17xdiff/xdiff.h: remove unused flagsStefan Beller1-8/+0
2018-07-17t5608: fix broken &&-chainSZEDER Gábor1-1/+1
2018-07-16t/check-non-portable-shell: detect "FOO=bar shell_func"Eric Sunshine1-0/+19
2018-07-16t/check-non-portable-shell: make error messages more compactEric Sunshine1-0/+2
2018-07-16t/check-non-portable-shell: stop being so politeEric Sunshine1-5/+5
2018-07-16t6046/t9833: fix use of "VAR=VAL cmd" with a shell functionEric Sunshine2-2/+6
2018-07-16t9119: fix broken &&-chainsEric Sunshine1-60/+60
2018-07-16t9000-t9999: fix broken &&-chainsEric Sunshine26-51/+51
2018-07-16t7000-t7999: fix broken &&-chainsEric Sunshine7-57/+57
2018-07-16t6000-t6999: fix broken &&-chainsEric Sunshine5-17/+17
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine14-24/+24
2018-07-16t4000-t4999: fix broken &&-chainsEric Sunshine6-17/+17
2018-07-16t3030: fix broken &&-chainsEric Sunshine1-170/+170
2018-07-16t3000-t3999: fix broken &&-chainsEric Sunshine10-28/+28
2018-07-16t2000-t2999: fix broken &&-chainsEric Sunshine2-8/+8
2018-07-16t1000-t1999: fix broken &&-chainsEric Sunshine6-19/+19
2018-07-16t0000-t0999: fix broken &&-chainsEric Sunshine3-15/+15
2018-07-16t9814: simplify convoluted check that command correctly errors outEric Sunshine1-15/+3
2018-07-16t9001: fix broken "invoke hook" testEric Sunshine1-2/+2
2018-07-16t7810: use test_expect_code() instead of hand-rolled comparisonEric Sunshine1-4/+3
2018-07-16t7400: fix broken "submodule add/reconfigure --force" testEric Sunshine1-5/+6
2018-07-16vcbuild/README: update to accommodate for missing common-cmds.hJohannes Schindelin1-2/+2
2018-07-16pretty: switch hard-coded constants to the_hash_algobrian m. carlson1-2/+2
2018-07-16sha1-file: convert constants to uses of the_hash_algobrian m. carlson1-4/+4
2018-07-16log-tree: switch GIT_SHA1_HEXSZ to the_hash_algo->hexszbrian m. carlson1-1/+1
2018-07-16diff: switch GIT_SHA1_HEXSZ to use the_hash_algobrian m. carlson1-3/+3
2018-07-16builtin/merge-recursive: make hash independentbrian m. carlson1-2/+2
2018-07-16builtin/merge: switch to use the_hash_algobrian m. carlson1-5/+6
2018-07-16builtin/fmt-merge-msg: make hash independentbrian m. carlson1-9/+10
2018-07-16builtin/update-index: simplify parsing of cacheinfobrian m. carlson1-2/+3
2018-07-16builtin/update-index: convert to using the_hash_algobrian m. carlson1-4/+5
2018-07-16refs/files-backend: use the_hash_algo for writing refsbrian m. carlson1-2/+2
2018-07-16sha1-name: use the_hash_algo when parsing object namesbrian m. carlson1-5/+7
2018-07-16strbuf: allocate space with GIT_MAX_HEXSZbrian m. carlson1-1/+1
2018-07-16commit: express tree entry constants in terms of the_hash_algobrian m. carlson1-2/+2
2018-07-16hex: switch to using the_hash_algobrian m. carlson1-3/+3
2018-07-16tree-walk: replace hard-coded constants with the_hash_algobrian m. carlson1-1/+2
2018-07-16cache: update object ID functions for the_hash_algobrian m. carlson1-3/+3
2018-07-16blame: prefer xsnprintf to strcpy for colorsJeff King1-1/+3
2018-07-16sequencer: use configured comment characterAaron Schrab1-1/+1