summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)Author
2024-05-24Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano
2024-05-21clone: drop the protections where hooks aren't runJohannes Schindelin
2024-04-29Sync with 2.44.1Johannes Schindelin
2024-04-19Sync with 2.43.4Johannes Schindelin
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-19Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin
2024-04-17builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt
2024-04-17builtin/clone: abort when hardlinked source and target file differPatrick Steinhardt
2024-04-17builtin/clone: stop resolving symlinks when copying filesPatrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-15Merge branch 'as/option-names-in-messages'Junio C Hamano
2024-03-07Merge branch 'ps/remote-helper-repo-initialization-fix'Junio C Hamano
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano
2024-03-05builtin/clone.c: trivial fix of messageAlexander Shopov
2024-02-27builtin/clone: allow remote helpers to detect repoPatrick Steinhardt
2024-02-23Always check `parse_tree*()`'s return valueJohannes Schindelin
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano
2024-02-08Merge branch 'rs/i18n-cannot-be-used-together' into maint-2.43Junio C Hamano
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-02builtin/clone: introduce `--ref-format=` value flagPatrick Steinhardt
2024-01-02setup: introduce "extensions.refStorage" extensionPatrick Steinhardt
2024-01-02setup: start tracking ref storage formatPatrick Steinhardt
2023-12-27Merge branch 'ps/clone-into-reftable-repository'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-20Merge branch 'ps/clone-into-reftable-repository' into ps/refstorage-extensionJunio C Hamano
2023-12-20Merge branch 'jk/implicit-true'Junio C Hamano
2023-12-12builtin/clone: create the refdb with the correct object formatPatrick Steinhardt
2023-12-12builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt
2023-12-12builtin/clone: set up sparse checkout laterPatrick Steinhardt
2023-12-12builtin/clone: fix bundle URIs with mismatching object formatsPatrick Steinhardt
2023-12-09config: handle NULL value when parsing non-boolsJeff King
2023-11-27i18n: factorize even more 'incompatible options' messagesRené Scharfe
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-07-27Merge branch 'jc/transport-parseopt-fix'Junio C Hamano
2023-07-18parse-options: introduce OPT_IPVERSION()Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren