Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-06Sync with 2.36.5Johannes Schindelin
2023-02-06Sync with 2.35.7Johannes Schindelin
2023-02-06Sync with 2.34.7Johannes Schindelin
2023-02-06Sync with 2.33.7Johannes Schindelin
2023-02-06Sync with 2.32.6Johannes Schindelin
2023-02-06Sync with 2.31.7Johannes Schindelin
2023-02-06Sync with 2.30.8Johannes Schindelin
2023-01-31clone: set fetch.bundleURI if appropriateDerrick Stolee
2023-01-25clone: delay picking a transport until after get_repo_path()Taylor Blau
2023-01-02Merge branch 'ds/bundle-uri-4'Junio C Hamano
2022-12-25clone: unbundle the advertised bundlesDerrick Stolee
2022-12-25clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-10-30replace and remove run_command_v_opt()René Scharfe
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-10-26Merge branch 'jk/clone-allow-bare-and-o-together' into maint-2.38Junio C Hamano
2022-10-18Sync with v2.38.1Junio C Hamano
2022-10-10Merge branch 'jk/clone-allow-bare-and-o-together'Junio C Hamano
2022-10-07Sync with 2.37.4Taylor Blau
2022-10-07Sync with 2.36.3Taylor Blau
2022-10-07Sync with 2.35.5Taylor Blau
2022-10-07Sync with 2.34.5Taylor Blau
2022-10-07Sync with 2.33.5Taylor Blau
2022-10-07Sync with 2.32.4Taylor Blau
2022-10-07Sync with 2.31.5Taylor Blau
2022-10-07Sync with 2.30.6Taylor Blau
2022-10-01builtin/clone.c: disallow `--local` clones with symlinksTaylor Blau
2022-09-22clone: allow "--bare" with "-o"Jeff King
2022-09-20Merge branch 'jk/list-objects-filter-cleanup'Junio C Hamano
2022-09-12list-objects-filter: add and use initializersJeff King
2022-08-24clone: warn on failure to repo_init()Derrick Stolee
2022-08-11clone: --bundle-uri cannot be combined with --depthDerrick Stolee
2022-08-11clone: add --bundle-uri optionDerrick Stolee
2022-08-06Merge branch 'jk/clone-unborn-confusion' into maintJunio C Hamano
2022-07-20Merge branch 'jk/clone-unborn-confusion'Junio C Hamano
2022-07-11clone: move unborn head creation to update_head()Jeff King
2022-07-08clone: use remote branch if it matches default HEADJeff King
2022-07-08clone: propagate empty remote HEAD even with other branchesJeff King
2022-07-08clone: drop extra newline from warning messageJeff King
2022-07-01clone: fix memory leak in wanted_peer_refs()Ævar Arnfjörð Bjarmason
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-05-01clone: plug a miniscule leakJunio C Hamano
2022-03-22Merge branch 'ds/partial-bundles'Junio C Hamano
2022-03-14Merge branch 'gc/parse-tree-indirect-errors'Junio C Hamano
2022-03-09clone: fail gracefully when cloning filtered bundleDerrick Stolee
2022-03-02checkout, clone: die if tree cannot be parsedGlen Choo
2022-02-26Merge branch 'js/apply-partial-clone-filters-recursively'Junio C Hamano
2022-02-19Merge branch 'ab/release-transport-ls-refs-options'Junio C Hamano