summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | p2000: add sparse-index reposDerrick Stolee2021-03-301-1/+18
| * | | | | | sparse-index: loose integration with cache_tree_verify()Derrick Stolee2021-03-302-3/+19
| * | | | | | cache-tree: integrate with sparse directory entriesDerrick Stolee2021-03-302-1/+27
| * | | | | | sparse-checkout: disable sparse-indexDerrick Stolee2021-03-302-1/+22
| * | | | | | sparse-checkout: toggle sparse index from builtinDerrick Stolee2021-03-305-34/+80
| * | | | | | sparse-index: add index.sparse config optionDerrick Stolee2021-03-305-6/+44
| * | | | | | sparse-index: check index conversion happensDerrick Stolee2021-03-301-0/+18
| * | | | | | unpack-trees: allow sparse directoriesDerrick Stolee2021-03-301-3/+7
| * | | | | | submodule: sparse-index should not collapse linksDerrick Stolee2021-03-302-0/+18
| * | | | | | sparse-index: convert from full to sparseDerrick Stolee2021-03-306-4/+228
| * | | | | | sparse-index: add 'sdir' index extensionDerrick Stolee2021-03-302-0/+21
| * | | | | | sparse-checkout: hold pattern list in indexDerrick Stolee2021-03-302-7/+12
| * | | | | | unpack-trees: ensure full indexDerrick Stolee2021-03-301-0/+7
| * | | | | | test-tool: don't force full indexDerrick Stolee2021-03-302-1/+17
| * | | | | | test-read-cache: print cache entries with --tableDerrick Stolee2021-03-301-10/+45
| * | | | | | t1092: compare sparse-checkout to sparse-indexDerrick Stolee2021-03-302-4/+23
| * | | | | | sparse-index: implement ensure_full_index()Derrick Stolee2021-03-303-2/+118
| * | | | | | sparse-index: add guard to ensure full indexDerrick Stolee2021-03-306-1/+36
| * | | | | | t1092: clean up script quotingDerrick Stolee2021-03-301-10/+10
| * | | | | | t/perf: add performance test for sparse operationsDerrick Stolee2021-03-301-0/+84
| * | | | | | sparse-index: design doc and format updateDerrick Stolee2021-03-302-0/+182
* | | | | | | Merge branch 'ds/maintenance-prefetch-fix'Junio C Hamano2021-04-306-40/+134
|\ \ \ \ \ \ \
| * | | | | | | maintenance: respect remote.*.skipFetchAllDerrick Stolee2021-04-162-1/+10
| * | | | | | | maintenance: use 'git fetch --prefetch'Derrick Stolee2021-04-163-15/+12
| * | | | | | | fetch: add --prefetch optionDerrick Stolee2021-04-163-1/+106
| * | | | | | | maintenance: simplify prefetch logicDerrick Stolee2021-04-061-25/+8
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'ow/push-quiet-set-upstream'Junio C Hamano2021-04-302-5/+12
|\ \ \ \ \ \ \
| * | | | | | | transport: respect verbosity when setting upstreamØystein Walle2021-04-152-5/+12
| |/ / / / / /
* | | | | | | Merge branch 'mt/pkt-write-errors'Junio C Hamano2021-04-301-7/+24
|\ \ \ \ \ \ \
| * | | | | | | pkt-line: do not report packet write errors twiceMatheus Tavares2021-04-151-7/+24
* | | | | | | | Merge branch 'jk/promisor-optim'Junio C Hamano2021-04-3012-15/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | revision: avoid parsing with --exclude-promisor-objectsJeff King2021-04-132-1/+9
| * | | | | | | | lookup_unknown_object(): take a repository argumentJeff King2021-04-139-14/+13
| * | | | | | | | is_promisor_object(): free tree buffer after parsingJeff King2021-04-132-0/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | The twelfth batchJunio C Hamano2021-04-201-0/+19
* | | | | | | | Merge branch 'js/access-nul-emulation-on-windows'Junio C Hamano2021-04-201-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | msvc: avoid calling `access("NUL", flags)`Johannes Schindelin2021-04-161-0/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'sg/bugreport-fixes'Junio C Hamano2021-04-201-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Makefile: add missing dependencies of 'config-list.h'SZEDER Gábor2021-04-081-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'jc/doc-do-not-capitalize-clarification'Junio C Hamano2021-04-202-5/+13
|\ \ \ \ \ \ \
| * | | | | | | doc: clarify "do not capitalize the first word" ruleJunio C Hamano2021-04-142-5/+13
| |/ / / / / /
* | | | | | | Merge branch 'ab/usage-error-docs'Junio C Hamano2021-04-203-15/+14
|\ \ \ \ \ \ \
| * | | | | | | api docs: document that BUG() emits a trace2 error eventÆvar Arnfjörð Bjarmason2021-04-132-1/+4
| * | | | | | | api docs: document BUG() in api-error-handling.txtÆvar Arnfjörð Bjarmason2021-04-131-2/+5
| * | | | | | | usage.c: don't copy/paste the same comment three timesÆvar Arnfjörð Bjarmason2021-04-131-12/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ab/detox-gettext-tests'Junio C Hamano2021-04-203-13/+6
|\ \ \ \ \ \ \
| * | | | | | | tests: remove all uses of test_i18cmpÆvar Arnfjörð Bjarmason2021-04-133-13/+6
| |/ / / / / /
* | | | | | | Merge branch 'jt/fetch-pack-request-fix'Junio C Hamano2021-04-201-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fetch-pack: buffer object-format with other argsJonathan Tan2021-04-081-1/+1
* | | | | | | | Merge branch 'hn/reftable-tables-doc-update'Junio C Hamano2021-04-201-2/+7
|\ \ \ \ \ \ \ \