summaryrefslogtreecommitdiffstats
path: root/apply.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-2/+0
|\
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| * treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'pw/apply-too-large'Junio C Hamano2023-07-061-3/+4
|\ \ | |/ |/|
| * apply: improve error messages when reading patchPhillip Wood2023-06-261-3/+4
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | merge-ll: rename from ll-mergeElijah Newren2023-06-211-1/+1
* | git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren2023-06-211-0/+1
* | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* | name-hash.h: move declarations for name-hash.c from cache.hElijah Newren2023-06-211-0/+1
* | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-0/+3
|\ \
| * | ws.h: move declarations for ws.c functions from cache.hElijah Newren2023-04-241-0/+1
| * | base85.h: move declarations for base85.c functions from cache.hElijah Newren2023-04-241-0/+1
| * | symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-241-0/+1
* | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+2
|\| |
| * | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-5/+8
| |\ \
* | \ \ Sync with Git 2.40.1Junio C Hamano2023-04-251-2/+12
|\ \ \ \
| * \ \ \ Sync with 2.39.3Johannes Schindelin2023-04-171-2/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Sync with 2.38.5Johannes Schindelin2023-04-171-2/+12
| | |\ \ \
| | | * \ \ Sync with 2.36.6Johannes Schindelin2023-04-171-2/+12
| | | |\ \ \
| | | | * \ \ Sync with 2.35.8Johannes Schindelin2023-04-171-2/+12
| | | | |\ \ \
| | | | | * \ \ Sync with 2.34.8Johannes Schindelin2023-04-171-2/+12
| | | | | |\ \ \
| | | | | | * \ \ Sync with 2.32.7Johannes Schindelin2023-04-171-2/+12
| | | | | | |\ \ \
| | | | | | | * \ \ Sync with 2.31.8Johannes Schindelin2023-04-171-2/+12
| | | | | | | |\ \ \
| | | | | | | | * \ \ Sync with 2.30.9Johannes Schindelin2023-04-171-2/+12
| | | | | | | | |\ \ \
| | | | | | | | | * | | apply --reject: overwrite existing `.rej` symlink if it existsJohannes Schindelin2023-04-171-2/+12
| | * | | | | | | | | | Merge branch 'jk/unused-post-2.39' into maint-2.39Junio C Hamano2023-02-141-2/+2
| | |\ \ \ \ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ \ \ \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | | | | | | | | | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | | | | | | | | | | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | | | | | | | | | | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | | | | | | | | | | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | | | | | | | | | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-5/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+6
| * | | | | | | | | | | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
| |/ / / / / / / / / /
* | | | | | | | | | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | | | | | | | | | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
|/ / / / / / / / / /
* | | | | | | | | | Sync with Git 2.39.2Junio C Hamano2023-02-141-0/+27
|\| | | | | | | | |
| * | | | | | | | | Sync with 2.38.4Johannes Schindelin2023-02-061-0/+27
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Sync with 2.36.5Johannes Schindelin2023-02-061-0/+27
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | Sync with 2.35.7Johannes Schindelin2023-02-061-0/+27
| | | |\ \ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | |
| | | | * | | | | | Sync with 2.34.7Johannes Schindelin2023-02-061-0/+27
| | | | |\ \ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | | |
| | | | | * | | | | Sync with 2.32.6Johannes Schindelin2023-02-061-0/+27
| | | | | |\ \ \ \ \ | | | | | | | |/ / / | | | | | | |/| | |
| | | | | | * | | | Sync with 2.31.7Johannes Schindelin2023-02-061-0/+27
| | | | | | |\ \ \ \ | | | | | | | | |/ / | | | | | | | |/| |
| | | | | | | * | | Sync with 2.30.8Johannes Schindelin2023-02-061-0/+27
| | | | | | | |\ \ \ | | | | | | | | | |/ | | | | | | | | |/|