Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 2023-07-17 | 1 | -2/+0 |
|\ | |||||
| * | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 2023-07-05 | 1 | -1/+0 |
| * | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 2023-07-05 | 1 | -1/+0 |
* | | Merge branch 'pw/apply-too-large' | Junio C Hamano | 2023-07-06 | 1 | -3/+4 |
|\ \ | |/ |/| | |||||
| * | apply: improve error messages when reading patch | Phillip Wood | 2023-06-26 | 1 | -3/+4 |
* | | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 2023-06-21 | 1 | -1/+1 |
* | | merge-ll: rename from ll-merge | Elijah Newren | 2023-06-21 | 1 | -1/+1 |
* | | git-compat-util.h: remove unneccessary include of wildmatch.h | Elijah Newren | 2023-06-21 | 1 | -0/+1 |
* | | repository: remove unnecessary include of path.h | Elijah Newren | 2023-06-21 | 1 | -0/+1 |
* | | cache.h: remove this no-longer-used header | Elijah Newren | 2023-06-21 | 1 | -1/+1 |
* | | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 2023-06-21 | 1 | -0/+1 |
* | | name-hash.h: move declarations for name-hash.c from cache.h | Elijah Newren | 2023-06-21 | 1 | -0/+1 |
* | | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 2023-05-10 | 1 | -0/+3 |
|\ \ | |||||
| * | | ws.h: move declarations for ws.c functions from cache.h | Elijah Newren | 2023-04-24 | 1 | -0/+1 |
| * | | base85.h: move declarations for base85.c functions from cache.h | Elijah Newren | 2023-04-24 | 1 | -0/+1 |
| * | | symlinks.h: move declarations for symlinks.c functions from cache.h | Elijah Newren | 2023-04-24 | 1 | -0/+1 |
* | | | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 2023-04-25 | 1 | -0/+2 |
|\| | | |||||
| * | | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 2023-04-11 | 1 | -0/+1 |
| * | | object-name.h: move declarations for object-name.c functions from cache.h | Elijah Newren | 2023-04-11 | 1 | -0/+1 |
| * | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 2023-04-04 | 1 | -5/+8 |
| |\ \ | |||||
* | \ \ | Sync with Git 2.40.1 | Junio C Hamano | 2023-04-25 | 1 | -2/+12 |
|\ \ \ \ | |||||
| * \ \ \ | Sync with 2.39.3 | Johannes Schindelin | 2023-04-17 | 1 | -2/+12 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Sync with 2.38.5 | Johannes Schindelin | 2023-04-17 | 1 | -2/+12 |
| | |\ \ \ | |||||
| | | * \ \ | Sync with 2.36.6 | Johannes Schindelin | 2023-04-17 | 1 | -2/+12 |
| | | |\ \ \ | |||||
| | | | * \ \ | Sync with 2.35.8 | Johannes Schindelin | 2023-04-17 | 1 | -2/+12 |
| | | | |\ \ \ | |||||
| | | | | * \ \ | Sync with 2.34.8 | Johannes Schindelin | 2023-04-17 | 1 | -2/+12 |
| | | | | |\ \ \ | |||||
| | | | | | * \ \ | Sync with 2.32.7 | Johannes Schindelin | 2023-04-17 | 1 | -2/+12 |
| | | | | | |\ \ \ | |||||
| | | | | | | * \ \ | Sync with 2.31.8 | Johannes Schindelin | 2023-04-17 | 1 | -2/+12 |
| | | | | | | |\ \ \ | |||||
| | | | | | | | * \ \ | Sync with 2.30.9 | Johannes Schindelin | 2023-04-17 | 1 | -2/+12 |
| | | | | | | | |\ \ \ | |||||
| | | | | | | | | * | | | apply --reject: overwrite existing `.rej` symlink if it exists | Johannes Schindelin | 2023-04-17 | 1 | -2/+12 |
| | * | | | | | | | | | | Merge branch 'jk/unused-post-2.39' into maint-2.39 | Junio C Hamano | 2023-02-14 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
* | | \ \ \ \ \ \ \ \ \ \ | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 2023-04-06 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 2023-03-21 | 1 | -0/+1 |
| * | | | | | | | | | | | | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 2023-03-21 | 1 | -0/+1 |
| * | | | | | | | | | | | | wrapper.h: move declarations for wrapper.c functions from cache.h | Elijah Newren | 2023-03-21 | 1 | -0/+1 |
| * | | | | | | | | | | | | abspath.h: move absolute path functions from cache.h | Elijah Newren | 2023-03-21 | 1 | -0/+1 |
| * | | | | | | | | | | | | treewide: be explicit about dependence on gettext.h | Elijah Newren | 2023-03-21 | 1 | -0/+1 |
* | | | | | | | | | | | | | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 2023-04-06 | 1 | -5/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 2023-03-28 | 1 | -3/+6 |
| * | | | | | | | | | | | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 2023-03-28 | 1 | -2/+2 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 2023-02-24 | 1 | -0/+1 |
* | | | | | | | | | | | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 2023-02-24 | 1 | -0/+1 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Sync with Git 2.39.2 | Junio C Hamano | 2023-02-14 | 1 | -0/+27 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Sync with 2.38.4 | Johannes Schindelin | 2023-02-06 | 1 | -0/+27 |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | |||||
| | * | | | | | | | | Sync with 2.36.5 | Johannes Schindelin | 2023-02-06 | 1 | -0/+27 |
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | |||||
| | | * | | | | | | | Sync with 2.35.7 | Johannes Schindelin | 2023-02-06 | 1 | -0/+27 |
| | | |\ \ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | | | |||||
| | | | * | | | | | | Sync with 2.34.7 | Johannes Schindelin | 2023-02-06 | 1 | -0/+27 |
| | | | |\ \ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | | | | |||||
| | | | | * | | | | | Sync with 2.32.6 | Johannes Schindelin | 2023-02-06 | 1 | -0/+27 |
| | | | | |\ \ \ \ \ | | | | | | | |/ / / | | | | | | |/| | | | |||||
| | | | | | * | | | | Sync with 2.31.7 | Johannes Schindelin | 2023-02-06 | 1 | -0/+27 |
| | | | | | |\ \ \ \ | | | | | | | | |/ / | | | | | | | |/| | | |||||
| | | | | | | * | | | Sync with 2.30.8 | Johannes Schindelin | 2023-02-06 | 1 | -0/+27 |
| | | | | | | |\ \ \ | | | | | | | | | |/ | | | | | | | | |/| |