aboutsummaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)Author
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello
2026-02-25refs: extract out `refs_create_refdir_stubs()`Karthik Nayak
2026-02-25setup: don't modify repo in `create_reference_database()`Karthik Nayak
2026-02-17fetch-pack: wire up and enable auto filter logicChristian Couder
2026-02-17clone: make filter_options local to cmd_clone()Christian Couder
2026-01-29string-list: add string_list_sort_u() that mimics "sort -u"Amisha Chhajed
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt
2025-07-23config: drop `git_config_set_multivar()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_get_multivar_gently()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_set()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_set_gently()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-05-12Merge branch 'ps/object-store-cleanup'Junio C Hamano
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano
2025-04-17global: use designated initializers for optionsPatrick Steinhardt
2025-04-15Merge branch 'jt/clone-guess-remote-head-fix'Junio C Hamano
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano
2025-03-25builtin/clone: suppress unexpected default branch adviceJustin Tobler
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt
2025-02-06builtin/clone: teach git-clone(1) the --revision= optionToon Claes
2025-02-06clone: introduce struct clone_opts in builtin/clone.cToon Claes
2025-02-06clone: add tags refspec earlier to fetch refspecToon Claes
2025-02-06clone: refactor wanted_peer_refs()Toon Claes
2025-02-06clone: make it possible to specify --tagsToon Claes
2025-02-06clone: cut down on global variables in clone.cToon Claes
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano
2024-11-21global: drop `UNLEAK()` annotationPatrick Steinhardt
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt
2024-11-04doc: correct misleading descriptions for --shallow-excludeElijah Newren