Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ds/sparse-sparse-checkout' | Junio C Hamano | 2022-06-03 | 1 | -8/+25 |
|\ | |||||
| * | sparse-index: introduce partially-sparse indexes | Derrick Stolee | 2022-05-23 | 1 | -8/+25 |
* | | Merge branch 'ns/batch-fsync' | Junio C Hamano | 2022-06-03 | 1 | -1/+11 |
|\ \ | |||||
| * | | core.fsync: use batch mode and sync loose objects by default on Windows | Neeraj Singh | 2022-04-06 | 1 | -0/+4 |
| * | | core.fsyncmethod: batched disk flushes for loose-objects | Neeraj Singh | 2022-04-06 | 1 | -1/+7 |
| * | | Merge branch 'ns/core-fsyncmethod' into ns/batch-fsync | Junio C Hamano | 2022-04-06 | 1 | -0/+48 |
| |\ \ | |||||
* | \ \ | Merge branch 'ds/midx-normalize-pathname-before-comparison' | Junio C Hamano | 2022-05-04 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | cache: use const char * for get_object_directory() | Derrick Stolee | 2022-04-25 | 1 | -1/+1 |
* | | | | Merge branch 'jh/builtin-fsmonitor-part2' | Junio C Hamano | 2022-04-04 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | fsmonitor: config settings are repository-specific | Jeff Hostetler | 2022-03-25 | 1 | -1/+0 |
* | | | | | Merge branch 'ns/core-fsyncmethod' | Junio C Hamano | 2022-04-04 | 1 | -2/+2 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | core.fsync: fix incorrect expression for default configuration | Neeraj Singh | 2022-03-29 | 1 | -2/+2 |
* | | | | | Merge branch 'ps/fsync-refs' | Junio C Hamano | 2022-03-25 | 1 | -2/+5 |
|\ \ \ \ \ | |||||
| * | | | | | core.fsync: new option to harden references | Patrick Steinhardt | 2022-03-15 | 1 | -2/+5 |
| * | | | | | Merge branch 'ns/core-fsyncmethod' into ps/fsync-refs | Junio C Hamano | 2022-03-15 | 1 | -0/+48 |
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'ns/core-fsyncmethod' | Junio C Hamano | 2022-03-25 | 1 | -0/+48 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | core.fsync: documentation and user-friendly aggregate options | Neeraj Singh | 2022-03-15 | 1 | -3/+20 |
| * | | | | core.fsync: new option to harden the index | Neeraj Singh | 2022-03-10 | 1 | -0/+1 |
| * | | | | core.fsync: introduce granular fsync control infrastructure | Neeraj Singh | 2022-03-10 | 1 | -0/+23 |
| * | | | | core.fsyncmethod: add writeout-only mode | Neeraj Singh | 2022-03-10 | 1 | -0/+7 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ab/object-file-api-updates' | Junio C Hamano | 2022-03-16 | 1 | -3/+17 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | object-file API: pass an enum to read_object_with_reference() | Ævar Arnfjörð Bjarmason | 2022-02-25 | 1 | -1/+1 |
| * | | | object-file API: have hash_object_file() take "enum object_type" | Ævar Arnfjörð Bjarmason | 2022-02-25 | 1 | -1/+2 |
| * | | | object-file API: split up and simplify check_object_signature() | Ævar Arnfjörð Bjarmason | 2022-02-25 | 1 | -4/+8 |
| * | | | object API users + docs: check <0, not !0 with check_object_signature() | Ævar Arnfjörð Bjarmason | 2022-02-25 | 1 | -0/+3 |
| * | | | object API docs: move check_object_signature() docs to cache.h | Ævar Arnfjörð Bjarmason | 2022-02-25 | 1 | -0/+6 |
| | |/ | |/| | |||||
* | | | Merge branch 'en/present-despite-skipped' | Junio C Hamano | 2022-03-09 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | repo_read_index: add config to expect files outside sparse patterns | Elijah Newren | 2022-03-01 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'ab/date-mode-release' | Junio C Hamano | 2022-02-25 | 1 | -50/+0 |
|\ \ | |||||
| * | | date API: create a date.h, split from cache.h | Ævar Arnfjörð Bjarmason | 2022-02-16 | 1 | -48/+0 |
| * | | cache.h: remove always unused show_date_human() declaration | Ævar Arnfjörð Bjarmason | 2022-02-16 | 1 | -2/+0 |
* | | | Merge branch 'ab/auto-detect-zlib-compress2' | Junio C Hamano | 2022-02-16 | 1 | -1/+0 |
|\ \ \ | |/ / |/| | | |||||
| * | | compat: auto-detect if zlib has uncompress2() | Ævar Arnfjörð Bjarmason | 2022-01-26 | 1 | -1/+0 |
| |/ | |||||
* | | Merge branch 'ms/update-index-racy' | Junio C Hamano | 2022-02-05 | 1 | -0/+1 |
|\ \ | |||||
| * | | update-index: refresh should rewrite index in case of racy timestamps | Marc Strapetz | 2022-01-07 | 1 | -0/+1 |
* | | | Merge branch 'ab/cat-file' | Junio C Hamano | 2022-02-05 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters) | Ævar Arnfjörð Bjarmason | 2021-12-30 | 1 | -0/+1 |
* | | | Merge branch 'ma/header-dup-cleanup' | Junio C Hamano | 2022-01-12 | 1 | -2/+0 |
|\ \ \ | |||||
| * | | | cache.h: drop duplicate `ensure_full_index()` declaration | Martin Ågren | 2022-01-10 | 1 | -2/+0 |
| |/ / | |||||
* | | | Merge branch 'en/keep-cwd' | Junio C Hamano | 2022-01-05 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | setup: introduce startup_info->original_cwd | Elijah Newren | 2021-12-09 | 1 | -0/+2 |
| |/ | |||||
* | | Merge branch 'ew/test-wo-fsync' | Junio C Hamano | 2021-12-15 | 1 | -0/+1 |
|\ \ | |||||
| * | | tests: disable fsync everywhere | Eric Wong | 2021-10-29 | 1 | -0/+1 |
* | | | Merge branch 'vd/sparse-reset' | Junio C Hamano | 2021-12-10 | 1 | -0/+10 |
|\ \ \ | |||||
| * | | | reset: make sparse-aware (except --mixed) | Victoria Dye | 2021-11-29 | 1 | -0/+10 |
* | | | | strbuf_addftime(): handle "%s" manually | Jeff King | 2021-11-04 | 1 | -0/+1 |
| |_|/ |/| | | |||||
* | | | Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store' | Junio C Hamano | 2021-10-25 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | commit: fix duplication regression in permission error output | Ævar Arnfjörð Bjarmason | 2021-10-12 | 1 | -0/+1 |
* | | | | Merge branch 'ab/fsck-unexpected-type' | Junio C Hamano | 2021-10-25 | 1 | -3/+42 |
|\ \ \ \ | |||||
| * | | | | fsck: report invalid object type-path combinations | Ævar Arnfjörð Bjarmason | 2021-10-01 | 1 | -1/+2 |