Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'en/header-split-cache-h-part-2' into next | Junio C Hamano | 2023-05-01 | 1 | -0/+2 |
|\ | |||||
| * | pkt-line.h: move declarations for pkt-line.c functions from cache.h | Elijah Newren | 2023-04-24 | 1 | -0/+1 |
| * | copy.h: move declarations for copy.c functions from cache.h | Elijah Newren | 2023-04-24 | 1 | -0/+1 |
* | | Merge branch 'gc/better-error-when-local-clone-fails-with-symlink' into next | Junio C Hamano | 2023-04-13 | 1 | -1/+11 |
|\ \ | |||||
| * | | clone: error specifically with --local and symlinked objects | Glen Choo | 2023-04-11 | 1 | -1/+11 |
* | | | Merge branch 'en/header-split-cache-h' into next | Junio C Hamano | 2023-04-13 | 1 | -0/+3 |
|\ \ \ | | |/ | |/| | |||||
| * | | treewide: remove double forward declaration of read_in_full | Elijah Newren | 2023-04-11 | 1 | -0/+1 |
| * | | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 2023-04-11 | 1 | -0/+1 |
| * | | treewide: be explicit about dependence on advice.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 | -3/+3 |
| |\ \ | |||||
* | \ \ | Merge branch 'jc/clone-object-format-from-void' into next | Junio C Hamano | 2023-04-07 | 1 | -5/+6 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | clone: propagate object-format when cloning from void | Junio C Hamano | 2023-04-05 | 1 | -5/+6 |
* | | | | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 2023-04-06 | 1 | -0/+4 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | 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 |
| * | | | 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 | -3/+3 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 2023-03-28 | 1 | -3/+3 |
* | | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 2023-02-23 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'ab/various-leak-fixes' | Junio C Hamano | 2023-02-22 | 1 | -2/+3 |
|\ | |||||
| * | clone: use free() instead of UNLEAK() | Ævar Arnfjörð Bjarmason | 2023-02-06 | 1 | -2/+3 |
* | | Merge branch 'ds/bundle-uri-5' | Junio C Hamano | 2023-02-15 | 1 | -1/+5 |
|\ \ | |||||
| * | | clone: set fetch.bundleURI if appropriate | Derrick Stolee | 2023-01-31 | 1 | -1/+5 |
* | | | Sync with Git 2.39.2 | Junio C Hamano | 2023-02-13 | 1 | -4/+4 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Sync with 2.38.4 | Johannes Schindelin | 2023-02-06 | 1 | -4/+4 |
| |\ \ | |||||
| | * \ | Sync with 2.37.6 | Johannes Schindelin | 2023-02-06 | 1 | -4/+4 |
| | |\ \ | |||||
| | | * \ | Sync with 2.36.5 | Johannes Schindelin | 2023-02-06 | 1 | -4/+4 |
| | | |\ \ | |||||
| | | | * \ | Sync with 2.35.7 | Johannes Schindelin | 2023-02-06 | 1 | -4/+4 |
| | | | |\ \ | |||||
| | | | | * \ | Sync with 2.34.7 | Johannes Schindelin | 2023-02-06 | 1 | -4/+4 |
| | | | | |\ \ | |||||
| | | | | | * \ | Sync with 2.33.7 | Johannes Schindelin | 2023-02-06 | 1 | -4/+4 |
| | | | | | |\ \ | |||||
| | | | | | | * \ | Sync with 2.32.6 | Johannes Schindelin | 2023-02-06 | 1 | -4/+4 |
| | | | | | | |\ \ | |||||
| | | | | | | | * \ | Sync with 2.31.7 | Johannes Schindelin | 2023-02-06 | 1 | -4/+4 |
| | | | | | | | |\ \ | |||||
| | | | | | | | | * \ | Sync with 2.30.8 | Johannes Schindelin | 2023-02-06 | 1 | -4/+4 |
| | | | | | | | | |\ \ | |||||
| | | | | | | | | | * | | clone: delay picking a transport until after get_repo_path() | Taylor Blau | 2023-01-24 | 1 | -4/+4 |
| | * | | | | | | | | | | Merge branch 'jk/clone-allow-bare-and-o-together' into maint-2.38 | Junio C Hamano | 2022-10-25 | 1 | -3/+0 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
* | | \ \ \ \ \ \ \ \ \ \ | Merge branch 'ds/bundle-uri-4' | Junio C Hamano | 2023-01-02 | 1 | -0/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | clone: unbundle the advertised bundles | Derrick Stolee | 2022-12-25 | 1 | -5/+20 |
| * | | | | | | | | | | | clone: request the 'bundle-uri' command when available | Ævar Arnfjörð Bjarmason | 2022-12-25 | 1 | -0/+6 |
* | | | | | | | | | | | | cocci: apply "pending" index-compatibility to some "builtin/*.c" | Ævar Arnfjörð Bjarmason | 2022-11-21 | 1 | -2/+2 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | replace and remove run_command_v_opt() | René Scharfe | 2022-10-30 | 1 | -2/+6 |
* | | | | | | | | | | | use child_process members "args" and "env" directly | René Scharfe | 2022-10-30 | 1 | -16/+17 |
* | | | | | | | | | | | Sync with v2.38.1 | Junio C Hamano | 2022-10-17 | 1 | -3/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Sync with 2.37.4 | Taylor Blau | 2022-10-06 | 1 | -3/+5 |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | |||||
| | * | | | | | | | | | Sync with 2.36.3 | Taylor Blau | 2022-10-06 | 1 | -3/+5 |
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | | | |||||
| | | * | | | | | | | | Sync with 2.35.5 | Taylor Blau | 2022-10-06 | 1 | -3/+5 |
| | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | |/| | | | | | | |||||
| | | | * | | | | | | | Sync with 2.34.5 | Taylor Blau | 2022-10-06 | 1 | -3/+5 |
| | | | |\ \ \ \ \ \ \ | | | | | | |/ / / / / | | | | | |/| | | | | | |||||
| | | | | * | | | | | | Sync with 2.33.5 | Taylor Blau | 2022-10-06 | 1 | -3/+5 |
| | | | | |\ \ \ \ \ \ | | | | | | | |/ / / / | | | | | | |/| | | | | |||||
| | | | | | * | | | | | Sync with 2.32.4 | Taylor Blau | 2022-10-06 | 1 | -3/+5 |
| | | | | | |\ \ \ \ \ | | | | | | | | |/ / / | | | | | | | |/| | | | |||||
| | | | | | | * | | | | Sync with 2.31.5 | Taylor Blau | 2022-10-06 | 1 | -3/+5 |
| | | | | | | |\ \ \ \ | | | | | | | | | |/ / | | | | | | | | |/| | |