214 Commits (d8193743e0883e7331c102a4d04cee5324eb3b5f)

Author SHA1 Message Date
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 9 years ago
Nguyễn Thái Ngọc Duy 33158701e2 init: call set_git_dir_init() from within init_db() 9 years ago
Jeff King 72c5f88311 clone: pass --progress decision to recursive submodules 9 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
Patrick Steinhardt 2ee35c428e clone: die on config error in cmd_clone 9 years ago
Eric Wong c915f11eb4 connect & http: support -4 and -6 switches for remote operations 9 years ago
Junio C Hamano 3f16396228 clone/sha1_file: read info/alternates with strbuf_getline() 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Jeff King 4be49d7568 checkout,clone: check return value of create_symref 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Alex Riesen 0181681e92 clone: allow "--dissociate" without reference 10 years ago
Johannes Schindelin 786b150c8d clone --dissociate: avoid locking pack files 10 years ago
Nguyễn Thái Ngọc Duy d78db8424e clone: better error when --reference is a linked checkout 10 years ago
Nguyễn Thái Ngọc Duy 744e469755 clone: allow --local from a linked checkout 10 years ago
Jeff King 0ea68e4296 get_repo_path: refactor path-allocation 10 years ago
Patrick Steinhardt adef9561f0 clone: abort if no dir name could be guessed 10 years ago
Patrick Steinhardt 92722efec0 clone: do not use port number as dir name 10 years ago
Patrick Steinhardt e895986727 clone: do not include authentication data in guessed dir 10 years ago
Jeff King db2e220447 clone: use computed length in guess_dir_name 10 years ago
Sebastian Schuberth 7e837c6477 clone: simplify string handling in guess_dir_name() 10 years ago
Michael Haggerty 58f233ce1e initial_ref_transaction_commit(): function for initial ref creation 10 years ago
Jeff King 14f8b9b494 clone: reorder --dissociate and --reference options 10 years ago
Jeff King 8ade009c95 clone: use OPT_STRING_LIST for --reference 10 years ago
Mike Hommey 822f0c4ff7 clone: call transport_set_verbosity before anything else on the newly created transport 10 years ago
Jeff King 16eff6c009 clone: drop period from end of die_errno message 10 years ago
Jeff King ee0e38727f clone: initialize atexit cleanup handler earlier 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Etienne Buira 0f4b6db3ba Handle atexit list internaly for unthreaded builds 11 years ago