Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | builtin/refs: add verify subcommand | shejialuo | 2024-08-08 | 1 | -0/+11 |
* | fsck: add refs report function | shejialuo | 2024-08-08 | 1 | -0/+39 |
* | fsck: add a unified interface for reporting fsck messages | shejialuo | 2024-08-08 | 1 | -14/+30 |
* | fsck: make "fsck_error" callback generic | shejialuo | 2024-08-08 | 1 | -10/+16 |
* | fsck: rename objects-related fsck error functions | shejialuo | 2024-08-08 | 1 | -8/+9 |
* | fsck: rename "skiplist" to "skip_oids" | shejialuo | 2024-08-08 | 1 | -2/+2 |
* | Merge branch 'ps/use-the-repository' | Junio C Hamano | 2024-07-02 | 1 | -1/+4 |
|\ | |||||
| * | oidset: pass hash algorithm when parsing file | Patrick Steinhardt | 2024-06-14 | 1 | -1/+2 |
| * | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 2024-06-14 | 1 | -0/+2 |
* | | Merge branch 'ps/no-writable-strings' | Junio C Hamano | 2024-06-18 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | global: improve const correctness when assigning string constants | Patrick Steinhardt | 2024-06-07 | 1 | -1/+1 |
* | | Merge branch 'ps/leakfixes' | Junio C Hamano | 2024-06-06 | 1 | -2/+2 |
|\| | |||||
| * | config: clarify memory ownership in `git_config_pathname()` | Patrick Steinhardt | 2024-05-27 | 1 | -2/+2 |
* | | Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maint | Junio C Hamano | 2024-05-25 | 1 | -56/+0 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44 | Junio C Hamano | 2024-05-25 | 1 | -56/+0 |
| |\ | |||||
| | * | Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43 | Junio C Hamano | 2024-05-25 | 1 | -56/+0 |
| | |\ | |||||
| | | * | Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42 | Junio C Hamano | 2024-05-25 | 1 | -56/+0 |
| | | |\ | |||||
| | | | * | Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41 | Junio C Hamano | 2024-05-25 | 1 | -56/+0 |
| | | | |\ | |||||
| | | | | * | Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40 | Junio C Hamano | 2024-05-24 | 1 | -56/+0 |
| | | | | |\ | |||||
| | | | | | * | Revert "fsck: warn about symlink pointing inside a gitdir" | Junio C Hamano | 2024-05-23 | 1 | -56/+0 |
* | | | | | | | Sync with 2.44.1 | Johannes Schindelin | 2024-04-29 | 1 | -0/+56 |
|\| | | | | | | |||||
| * | | | | | | Sync with 2.43.4 | Johannes Schindelin | 2024-04-19 | 1 | -0/+56 |
| |\| | | | | | |||||
| | * | | | | | Sync with 2.42.2 | Johannes Schindelin | 2024-04-19 | 1 | -0/+56 |
| | |\| | | | | |||||
| | | * | | | | Sync with 2.41.1 | Johannes Schindelin | 2024-04-19 | 1 | -0/+56 |
| | | |\| | | | |||||
| | | | * | | | Sync with 2.40.2 | Johannes Schindelin | 2024-04-19 | 1 | -0/+56 |
| | | | |\| | | |||||
| | | | | * | | Sync with 2.39.4 | Johannes Schindelin | 2024-04-19 | 1 | -0/+56 |
| | | | | |\| | |||||
| | | | | | * | fsck: warn about symlink pointing inside a gitdir | Johannes Schindelin | 2024-04-19 | 1 | -0/+56 |
| | * | | | | | Merge branch 'en/header-cleanup' into maint-2.43 | Junio C Hamano | 2024-02-09 | 1 | -1/+0 |
| | |\ \ \ \ \ | |||||
* | | \ \ \ \ \ | Merge branch 'eb/hash-transition' | Junio C Hamano | 2024-03-28 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | tree-walk: init_tree_desc take an oid to get the hash algorithm | Eric W. Biederman | 2023-10-02 | 1 | -2/+4 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'vd/fsck-submodule-url-test' | Junio C Hamano | 2024-01-26 | 1 | -133/+0 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | submodule-config.h: move check_submodule_url | Victoria Dye | 2024-01-18 | 1 | -133/+0 |
* | | | | | | | | Merge branch 'en/header-cleanup' | Junio C Hamano | 2024-01-08 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | treewide: remove unnecessary includes in source files | Elijah Newren | 2023-12-26 | 1 | -1/+0 |
| |/ / / / / | |||||
* / / / / / | fsck: handle NULL value when parsing message config | Jeff King | 2023-12-09 | 1 | -2/+6 |
|/ / / / / | |||||
* / / / / | fsck: detect very large tree pathnames | Jeff King | 2023-09-01 | 1 | -1/+23 |
|/ / / / | |||||
* | | | | Merge branch 'jk/unused-parameter' | Junio C Hamano | 2023-07-25 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | fsck: mark unused parameters in various fsck callbacks | Jeff King | 2023-07-14 | 1 | -2/+2 |
* | | | | | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 2023-07-17 | 1 | -1/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 2023-07-05 | 1 | -1/+0 |
* | | | | | Merge branch 'gc/config-context' | Junio C Hamano | 2023-07-06 | 1 | -4/+8 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | config: pass ctx with config files | Glen Choo | 2023-06-28 | 1 | -1/+2 |
| * | | | | config: add ctx arg to config_fn_t | Glen Choo | 2023-06-28 | 1 | -3/+6 |
| |/ / / | |||||
* | | | | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 2023-06-21 | 1 | -1/+2 |
* | | | | repository: remove unnecessary include of path.h | Elijah Newren | 2023-06-21 | 1 | -0/+1 |
|/ / / | |||||
* | | | commit.h: reduce unnecessary includes | Elijah Newren | 2023-04-24 | 1 | -0/+1 |
* | | | treewide: remove cache.h inclusion due to object.h changes | Elijah Newren | 2023-04-11 | 1 | -1/+1 |
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 2023-04-04 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 2023-03-28 | 1 | -1/+1 |
| * | | | cocci: apply the "commit.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 2023-03-28 | 1 | -2/+2 |
| |/ / |