summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+2
|\
| * pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren2023-04-241-0/+1
| * copy.h: move declarations for copy.c functions from cache.hElijah Newren2023-04-241-0/+1
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+3
|\ \ | |/
| * treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-111-0/+1
| * object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-3/+3
| |\
* | \ Merge branch 'gc/better-error-when-local-clone-fails-with-symlink'Junio C Hamano2023-04-201-1/+11
|\ \ \
| * | | clone: error specifically with --local and symlinked objectsGlen Choo2023-04-111-1/+11
* | | | Merge branch 'jc/clone-object-format-from-void'Junio C Hamano2023-04-111-5/+6
|\ \ \ \ | |/ / / |/| | |
| * | | clone: propagate object-format when cloning from voidJunio C Hamano2023-04-051-5/+6
* | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+4
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| * | | 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-3/+3
|\ \ \ | |/ / |/| / | |/
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+3
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* Merge branch 'ab/various-leak-fixes'Junio C Hamano2023-02-221-2/+3
|\
| * clone: use free() instead of UNLEAK()Ævar Arnfjörð Bjarmason2023-02-061-2/+3
* | Merge branch 'ds/bundle-uri-5'Junio C Hamano2023-02-151-1/+5
|\ \
| * | clone: set fetch.bundleURI if appropriateDerrick Stolee2023-01-311-1/+5
* | | Sync with Git 2.39.2Junio C Hamano2023-02-131-4/+4
|\ \ \ | |_|/ |/| |
| * | Sync with 2.38.4Johannes Schindelin2023-02-061-4/+4
| |\ \
| | * \ Sync with 2.37.6Johannes Schindelin2023-02-061-4/+4
| | |\ \
| | | * \ Sync with 2.36.5Johannes Schindelin2023-02-061-4/+4
| | | |\ \
| | | | * \ Sync with 2.35.7Johannes Schindelin2023-02-061-4/+4
| | | | |\ \
| | | | | * \ Sync with 2.34.7Johannes Schindelin2023-02-061-4/+4
| | | | | |\ \
| | | | | | * \ Sync with 2.33.7Johannes Schindelin2023-02-061-4/+4
| | | | | | |\ \
| | | | | | | * \ Sync with 2.32.6Johannes Schindelin2023-02-061-4/+4
| | | | | | | |\ \
| | | | | | | | * \ Sync with 2.31.7Johannes Schindelin2023-02-061-4/+4
| | | | | | | | |\ \
| | | | | | | | | * \ Sync with 2.30.8Johannes Schindelin2023-02-061-4/+4
| | | | | | | | | |\ \
| | | | | | | | | | * | clone: delay picking a transport until after get_repo_path()Taylor Blau2023-01-241-4/+4
| | * | | | | | | | | | Merge branch 'jk/clone-allow-bare-and-o-together' into maint-2.38Junio C Hamano2022-10-251-3/+0
| | |\ \ \ \ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ \ \ \ Merge branch 'ds/bundle-uri-4'Junio C Hamano2023-01-021-0/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | clone: unbundle the advertised bundlesDerrick Stolee2022-12-251-5/+20
| * | | | | | | | | | | clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason2022-12-251-0/+6
* | | | | | | | | | | | cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-2/+2
|/ / / / / / / / / / /
* | | | | | | | | | | replace and remove run_command_v_opt()René Scharfe2022-10-301-2/+6
* | | | | | | | | | | use child_process members "args" and "env" directlyRené Scharfe2022-10-301-16/+17
* | | | | | | | | | | Sync with v2.38.1Junio C Hamano2022-10-171-3/+5
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Sync with 2.37.4Taylor Blau2022-10-061-3/+5
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Sync with 2.36.3Taylor Blau2022-10-061-3/+5
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | * | | | | | | | Sync with 2.35.5Taylor Blau2022-10-061-3/+5
| | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | |/| | | | | |
| | | | * | | | | | | Sync with 2.34.5Taylor Blau2022-10-061-3/+5
| | | | |\ \ \ \ \ \ \ | | | | | | |/ / / / / | | | | | |/| | | | |
| | | | | * | | | | | Sync with 2.33.5Taylor Blau2022-10-061-3/+5
| | | | | |\ \ \ \ \ \ | | | | | | | |/ / / / | | | | | | |/| | | |
| | | | | | * | | | | Sync with 2.32.4Taylor Blau2022-10-061-3/+5
| | | | | | |\ \ \ \ \ | | | | | | | | |/ / / | | | | | | | |/| | |
| | | | | | | * | | | Sync with 2.31.5Taylor Blau2022-10-061-3/+5
| | | | | | | |\ \ \ \ | | | | | | | | | |/ / | | | | | | | | |/| |