summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-23mingw: demonstrate that all file handles are inherited by child processesJohannes Schindelin2-0/+48
2019-11-23t5608-clone-2gb.sh: turn GIT_TEST_CLONE_2GB into a boolSZEDER Gábor2-2/+2
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor8-11/+82
2019-11-23sequencer: fix empty commit check when amendingPhillip Wood2-5/+53
2019-11-23git svn: stop using `rebase --preserve-merges`Johannes Schindelin2-5/+7
2019-11-23gpg-interface: limit search for primary key fingerprintHans Jerry Illikainen2-6/+38
2019-11-23gpg-interface: refactor the free-and-xmemdupz patternHans Jerry Illikainen1-7/+15
2019-11-22sparse-checkout: check for dirty statusDerrick Stolee2-1/+27
2019-11-22sparse-checkout: update working directory in-process for 'init'Derrick Stolee1-16/+20
2019-11-22sparse-checkout: cone mode should not interact with .gitignoreDerrick Stolee1-0/+7
2019-11-22sparse-checkout: write using lockfileDerrick Stolee2-4/+18
2019-11-22sparse-checkout: use in-process update for disable subcommandDerrick Stolee3-16/+18
2019-11-22sparse-checkout: update working directory in-processDerrick Stolee5-16/+105
2019-11-22sparse-checkout: sanitize for nested foldersDerrick Stolee2-4/+29
2019-11-22unpack-trees: add progress to clear_ce_flags()Derrick Stolee2-15/+43
2019-11-22unpack-trees: hash less in cone modeDerrick Stolee3-17/+26
2019-11-22sparse-checkout: init and set in cone modeDerrick Stolee4-20/+206
2019-11-22sparse-checkout: use hashmaps for cone patternsDerrick Stolee4-9/+241
2019-11-22sparse-checkout: add 'cone' modeDerrick Stolee6-4/+85
2019-11-22trace2: add region in clear_ce_flagsJeff Hostetler1-1/+9
2019-11-22sparse-checkout: create 'disable' subcommandDerrick Stolee3-16/+52
2019-11-22sparse-checkout: add '--stdin' option to set subcommandDerrick Stolee3-2/+55
2019-11-22sparse-checkout: 'set' subcommandDerrick Stolee3-2/+84
2019-11-22clone: add --sparse modeDerrick Stolee4-1/+53
2019-11-22sparse-checkout: create 'init' subcommandDerrick Stolee3-1/+125
2019-11-22sparse-checkout: create builtin with 'list' subcommandDerrick Stolee9-1/+226
2019-11-21unpack-trees: skip stat on fsmonitor-valid filesUtsav Shah3-9/+29
2019-11-21lib-bash.sh: move `then` onto its own lineDenton Liu1-2/+4
2019-11-21t5520: replace `! git` with `test_must_fail git`Denton Liu1-2/+2
2019-11-21t5520: remove redundant lines in test casesDenton Liu1-8/+0
2019-11-21t5520: replace $(cat ...) comparison with test_cmpDenton Liu1-35/+70
2019-11-21t5520: don't put git in upstream of pipeDenton Liu1-1/+2
2019-11-21t5520: test single-line files by git with test_cmpDenton Liu1-16/+48
2019-11-21t5520: use test_cmp_rev where possibleDenton Liu1-25/+25
2019-11-21t5520: replace test -{n,z} with test-lib functionsDenton Liu1-4/+8
2019-11-21t5520: use test_line_count where possibleDenton Liu1-1/+2
2019-11-21t5520: remove spaces after redirect operatorDenton Liu1-5/+5
2019-11-21t5520: replace test -f with test-lib functionsDenton Liu1-5/+5
2019-11-21t5520: let sed open its own inputDenton Liu1-1/+1
2019-11-21t5520: use sq for test case namesDenton Liu1-2/+2
2019-11-21t5520: improve test styleDenton Liu1-42/+44
2019-11-21t: teach test_cmp_rev to accept ! for not-equalsDenton Liu8-14/+25
2019-11-21t0000: test multiple local assignmentDenton Liu1-7/+8
2019-11-21format-patch: pass notes configuration to range-diffDenton Liu2-2/+123
2019-11-21range-diff: pass through --notes to `git log`Denton Liu7-10/+72
2019-11-21range-diff: output `## Notes ##` headerDenton Liu2-7/+13
2019-11-21t3206: range-diff compares logs with commit notesDenton Liu1-0/+52
2019-11-21t3206: s/expected/expect/Denton Liu1-32/+32
2019-11-21t3206: disable parameter substitution in heredocDenton Liu1-1/+1
2019-11-21t3206: remove spaces after redirect operatorsDenton Liu1-1/+1