summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-10rebase: generify reset_head()Denton Liu1-27/+37
2020-04-10rebase: use apply_autostash() from sequencer.cDenton Liu3-48/+5
2020-04-10sequencer: rename stash_sha1 to stash_oidDenton Liu1-8/+8
2020-04-10sequencer: make apply_autostash() accept a pathDenton Liu1-7/+7
2020-04-10rebase: use read_oneliner()Denton Liu1-20/+17
2020-04-09repository: mark the "refs" pointer as privateJeff King3-7/+11
2020-04-09builtin/receive-pack: use constant-time comparison for HMAC valuebrian m. carlson1-1/+20
2020-04-09sha1-name: do not assume that the ref store is initializedJunio C Hamano2-1/+5
2020-04-09bloom: ignore renames when computing changed pathsDerrick Stolee1-0/+1
2020-04-09config.txt: move closing "----" to cover entire listingMartin Ågren1-5/+5
2020-04-08stash -p: (partially) fix bug concerning split hunksJohannes Schindelin2-2/+2
2020-04-08t3904: fix incorrect demonstration of a bugJohannes Schindelin1-2/+2
2020-04-08mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin2-3/+7
2020-04-08mingw: use modern strftime implementation if possibleMatthias Aßhauer1-1/+10
2020-04-08subtree: fix build with AsciiDoctor 2Johannes Schindelin1-2/+4
2020-04-07format-patch: teach --no-encode-email-headersEmma Brooks9-3/+85
2020-04-07ci: fix the `jobname` of the `GETTEXT_POISON` jobJohannes Schindelin2-2/+2
2020-04-07ci/lib: set TERM environment variable if not existĐoàn Trần Công Danh1-0/+3
2020-04-07ci/lib: allow running in GitHub ActionsJohannes Schindelin1-1/+19
2020-04-07ci/lib: if CI type is unknown, show the environment variablesJohannes Schindelin1-0/+1
2020-04-07Merge branch 'dd/ci-musl-libc' into HEADJunio C Hamano7-46/+111
2020-04-07Merge branch 'dd/test-with-busybox' into HEADJunio C Hamano8-21/+25
2020-04-07sequencer: make read_oneliner() externDenton Liu2-13/+15
2020-04-07sequencer: configurably warn on non-existent filesDenton Liu1-1/+3
2020-04-07sequencer: make read_oneliner() accept flagsDenton Liu1-7/+14
2020-04-07sequencer: make file exists check more efficientDenton Liu1-4/+2
2020-04-07diff: restrict when prefetching occursJonathan Tan5-28/+181
2020-04-07diff: refactor object readJonathan Tan1-8/+21
2020-04-07diff: make diff_populate_filespec_options structJonathan Tan5-32/+54
2020-04-07sequencer: honor GIT_REFLOG_ACTIONElijah Newren2-10/+16
2020-04-06travis: build and test on Linux with musl libc and busyboxĐoàn Trần Công Danh5-0/+24
2020-04-06ci/linux32: libify install-dependencies stepĐoàn Trần Công Danh2-6/+15
2020-04-06ci: refactor docker runner scriptĐoàn Trần Công Danh4-12/+22
2020-04-06ci/linux32: parameterise command to switch archĐoàn Trần Công Danh2-2/+13
2020-04-06ci/lib-docker: preserve required environment variablesĐoàn Trần Công Danh1-3/+10
2020-04-06doc: --recurse-submodules mostly applies to active submodulesDamien Robert6-7/+9
2020-04-06doc: be more precise on (fetch|push).recurseSubmodulesDamien Robert4-8/+13
2020-04-06doc: explain how to deactivate submodule.recurse completelyDamien Robert1-0/+7
2020-04-06doc: document --recurse-submodules for reset and restoreDamien Robert5-3/+20
2020-04-06doc: list all commands affected by submodule.recurseDamien Robert2-3/+5
2020-04-06fast-import: replace custom hash with hashmap.cJeff King2-25/+59
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh6-1/+12
2020-04-06t4216: add end to end tests for git log with Bloom filtersGarima Singh2-0/+159
2020-04-06revision.c: add trace2 stats around Bloom filter usageGarima Singh1-0/+41
2020-04-06revision.c: use Bloom filters to speed up path based revision walksGarima Singh4-2/+118
2020-04-06commit-graph: add --changed-paths option to write subcommandGarima Singh2-2/+12
2020-04-06commit-graph: reuse existing Bloom filters during writeGarima Singh4-6/+55
2020-04-06commit-graph: write Bloom filters to commit graph fileGarima Singh3-1/+147
2020-04-05pull doc: correct outdated description of an examplePhilippe Blain1-3/+3
2020-04-05pull doc: refer to a specific section in 'fetch' docPhilippe Blain1-1/+2