summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* receive-pack: add new proc-receive hookJiang Xin2020-08-2728-3/+2626
* t5411: add basic test cases for proc-receive hookJiang Xin2020-08-276-0/+521
* transport: not report a non-head push as a branchJiang Xin2020-08-272-4/+7
* The sixth batchJunio C Hamano2020-05-011-0/+52
* Merge branch 'jt/v2-fetch-nego-fix'Junio C Hamano2020-05-012-12/+86
|\
| * fetch-pack: in protocol v2, reset in_vain upon ACKJonathan Tan2020-04-282-0/+31
| * fetch-pack: in protocol v2, in_vain only after ACKJonathan Tan2020-04-282-4/+27
| * fetch-pack: return enum from process_acks()Jonathan Tan2020-04-281-8/+28
* | Merge branch 'js/anonymise-push-url-in-errors'Junio C Hamano2020-05-011-2/+4
|\ \
| * | push: anonymize URLs in error messages and warningsJohannes Schindelin2020-04-291-2/+4
| |/
* | Merge branch 'es/bugreport'Junio C Hamano2020-05-0116-131/+458
|\ \
| * | bugreport: drop extraneous includesEmily Shaffer2020-04-281-2/+0
| * | bugreport: add compiler infoEmily Shaffer2020-04-173-0/+48
| * | bugreport: add uname infoEmily Shaffer2020-04-172-1/+16
| * | bugreport: gather git version and build infoEmily Shaffer2020-04-174-19/+51
| * | bugreport: add tool to generate debugging infoEmily Shaffer2020-04-178-0/+224
| * | help: move list_config_help to builtin/helpEmily Shaffer2020-04-179-113/+123
* | | Merge branch 'en/rebase-root-and-fork-point-are-incompatible'Junio C Hamano2020-05-012-2/+8
|\ \ \
| * | | rebase: display an error if --root and --fork-point are both providedElijah Newren2020-04-272-2/+8
* | | | Merge branch 'ds/build-homebrew-gettext-fix'Junio C Hamano2020-05-011-2/+11
|\ \ \ \
| * | | | macOS/brew: let the build find gettext headers/libraries/msgfmtJohannes Schindelin2020-04-271-2/+11
| |/ / /
* | | | Merge branch 'dd/sparse-fixes'Junio C Hamano2020-05-018-15/+16
|\ \ \ \
| * | | | progress.c: silence cgcc suggestion about internal linkageĐoàn Trần Công Danh2020-04-273-9/+10
| * | | | graph.c: limit linkage of internal variableĐoàn Trần Công Danh2020-04-271-1/+1
| * | | | compat/regex: move stdlib.h up in inclusion chainĐoàn Trần Công Danh2020-04-272-1/+1
| * | | | test-parse-pathspec-file.c: s/0/NULL/ for pointer typeĐoàn Trần Công Danh2020-04-271-3/+3
* | | | | Merge branch 'mt/doc-worktree-ref'Junio C Hamano2020-05-011-5/+6
|\ \ \ \ \
| * | | | | config doc: fix reference to config.worktree infoMatheus Tavares2020-04-251-5/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'eb/gitweb-more-trailers'Junio C Hamano2020-05-011-1/+1
|\ \ \ \ \
| * | | | | gitweb: Recognize *-to and Closes/Fixes trailersEmma Brooks2020-04-251-1/+1
| |/ / / /
* | | | | Merge branch 'ds/multi-pack-index'Junio C Hamano2020-05-012-5/+1
|\ \ \ \ \
| * | | | | multi-pack-index: close file descriptor after mmapDerrick Stolee2020-04-242-5/+1
* | | | | | Merge branch 'ds/blame-on-bloom'Junio C Hamano2020-05-019-23/+211
|\ \ \ \ \ \
| * | | | | | test-bloom: check that we have expected argumentsJeff King2020-04-241-4/+16
| * | | | | | test-bloom: fix some whitespace issuesJeff King2020-04-241-5/+5
| * | | | | | blame: drop unused parameter from maybe_changed_pathJeff King2020-04-231-3/+1
| * | | | | | blame: use changed-path Bloom filtersDerrick Stolee2020-04-173-9/+146
| * | | | | | tests: write commit-graph with Bloom filtersDerrick Stolee2020-04-174-5/+29
| * | | | | | revision: complicated pathspecs disable filtersDerrick Stolee2020-04-171-1/+18
* | | | | | | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-0122-11/+1140
|\| | | | | |
| * | | | | | bloom: ignore renames when computing changed pathsDerrick Stolee2020-04-091-0/+1
| * | | | | | commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh2020-04-066-1/+12
| * | | | | | t4216: add end to end tests for git log with Bloom filtersGarima Singh2020-04-062-0/+159
| * | | | | | revision.c: add trace2 stats around Bloom filter usageGarima Singh2020-04-061-0/+41
| * | | | | | revision.c: use Bloom filters to speed up path based revision walksGarima Singh2020-04-064-2/+118
| * | | | | | commit-graph: add --changed-paths option to write subcommandGarima Singh2020-04-062-2/+12
| * | | | | | commit-graph: reuse existing Bloom filters during writeGarima Singh2020-04-064-6/+55
| * | | | | | commit-graph: write Bloom filters to commit graph fileGarima Singh2020-04-063-1/+147
| * | | | | | commit-graph: examine commits by generation numberGarima Singh2020-03-301-3/+30
| * | | | | | commit-graph: examine changed-path objects in pack orderJeff King2020-03-301-3/+35