156 Commits (eb67052b132cc6ebfeed78fc74d2e4ef40390e7f)

Author SHA1 Message Date
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
Junio C Hamano fb1d6dabce clone: --dissociate option to mark that reference is only temporary 11 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 11 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 12 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
Michael Haggerty 9f69d29770 refs: implement simple transactions for the packed-refs file 12 years ago
Nguyễn Thái Ngọc Duy c6807a40dc clone: open a shortcut for connectivity check 12 years ago
Nguyễn Thái Ngọc Duy 0781aa4766 clone: let the user know when check_everything_connected is run 12 years ago
Nguyễn Thái Ngọc Duy 60003340cd clone: allow cloning local paths with colons in them 12 years ago
Michael Haggerty 32d462cea8 pack-refs: merge code from pack-refs.{c,h} into refs.{c,h} 12 years ago
Ramsay Jones 85064630fc clone: Make the 'junk_mode' symbol a file static 12 years ago
Aaron Schrab b552b56df2 clone: Allow repo using gitfile as a reference 12 years ago
Aaron Schrab 0658569eb0 clone: Fix error message for reference repository 12 years ago
Jeff King d3b34622f6 clone: leave repo in place after checkout errors 12 years ago
Jeff King 0433ad128c clone: run check_everything_connected 12 years ago
Jeff King 0aac7bb287 clone: die on errors from unpack_trees 12 years ago
Junio C Hamano 3f4f4cc0da clone: do not export and unexport GIT_CONFIG 12 years ago
Nguyễn Thái Ngọc Duy 95b63f1ebb clone: forbid --bare --separate-git-dir <dir> 12 years ago
Jens Lehmann 9be1980bb9 clone: support atomic operation with --separate-git-dir 12 years ago
Ralf Thielow 31b808a032 clone --single: limit the fetch refspec to fetched branch 13 years ago