summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-27perf-lib: use a single filename for all measurement typesLibravatar Jeff King2-11/+5
2019-11-27test-lib-functions: suppress a 'git rev-parse' error in 'test_commit_bulk'Libravatar SZEDER Gábor1-1/+1
2019-11-25rebase -i: finishing touches to --reset-author-dateLibravatar Junio C Hamano2-5/+7
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryLibravatar Manish Goregaokar2-1/+24
2019-11-25sequencer: directly call pick_commits() from complete_action()Libravatar Alban Gruin1-4/+10
2019-11-25rebase: fill `squash_onto' in get_replay_opts()Libravatar Alban Gruin1-0/+5
2019-11-25sequencer: move the code writing total_nr on the disk to a new functionLibravatar Alban Gruin1-5/+11
2019-11-25sequencer: update `done_nr' when skipping commands in a todo listLibravatar Alban Gruin1-0/+1
2019-11-25sequencer: update `total_nr' when adding an item to a todo listLibravatar Alban Gruin1-0/+1
2019-11-25revision: free topo_walk_info before creating a new one in init_topo_walkLibravatar Mike Hommey1-0/+16
2019-11-25revision: clear the topo-walk flags in reset_revision_walkLibravatar Mike Hommey1-1/+1
2019-11-25git-compat-util.h: drop the `PRIuMAX` and other fallback definitionsLibravatar Hariom Verma1-20/+0
2019-11-25reset: parse rev as tree-ish in patch modeLibravatar Nika Layzell2-1/+22
2019-11-24doc: mention that 'git submodule update' fetches missing commitsLibravatar Philippe Blain1-1/+2
2019-11-24doc: document 'git submodule status --cached'Libravatar Manish Goregaokar1-0/+3
2019-11-24sequencer: don't re-read todo for revert and cherry-pickLibravatar SZEDER Gábor2-1/+31
2019-11-23mingw: restrict file handle inheritance only on Windows 7 and laterLibravatar Johannes Schindelin2-1/+27
2019-11-23mingw: spawned processes need to inherit only standard handlesLibravatar Johannes Schindelin2-12/+110
2019-11-23mingw: work around incorrect standard handlesLibravatar Johannes Schindelin1-1/+11
2019-11-23mingw: demonstrate that all file handles are inherited by child processesLibravatar Johannes Schindelin2-0/+48
2019-11-23t5608-clone-2gb.sh: turn GIT_TEST_CLONE_2GB into a boolLibravatar SZEDER Gábor2-2/+2
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesLibravatar SZEDER Gábor8-11/+82
2019-11-23sequencer: fix empty commit check when amendingLibravatar Phillip Wood2-5/+53
2019-11-23git svn: stop using `rebase --preserve-merges`Libravatar Johannes Schindelin2-5/+7
2019-11-23gpg-interface: limit search for primary key fingerprintLibravatar Hans Jerry Illikainen2-6/+38
2019-11-23gpg-interface: refactor the free-and-xmemdupz patternLibravatar Hans Jerry Illikainen1-7/+15
2019-11-21unpack-trees: skip stat on fsmonitor-valid filesLibravatar Utsav Shah3-9/+29
2019-11-21t5520: replace `! git` with `test_must_fail git`Libravatar Denton Liu1-2/+2
2019-11-21t5520: remove redundant lines in test casesLibravatar Denton Liu1-8/+0
2019-11-21t5520: replace $(cat ...) comparison with test_cmpLibravatar Denton Liu1-35/+70
2019-11-21t5520: don't put git in upstream of pipeLibravatar Denton Liu1-1/+2
2019-11-21t5520: test single-line files by git with test_cmpLibravatar Denton Liu1-16/+48
2019-11-21t5520: use test_cmp_rev where possibleLibravatar Denton Liu1-25/+25
2019-11-21t5520: replace test -{n,z} with test-lib functionsLibravatar Denton Liu1-4/+8
2019-11-21t5520: use test_line_count where possibleLibravatar Denton Liu1-1/+2
2019-11-21t5520: remove spaces after redirect operatorLibravatar Denton Liu1-5/+5
2019-11-21t5520: replace test -f with test-lib functionsLibravatar Denton Liu1-5/+5
2019-11-21t5520: let sed open its own inputLibravatar Denton Liu1-1/+1
2019-11-21t5520: use sq for test case namesLibravatar Denton Liu1-2/+2
2019-11-21t5520: improve test styleLibravatar Denton Liu1-43/+45
2019-11-21t: teach test_cmp_rev to accept ! for not-equalsLibravatar Denton Liu8-14/+25
2019-11-21t0000: test multiple local assignmentLibravatar Denton Liu1-7/+8
2019-11-21format-patch: pass notes configuration to range-diffLibravatar Denton Liu2-2/+123
2019-11-21range-diff: pass through --notes to `git log`Libravatar Denton Liu7-10/+72
2019-11-21range-diff: output `## Notes ##` headerLibravatar Denton Liu2-7/+13
2019-11-21t3206: range-diff compares logs with commit notesLibravatar Denton Liu1-0/+52
2019-11-21t3206: s/expected/expect/Libravatar Denton Liu1-32/+32
2019-11-21t3206: disable parameter substitution in heredocLibravatar Denton Liu1-1/+1
2019-11-21t3206: remove spaces after redirect operatorsLibravatar Denton Liu1-1/+1
2019-11-21pretty-options.txt: --notes accepts a ref instead of treeishLibravatar Denton Liu1-4/+4