summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-10config: use size_t to store parsed variable baselenLibravatar Jeff King1-1/+1
2020-04-10git_config_parse_key(): return baselen as size_tLibravatar Jeff King2-8/+11
2020-04-10config: drop useless length variable in write_pair()Libravatar Jeff King1-3/+1
2020-04-10parse_config_key(): return subsection len as size_tLibravatar Jeff King12-15/+16
2020-04-10remote: drop auto-strlen behavior of make_branch() and make_rewrite()Libravatar Jeff King1-23/+12
2020-04-10mingw: cope with the Isilon network file systemLibravatar Nathan Sanders1-2/+15
2020-04-10ci: let GitHub Actions upload failed tests' directoriesLibravatar Johannes Schindelin2-0/+25
2020-04-10ci: add a problem matcher for GitHub ActionsLibravatar Johannes Schindelin2-0/+21
2020-04-10tests: when run in Bash, annotate test failures with file name/line numberLibravatar Johannes Schindelin1-1/+13
2020-04-10ci: retire the Azure Pipelines definitionLibravatar Johannes Schindelin2-559/+0
2020-04-10README: add a build badge for the GitHub Actions runsLibravatar Johannes Schindelin1-0/+1
2020-04-10ci: configure GitHub Actions for CI/PRLibravatar Đoàn Trần Công Danh1-0/+212
2020-04-10ci: run gem with sudo to install asciidoctorLibravatar Johannes Schindelin1-1/+1
2020-04-10ci: explicit install all required packagesLibravatar Đoàn Trần Công Danh1-3/+11
2020-04-10interactive: explicitly `fflush` stdout before expecting inputLibravatar 마누엘1-1/+3
2020-04-10interactive: refactor code asking the user for interactive inputLibravatar Johannes Schindelin6-16/+22
2020-04-10mingw: help debugging by optionally executing bash with straceLibravatar Johannes Schindelin1-0/+26
2020-04-10revision: --show-pulls adds helpful mergesLibravatar Derrick Stolee5-5/+284
2020-04-10pull: pass --autostash to mergeLibravatar Denton Liu4-23/+42
2020-04-10t5520: make test_pull_autostash() accept expect_parent_numLibravatar Denton Liu1-6/+8
2020-04-10merge: teach --autostash optionLibravatar Denton Liu12-6/+214
2020-04-10sequencer: implement apply_autostash_oid()Libravatar Denton Liu2-12/+27
2020-04-10sequencer: implement save_autostash()Libravatar Denton Liu2-10/+28
2020-04-10sequencer: unlink autostash in apply_autostash()Libravatar Denton Liu1-0/+1
2020-04-10sequencer: extract perform_autostash() from rebaseLibravatar Denton Liu3-49/+52
2020-04-10rebase: generify create_autostash()Libravatar Denton Liu1-16/+16
2020-04-10rebase: extract create_autostash()Libravatar Denton Liu1-44/+50
2020-04-10reset: extract reset_head() from rebaseLibravatar Denton Liu4-138/+162
2020-04-10rebase: generify reset_head()Libravatar Denton Liu1-27/+37
2020-04-10rebase: use apply_autostash() from sequencer.cLibravatar Denton Liu3-48/+5
2020-04-10sequencer: rename stash_sha1 to stash_oidLibravatar Denton Liu1-8/+8
2020-04-10sequencer: make apply_autostash() accept a pathLibravatar Denton Liu1-7/+7
2020-04-10rebase: use read_oneliner()Libravatar Denton Liu1-20/+17
2020-04-09repository: mark the "refs" pointer as privateLibravatar Jeff King3-7/+11
2020-04-09builtin/receive-pack: use constant-time comparison for HMAC valueLibravatar brian m. carlson1-1/+20
2020-04-09sha1-name: do not assume that the ref store is initializedLibravatar Junio C Hamano2-1/+5
2020-04-09bloom: ignore renames when computing changed pathsLibravatar Derrick Stolee1-0/+1
2020-04-09config.txt: move closing "----" to cover entire listingLibravatar Martin Ågren1-5/+5
2020-04-08stash -p: (partially) fix bug concerning split hunksLibravatar Johannes Schindelin2-2/+2
2020-04-08t3904: fix incorrect demonstration of a bugLibravatar Johannes Schindelin1-2/+2
2020-04-08mingw: do not treat `COM0` as a reserved file nameLibravatar Johannes Schindelin2-3/+7
2020-04-08mingw: use modern strftime implementation if possibleLibravatar Matthias Aßhauer1-1/+10
2020-04-08subtree: fix build with AsciiDoctor 2Libravatar Johannes Schindelin1-2/+4
2020-04-07format-patch: teach --no-encode-email-headersLibravatar Emma Brooks9-3/+85
2020-04-07ci: fix the `jobname` of the `GETTEXT_POISON` jobLibravatar Johannes Schindelin2-2/+2
2020-04-07ci/lib: set TERM environment variable if not existLibravatar Đoàn Trần Công Danh1-0/+3
2020-04-07ci/lib: allow running in GitHub ActionsLibravatar Johannes Schindelin1-1/+19
2020-04-07ci/lib: if CI type is unknown, show the environment variablesLibravatar Johannes Schindelin1-0/+1
2020-04-07Merge branch 'dd/ci-musl-libc' into HEADLibravatar Junio C Hamano7-46/+111
2020-04-07Merge branch 'dd/test-with-busybox' into HEADLibravatar Junio C Hamano8-21/+25