175 Commits (c792d7b6cebe302d6e0377d9d983608309bcd775)

Author SHA1 Message Date
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
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 9 years ago
Johannes Schindelin 786b150c8d clone --dissociate: avoid locking pack files 9 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 10 years ago
Junio C Hamano fb1d6dabce clone: --dissociate option to mark that reference is only temporary 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 11 years ago
David Aguilar 24d36f1472 stylefix: asterisks stick to the variable, not the type 11 years ago
Stefan Beller 50b6773287 clone.c: don't leak memory in cmd_clone 11 years ago
Michael Barabanov f38aa83f9a use local cloning if insteadOf makes a local URL 11 years ago
Junio C Hamano 60a5f5fc79 builtin/clone.c: detect a clone starting at a tag correctly 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
Nguyễn Thái Ngọc Duy 03b8664772 read-cache: new API write_locked_index instead of write_index/write_cache 11 years ago
Michael Haggerty f412411245 refs.h: rename the action_on_err constants 11 years ago
Benoit Pierre 15048f8a9a commit: fix patch hunk editing with "commit -p -m" 11 years ago
Nguyễn Thái Ngọc Duy 0d7d285f0e clone: use git protocol for cloning shallow repo locally 11 years ago
Nguyễn Thái Ngọc Duy beea4152d9 clone: support remote shallow repository 11 years ago
Nguyễn Thái Ngọc Duy 606e435a0a clone: prevent --reference to a shallow repository 11 years ago
Nguyễn Thái Ngọc Duy 5594bcad21 clone,fetch: catch non positive --depth option value 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Ralf Thielow a3552aba55 clone --branch: refuse to clone if upstream repo is empty 11 years ago
Sebastian Schuberth debce6ac2a clone: add a period after "done" to end the sentence 12 years ago
Jeff King 643f918d13 clone: always set transport options 12 years ago
Jeff King 2856cbf0ae clone: treat "checking connectivity" like other progress 12 years ago
Jeff King 68b939b2f0 clone: send diagnostic messages to stderr 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Stefan Beller 4741edd549 Remove deprecated OPTION_BOOLEAN for parsing arguments 12 years ago
Jeff King 125a05fd0b clone: drop connectivity check for local clones 12 years ago
Michael Schubert d6ac1d2120 Change "remote tracking" to "remote-tracking" 12 years ago