256 Commits (09427e8366003ce3d99b0b5a84e42416cef35696)

Author SHA1 Message Date
Brandon Williams eace274df8 clone: convert cmd_clone to use refspec_item_init 7 years ago
Brandon Williams 0ad4a5ff50 refspec: rename struct refspec to struct refspec_item 7 years ago
Brandon Williams ec0cb49655 refspec: move refspec parsing logic into its own file 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller d0b5986622 object-store: close all packs upon clearing the object store 7 years ago
Stefan Beller 0d4a132144 object-store: migrate alternates struct and functions from cache.h 7 years ago
Brandon Williams 1af8ae1cfa transport: convert transport_get_remote_refs to take a list of ref prefixes 7 years ago
Jeff King d45420c1c8 clone: do not clean up directories we didn't create 7 years ago
Jeff King f9e377adc0 clone: factor out dir_exists() helper 7 years ago
Jonathan Tan 245abe34ac clone, fetch: remove redundant transport check 7 years ago
Eric Sunshine b3b05971c1 clone: support 'clone --shared' from a worktree 7 years ago
Jonathan Tan 548719fbdc clone: partial clone 7 years ago
Michael Haggerty 91774afcc3 refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` 7 years ago
brian m. carlson 0f2dc722dd refs: convert resolve_refdup and refs_resolve_refdup to struct object_id 7 years ago
brian m. carlson 6ccac9eed5 Convert check_connected to use struct object_id 7 years ago
brian m. carlson 89f3bbdd3b refs: update ref transactions to use struct object_id 7 years ago
brian m. carlson ae077771b0 refs: convert update_ref and refs_update_ref to use struct object_id 7 years ago
Martin Ågren 837e34eba4 treewide: prefer lockfiles on the stack 7 years ago
Rene Scharfe 9c18b5488e clone: release strbuf after use in remove_junk() 7 years ago
Jonathan Tan 3836d88ae5 pack: move pack-closing functions 8 years ago
Brandon Williams 03c004c581 clone: teach recursive clones to respect -q 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Nguyễn Thái Ngọc Duy 02912f4775 clone: use xfopen() instead of fopen() 8 years ago
brian m. carlson a9dbc17910 tree: convert parse_tree_indirect to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Jonathan Nieder db4eca1fea clone: handle empty config values in -c 8 years ago
Ævar Arnfjörð Bjarmason 0dab2468ee clone: add a --no-tags option to clone without tags 8 years ago
Brandon Williams bb62e0a99f clone: teach --recurse-submodules to optionally take a pathspec 8 years ago
brian m. carlson ddc2cc64e1 builtin/clone: convert to struct object_id 8 years ago
René Scharfe 0aaad415bc use absolute_pathdup() 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Alex Henrie 6d87386532 clone,fetch: explain the shallow-clone option a little more clearly 8 years ago
Jeff King 22d3b8de1b clone: detect errors in normalize_path_copy 8 years ago
Nguyễn Thái Ngọc Duy 33158701e2 init: call set_git_dir_init() from within init_db() 8 years ago
Jeff King 72c5f88311 clone: pass --progress decision to recursive submodules 8 years ago
Stefan Beller 31224cbdc7 clone: recursive and reference option triggers submodule alternates 9 years ago
Stefan Beller f7415b4d71 clone: implement optional references 9 years ago
Stefan Beller 5e40800df2 clone: clarify option_reference as required 9 years ago
Stefan Beller 9eeea7d2bc clone: factor out checking for an alternate path 9 years ago
Jeff King 38e590ea12 clone: use a real progress meter for connectivity check 9 years ago
Jeff King 7043c7071c check_everything_connected: use a struct with named options 9 years ago
Junio C Hamano 18a74a092b clone: do not let --depth imply --shallow-submodules 9 years ago
Nguyễn Thái Ngọc Duy 859e5df916 clone: define shallow clone boundary with --shallow-exclude 9 years ago
Nguyễn Thái Ngọc Duy 994c2aaf31 clone: define shallow clone boundary based on time with --shallow-since 9 years ago
Jeff King 2721ce21e4 use string_list initializer consistently 9 years ago
Stefan Beller d22eb04475 clone: add `--shallow-submodules` flag 9 years ago
Stefan Beller 72290d6a1d clone: allow an explicit argument for parallel submodule clones 9 years ago
Nguyễn Thái Ngọc Duy 39ad4f39cc builtin/clone.c: mark strings for translation 9 years ago
Patrick Steinhardt 3d1806487a config: rename git_config_set_or_die to git_config_set 9 years ago
Patrick Steinhardt 30598ad06f config: rename git_config_set to git_config_set_gently 9 years ago