Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bundle-uri: unit test "key=value" parsing | Ævar Arnfjörð Bjarmason | 2022-10-12 | 5 | -0/+204 |
* | Merge branch 'ds/bundle-uri-clone' into ds/bundle-uri-3 | Junio C Hamano | 2022-08-25 | 3 | -0/+128 |
|\ | |||||
| * | clone: --bundle-uri cannot be combined with --depth | Derrick Stolee | 2022-08-10 | 1 | -0/+8 |
| * | bundle-uri: add support for http(s):// and file:// | Derrick Stolee | 2022-08-10 | 1 | -0/+45 |
| * | clone: add --bundle-uri option | Derrick Stolee | 2022-08-10 | 1 | -0/+36 |
| * | bundle-uri: create basic file-copy logic | Derrick Stolee | 2022-08-10 | 1 | -0/+2 |
| * | remote-curl: add 'get' capability | Derrick Stolee | 2022-08-10 | 1 | -0/+37 |
* | | Merge branch 'll/disk-usage-humanise' | Junio C Hamano | 2022-08-18 | 1 | -0/+22 |
|\ \ | |||||
| * | | rev-list: support human-readable output for `--disk-usage` | Li Linchao | 2022-08-11 | 1 | -0/+22 |
* | | | Merge branch 'sy/sparse-rm' | Junio C Hamano | 2022-08-18 | 2 | -3/+98 |
|\ \ \ | |||||
| * | | | rm: integrate with sparse-index | Shaoxuan Yuan | 2022-08-08 | 2 | -3/+18 |
| * | | | rm: expand the index only when necessary | Shaoxuan Yuan | 2022-08-08 | 1 | -2/+25 |
| * | | | t1092: add tests for `git-rm` | Shaoxuan Yuan | 2022-08-08 | 1 | -0/+57 |
| * | | | Merge branch 'vd/sparse-reset-checkout-fixes' into sy/sparse-rm | Junio C Hamano | 2022-08-08 | 1 | -0/+25 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'vd/sparse-reset-checkout-fixes' | Junio C Hamano | 2022-08-18 | 1 | -0/+25 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | unpack-trees: unpack new trees as sparse directories | Victoria Dye | 2022-08-08 | 1 | -0/+17 |
| * | | | | checkout: fix nested sparse directory diff in sparse index | Victoria Dye | 2022-08-08 | 1 | -0/+8 |
* | | | | | Merge branch 'jk/fsck-tree-mode-bits-fix' | Junio C Hamano | 2022-08-18 | 2 | -0/+31 |
|\ \ \ \ \ | |||||
| * | | | | | fsck: downgrade tree badFilemode to "info" | Jeff King | 2022-08-10 | 1 | -0/+17 |
| * | | | | | fsck: actually detect bad file modes in trees | Jeff King | 2022-08-10 | 1 | -0/+14 |
| * | | | | | Merge branch 'ds/doc-wo-whitelist' into maint | Junio C Hamano | 2022-08-06 | 5 | -9/+8 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'mb/config-document-include' into maint | Junio C Hamano | 2022-08-06 | 1 | -0/+13 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jk/clone-unborn-confusion' into maint | Junio C Hamano | 2022-08-06 | 2 | -3/+72 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'pw/use-glibc-tunable-for-malloc-optim' | Junio C Hamano | 2022-08-15 | 1 | -3/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | tests: cache glibc version check | Phillip Wood | 2022-08-04 | 1 | -3/+8 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'ab/tech-docs-to-help' | Junio C Hamano | 2022-08-15 | 2 | -3/+15 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | docs: move protocol-related docs to man section 5 | Ævar Arnfjörð Bjarmason | 2022-08-04 | 1 | -2/+2 |
| * | | | | | | | | git docs: add a category for file formats, protocols and interfaces | Ævar Arnfjörð Bjarmason | 2022-08-04 | 1 | -0/+2 |
| * | | | | | | | | git docs: add a category for user-facing file, repo and command UX | Ævar Arnfjörð Bjarmason | 2022-08-04 | 1 | -1/+11 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ab/hooks-regression-fix' | Junio C Hamano | 2022-08-15 | 1 | -0/+26 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | hook API: don't segfault on strbuf_addf() to NULL "out" | Ævar Arnfjörð Bjarmason | 2022-08-05 | 1 | -0/+26 |
* | | | | | | | | | Merge branch 'ab/plug-revisions-leak' | Junio C Hamano | 2022-08-12 | 11 | -4/+9 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | revisions API: don't leak memory on argv elements that need free()-ing | Ævar Arnfjörð Bjarmason | 2022-08-03 | 1 | -0/+1 |
| * | | | | | | | | | log: fix a memory leak in "git show <revision>..." | Ævar Arnfjörð Bjarmason | 2022-08-03 | 9 | -2/+8 |
| * | | | | | | | | | test-fast-rebase helper: use release_revisions() (again) | Ævar Arnfjörð Bjarmason | 2022-08-03 | 1 | -2/+0 |
* | | | | | | | | | | Merge branch 'ab/leak-check' | Junio C Hamano | 2022-08-12 | 52 | -211/+397 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | upload-pack: fix a memory leak in create_pack_file() | Ævar Arnfjörð Bjarmason | 2022-07-28 | 1 | -0/+1 |
| * | | | | | | | | | | leak tests: mark passing SANITIZE=leak tests as leak-free | Ævar Arnfjörð Bjarmason | 2022-07-28 | 37 | -1/+38 |
| * | | | | | | | | | | leak tests: don't skip some tests under SANITIZE=leak | Ævar Arnfjörð Bjarmason | 2022-07-28 | 7 | -10/+10 |
| * | | | | | | | | | | test-lib: have the "check" mode for SANITIZE=leak consider leak logs | Ævar Arnfjörð Bjarmason | 2022-07-28 | 4 | -2/+95 |
| * | | | | | | | | | | test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode | Ævar Arnfjörð Bjarmason | 2022-07-28 | 2 | -8/+43 |
| * | | | | | | | | | | test-lib: simplify by removing test_external | Ævar Arnfjörð Bjarmason | 2022-07-28 | 5 | -149/+26 |
| * | | | | | | | | | | tests: move copy/pasted PERL + Test::More checks to a lib-perl.sh | Ævar Arnfjörð Bjarmason | 2022-07-28 | 3 | -19/+23 |
| * | | | | | | | | | | t/Makefile: don't remove test-results in "clean-except-prove-cache" | Ævar Arnfjörð Bjarmason | 2022-07-28 | 1 | -1/+1 |
| * | | | | | | | | | | test-lib: add a SANITIZE=leak logging mode | Ævar Arnfjörð Bjarmason | 2022-07-28 | 2 | -1/+34 |
| * | | | | | | | | | | t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description | Ævar Arnfjörð Bjarmason | 2022-07-28 | 2 | -7/+4 |
| * | | | | | | | | | | test-lib: add a --invert-exit-code switch | Ævar Arnfjörð Bjarmason | 2022-07-28 | 2 | -2/+115 |
| * | | | | | | | | | | test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUT | Ævar Arnfjörð Bjarmason | 2022-07-28 | 1 | -10/+6 |
| * | | | | | | | | | | test-lib: don't set GIT_EXIT_OK before calling test_atexit_handler | Ævar Arnfjörð Bjarmason | 2022-07-28 | 1 | -2/+2 |
| * | | | | | | | | | | test-lib: use $1, not $@ in test_known_broken_{ok,failure}_ | Ævar Arnfjörð Bjarmason | 2022-07-28 | 1 | -4/+4 |
| | |_|/ / / / / / / | |/| | | | | | | | |