summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | unpack-trees: move ERROR_WOULD_LOSE_SUBMODULE earlierElijah Newren2020-03-272-7/+7
| * | | | | | sparse-checkout: use improved unpack_trees porcelain messagesElijah Newren2020-03-272-4/+4
| * | | | | | sparse-checkout: use new update_sparsity() functionElijah Newren2020-03-272-40/+39
| * | | | | | unpack-trees: add a new update_sparsity() functionElijah Newren2020-03-272-0/+86
| * | | | | | unpack-trees: pull sparse-checkout pattern reading into a new functionElijah Newren2020-03-271-8/+16
| * | | | | | unpack-trees: do not mark a dirty path with SKIP_WORKTREEElijah Newren2020-03-271-1/+4
| * | | | | | unpack-trees: allow check_updates() to work on a different indexElijah Newren2020-03-271-3/+3
| * | | | | | t1091: make some tests a little more defensive against failuresElijah Newren2020-03-271-0/+2
| * | | | | | unpack-trees: simplify pattern_list freeingElijah Newren2020-03-273-5/+5
| * | | | | | unpack-trees: simplify verify_absent_sparse()Elijah Newren2020-03-271-6/+2
| * | | | | | unpack-trees: remove unused error typeElijah Newren2020-03-272-5/+0
| * | | | | | unpack-trees: fix minor typo in commentElijah Newren2020-03-271-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'dd/ci-swap-azure-pipelines-with-github-actions'Junio C Hamano2020-04-299-567/+309
|\ \ \ \ \ \
| * | | | | | ci: let GitHub Actions upload failed tests' directoriesJohannes Schindelin2020-04-102-0/+25
| * | | | | | ci: add a problem matcher for GitHub ActionsJohannes Schindelin2020-04-102-0/+21
| * | | | | | tests: when run in Bash, annotate test failures with file name/line numberJohannes Schindelin2020-04-101-1/+13
| * | | | | | ci: retire the Azure Pipelines definitionJohannes Schindelin2020-04-102-559/+0
| * | | | | | README: add a build badge for the GitHub Actions runsJohannes Schindelin2020-04-101-0/+1
| * | | | | | ci: configure GitHub Actions for CI/PRĐoàn Trần Công Danh2020-04-101-0/+212
| * | | | | | ci: run gem with sudo to install asciidoctorJohannes Schindelin2020-04-101-1/+1
| * | | | | | ci: explicit install all required packagesĐoàn Trần Công Danh2020-04-101-3/+11
| * | | | | | ci: fix the `jobname` of the `GETTEXT_POISON` jobJohannes Schindelin2020-04-072-2/+2
| * | | | | | ci/lib: set TERM environment variable if not existĐoàn Trần Công Danh2020-04-071-0/+3
| * | | | | | ci/lib: allow running in GitHub ActionsJohannes Schindelin2020-04-071-1/+19
| * | | | | | ci/lib: if CI type is unknown, show the environment variablesJohannes Schindelin2020-04-071-0/+1
| * | | | | | Merge branch 'dd/ci-musl-libc' into HEADJunio C Hamano2020-04-077-46/+111
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'dd/test-with-busybox' into HEADJunio C Hamano2020-04-078-21/+25
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'dd/ci-musl-libc'Junio C Hamano2020-04-297-46/+111
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | travis: build and test on Linux with musl libc and busyboxĐoàn Trần Công Danh2020-04-065-0/+24
| * | | | | | | | ci/linux32: libify install-dependencies stepĐoàn Trần Công Danh2020-04-062-6/+15
| * | | | | | | | ci: refactor docker runner scriptĐoàn Trần Công Danh2020-04-064-12/+22
| * | | | | | | | ci/linux32: parameterise command to switch archĐoàn Trần Công Danh2020-04-062-2/+13
| * | | | | | | | ci/lib-docker: preserve required environment variablesĐoàn Trần Công Danh2020-04-061-3/+10
| * | | | | | | | ci: make MAKEFLAGS available inside the Docker container in the Linux32 jobSZEDER Gábor2020-04-022-0/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'dl/merge-autostash-rebase-quit-fix'Junio C Hamano2020-04-293-1/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase: save autostash entry into stash reflog on --quitDenton Liu2020-04-283-1/+23
* | | | | | | | | Merge branch 'dl/merge-autostash'Junio C Hamano2020-04-2920-391/+666
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | pull: pass --autostash to mergeDenton Liu2020-04-104-23/+42
| * | | | | | | | t5520: make test_pull_autostash() accept expect_parent_numDenton Liu2020-04-101-6/+8
| * | | | | | | | merge: teach --autostash optionDenton Liu2020-04-1012-6/+214
| * | | | | | | | sequencer: implement apply_autostash_oid()Denton Liu2020-04-102-12/+27
| * | | | | | | | sequencer: implement save_autostash()Denton Liu2020-04-102-10/+28
| * | | | | | | | sequencer: unlink autostash in apply_autostash()Denton Liu2020-04-101-0/+1
| * | | | | | | | sequencer: extract perform_autostash() from rebaseDenton Liu2020-04-103-49/+52
| * | | | | | | | rebase: generify create_autostash()Denton Liu2020-04-101-16/+16
| * | | | | | | | rebase: extract create_autostash()Denton Liu2020-04-101-44/+50
| * | | | | | | | reset: extract reset_head() from rebaseDenton Liu2020-04-104-138/+162
| * | | | | | | | rebase: generify reset_head()Denton Liu2020-04-101-27/+37
| * | | | | | | | rebase: use apply_autostash() from sequencer.cDenton Liu2020-04-103-48/+5
| * | | | | | | | sequencer: rename stash_sha1 to stash_oidDenton Liu2020-04-101-8/+8