summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin1-5/+34
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin1-1/+11
2024-04-18builtin/clone: stop using `the_index`Patrick Steinhardt1-4/+3
2024-04-17builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt1-0/+14
2024-04-17builtin/clone: abort when hardlinked source and target file differPatrick Steinhardt1-1/+20
2024-04-17builtin/clone: stop resolving symlinks when copying filesPatrick Steinhardt1-5/+1
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-1/+1
2024-03-15Merge branch 'as/option-names-in-messages'Junio C Hamano1-1/+1
2024-03-07Merge branch 'ps/remote-helper-repo-initialization-fix'Junio C Hamano1-0/+46
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano1-1/+2
2024-03-05builtin/clone.c: trivial fix of messageAlexander Shopov1-1/+1
2024-02-27builtin/clone: allow remote helpers to detect repoPatrick Steinhardt1-0/+46
2024-02-23Always check `parse_tree*()`'s return valueJohannes Schindelin1-1/+2
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano1-1/+0
2024-02-08Merge branch 'rs/i18n-cannot-be-used-together' into maint-2.43Junio C Hamano1-1/+3
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano1-3/+14
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2024-01-02builtin/clone: introduce `--ref-format=` value flagPatrick Steinhardt1-1/+11
2024-01-02setup: introduce "extensions.refStorage" extensionPatrick Steinhardt1-1/+1
2024-01-02setup: start tracking ref storage formatPatrick Steinhardt1-2/+3
2023-12-27Merge branch 'ps/clone-into-reftable-repository'Junio C Hamano1-30/+35
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-20Merge branch 'ps/clone-into-reftable-repository' into ps/refstorage-extensionJunio C Hamano1-30/+35
2023-12-20Merge branch 'jk/implicit-true'Junio C Hamano1-0/+2
2023-12-12builtin/clone: create the refdb with the correct object formatPatrick Steinhardt1-1/+8
2023-12-12builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt1-1/+1
2023-12-12builtin/clone: set up sparse checkout laterPatrick Steinhardt1-3/+3
2023-12-12builtin/clone: fix bundle URIs with mismatching object formatsPatrick Steinhardt1-25/+23
2023-12-09config: handle NULL value when parsing non-boolsJeff King1-0/+2
2023-11-27i18n: factorize even more 'incompatible options' messagesRené Scharfe1-1/+3
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman1-1/+1
2023-07-27Merge branch 'jc/transport-parseopt-fix'Junio C Hamano1-4/+1
2023-07-18parse-options: introduce OPT_IPVERSION()Junio C Hamano1-4/+1
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-4/+7
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-4/+7
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21init-db, clone: change unnecessary global into passed parameterElijah Newren1-1/+2
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+2
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+3
2023-04-24pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren1-0/+1
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren1-0/+1
2023-04-20Merge branch 'gc/better-error-when-local-clone-fails-with-symlink'Junio C Hamano1-1/+11
2023-04-11Merge branch 'jc/clone-object-format-from-void'Junio C Hamano1-5/+6
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren1-0/+1
2023-04-11clone: error specifically with --local and symlinked objectsGlen Choo1-1/+11