summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-04-07sequencer: make read_oneliner() externLibravatar Denton Liu2-13/+15
2020-04-07sequencer: configurably warn on non-existent filesLibravatar Denton Liu1-1/+3
2020-04-07sequencer: make read_oneliner() accept flagsLibravatar Denton Liu1-7/+14
2020-04-07sequencer: make file exists check more efficientLibravatar Denton Liu1-4/+2
2020-04-07diff: restrict when prefetching occursLibravatar Jonathan Tan5-28/+181
2020-04-07diff: refactor object readLibravatar Jonathan Tan1-8/+21
2020-04-07diff: make diff_populate_filespec_options structLibravatar Jonathan Tan5-32/+54
2020-04-07sequencer: honor GIT_REFLOG_ACTIONLibravatar Elijah Newren2-10/+16
2020-04-06travis: build and test on Linux with musl libc and busyboxLibravatar Đoàn Trần Công Danh5-0/+24
2020-04-06ci/linux32: libify install-dependencies stepLibravatar Đoàn Trần Công Danh2-6/+15
2020-04-06ci: refactor docker runner scriptLibravatar Đoàn Trần Công Danh4-12/+22
2020-04-06ci/linux32: parameterise command to switch archLibravatar Đoàn Trần Công Danh2-2/+13
2020-04-06ci/lib-docker: preserve required environment variablesLibravatar Đoàn Trần Công Danh1-3/+10
2020-04-06doc: --recurse-submodules mostly applies to active submodulesLibravatar Damien Robert6-7/+9
2020-04-06doc: be more precise on (fetch|push).recurseSubmodulesLibravatar Damien Robert4-8/+13
2020-04-06doc: explain how to deactivate submodule.recurse completelyLibravatar Damien Robert1-0/+7
2020-04-06doc: document --recurse-submodules for reset and restoreLibravatar Damien Robert5-3/+20
2020-04-06doc: list all commands affected by submodule.recurseLibravatar Damien Robert2-3/+5
2020-04-06fast-import: replace custom hash with hashmap.cLibravatar Jeff King2-25/+59
2020-04-05pull doc: correct outdated description of an exampleLibravatar Philippe Blain1-3/+3
2020-04-05pull doc: refer to a specific section in 'fetch' docLibravatar Philippe Blain1-1/+2
2020-04-05t0007: fix a typoLibravatar Johannes Schindelin1-1/+1
2020-04-05git-rebase.txt: add another hook to the hooks section, and explain moreLibravatar Elijah Newren1-3/+11