Age | Commit message (Expand) | Author | Files | Lines |
2020-11-19 | t5[6-9]*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -26/+26 |
2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
2020-09-03 | Merge branch 'jt/lazy-fetch' | Junio C Hamano | 1 | -0/+20 |
2020-08-20 | fetch-pack: in partial clone, pass --promisor | Jonathan Tan | 1 | -0/+16 |
2020-08-18 | fetch-pack: do not lazy-fetch during ref iteration | Jonathan Tan | 1 | -0/+20 |
2020-08-11 | Merge branch 'tb/upload-pack-filters' | Junio C Hamano | 1 | -0/+33 |
2020-08-05 | t5616: use test_i18ngrep for upload-pack errors | Jeff King | 1 | -4/+4 |
2020-08-03 | upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth' | Taylor Blau | 1 | -0/+9 |
2020-08-03 | upload-pack.c: allow banning certain object filter(s) | Taylor Blau | 1 | -0/+24 |
2020-07-16 | upload-pack: do not lazy-fetch "have" objects | Jonathan Tan | 1 | -0/+38 |
2020-05-13 | Merge branch 'cc/upload-pack-v2-fetch-fix' | Junio C Hamano | 1 | -4/+3 |
2020-05-08 | upload-pack: clear filter_options for each v2 fetch command | Christian Couder | 1 | -4/+3 |
2020-04-28 | Merge branch 'dd/test-with-busybox' | Junio C Hamano | 1 | -1/+1 |
2020-04-22 | Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following' | Junio C Hamano | 1 | -0/+8 |
2020-04-01 | clone: use "quick" lookup while following tags | Jeff King | 1 | -0/+8 |
2020-03-25 | t5616: use rev-parse instead to get HEAD's object_id | Đoàn Trần Công Danh | 1 | -1/+1 |
2020-03-05 | Merge branch 'js/ci-windows-update' | Junio C Hamano | 1 | -17/+21 |
2020-03-02 | Merge branch 'ds/partial-clone-fixes' | Junio C Hamano | 1 | -0/+31 |
2020-02-27 | t/lib-httpd: avoid using macOS' sed | Johannes Schindelin | 1 | -17/+21 |
2020-02-22 | partial-clone: avoid fetching when looking for objects | Derrick Stolee | 1 | -1/+1 |
2020-02-22 | partial-clone: demonstrate bugs in partial fetch | Derrick Stolee | 1 | -0/+31 |
2020-01-27 | t5616: make robust to delta base change | Jonathan Tan | 1 | -13/+23 |
2019-12-01 | Merge branch 'jt/fetch-remove-lazy-fetch-plugging' | Junio C Hamano | 1 | -0/+70 |
2019-11-08 | fetch: remove fetch_if_missing=0 | Jonathan Tan | 1 | -0/+70 |
2019-10-16 | fetch-pack: write fetched refs to .promisor | Jonathan Tan | 1 | -0/+8 |
2019-10-07 | Merge branch 'jk/partial-clone-sparse-blob' | Junio C Hamano | 1 | -0/+36 |
2019-09-18 | Merge branch 'md/list-objects-filter-combo' | Junio C Hamano | 1 | -0/+19 |
2019-09-18 | Merge branch 'cc/multi-promisor' | Junio C Hamano | 1 | -2/+2 |
2019-09-16 | list-objects-filter: give a more specific error sparse parsing error | Jon Simons | 1 | -1/+1 |
2019-09-16 | list-objects-filter: delay parsing of sparse oid | Jeff King | 1 | -2/+2 |
2019-09-16 | t5616: test cloning/fetching with sparse:oid=<oid> filter | Jon Simons | 1 | -0/+36 |
2019-08-02 | t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd' | SZEDER Gábor | 1 | -0/+3 |
2019-06-28 | list-objects-filter-options: allow mult. --filter | Matthew DeVore | 1 | -0/+19 |
2019-06-25 | promisor-remote: parse remote.*.partialclonefilter | Christian Couder | 1 | -1/+1 |
2019-06-25 | Use promisor_remote_get_direct() and has_promisor_remote() | Christian Couder | 1 | -1/+1 |
2019-06-11 | t5616: cover case of client having delta base | Jonathan Tan | 1 | -11/+28 |
2019-06-11 | t5616: use correct flag to check object is missing | Jonathan Tan | 1 | -1/+1 |
2019-05-15 | index-pack: prefetch missing REF_DELTA bases | Jonathan Tan | 1 | -0/+61 |
2019-05-15 | t5616: refactor packfile replacement | Jonathan Tan | 1 | -13/+21 |
2019-03-14 | tests: use 'test_atexit' to stop httpd | SZEDER Gábor | 1 | -2/+0 |
2019-01-04 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -1/+1 |
2018-10-30 | Merge branch 'md/filter-trees' | Junio C Hamano | 1 | -0/+42 |
2018-10-19 | Merge branch 'jt/fetch-tips-in-partial-clone' | Junio C Hamano | 1 | -0/+17 |
2018-10-15 | filter-trees: code clean-up of tests | Matthew DeVore | 1 | -1/+1 |
2018-10-07 | list-objects-filter: implement filter tree:0 | Matthew DeVore | 1 | -0/+42 |
2018-10-07 | tests: order arguments to git-rev-list properly | Matthew DeVore | 1 | -11/+15 |
2018-10-07 | tests: don't swallow Git errors upstream of pipes | Matthew DeVore | 1 | -6/+8 |
2018-10-07 | tests: standardize pipe placement | Matthew DeVore | 1 | -13/+19 |
2018-09-21 | fetch: in partial clone, check presence of targets | Jonathan Tan | 1 | -0/+17 |
2018-07-16 | tag: don't warn if target is missing but promised | Jonathan Tan | 1 | -2/+7 |