summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagLibravatar Garima Singh6-1/+12
2020-04-06t4216: add end to end tests for git log with Bloom filtersLibravatar Garima Singh2-0/+159
2020-04-06revision.c: add trace2 stats around Bloom filter usageLibravatar Garima Singh1-0/+41
2020-04-06revision.c: use Bloom filters to speed up path based revision walksLibravatar Garima Singh4-2/+118
2020-04-06commit-graph: add --changed-paths option to write subcommandLibravatar Garima Singh2-2/+12
2020-04-06commit-graph: reuse existing Bloom filters during writeLibravatar Garima Singh4-6/+55
2020-04-06commit-graph: write Bloom filters to commit graph fileLibravatar Garima Singh3-1/+147
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-05Makefile: avoid running curl-config unnecessarilyLibravatar Jeff King1-2/+2
2020-04-05git-rebase.txt: add another hook to the hooks section, and explain moreLibravatar Elijah Newren1-3/+11
2020-04-05sequencer: stop leaking bufLibravatar Denton Liu1-4/+9
2020-04-03Documentation: document merge option --no-gpg-signLibravatar Đoàn Trần Công Danh1-1/+4
2020-04-03Documentation: merge commit-tree --[no-]gpg-signLibravatar Đoàn Trần Công Danh1-5/+3
2020-04-03Documentation: reword commit --no-gpg-signLibravatar Đoàn Trần Công Danh1-5/+4
2020-04-03Documentation: document am --no-gpg-signLibravatar Đoàn Trần Công Danh1-1/+4
2020-04-03cherry-pick/revert: honour --no-gpg-sign in all caseLibravatar Đoàn Trần Công Danh4-2/+96
2020-04-03rebase.c: honour --no-gpg-signLibravatar Đoàn Trần Công Danh3-4/+79
2020-04-02promisor-remote: accept 0 as oid_nr in functionLibravatar Jonathan Tan5-12/+20
2020-04-02git-submodule.sh: setup uninitialized variablesLibravatar Li Xuejiang1-0/+2
2020-04-02update-ref: implement interactive transaction handlingLibravatar Patrick Steinhardt3-8/+255
2020-04-02update-ref: read commands in a line-wise fashionLibravatar Patrick Steinhardt1-40/+45
2020-04-02update-ref: move transaction handling into `update_refs_stdin()`Libravatar Patrick Steinhardt1-13/+14
2020-04-02update-ref: pass end pointer instead of strbufLibravatar Patrick Steinhardt1-15/+15
2020-04-02update-ref: drop unused argument for `parse_refname`Libravatar Patrick Steinhardt1-5/+5
2020-04-02update-ref: organize commands in an arrayLibravatar Patrick Steinhardt1-12/+29
2020-04-02ci: make MAKEFLAGS available inside the Docker container in the Linux32 jobLibravatar SZEDER Gábor2-0/+4
2020-04-01t5319: replace 'touch -m' with 'test-tool chmtime'Libravatar Derrick Stolee1-4/+4