132 Commits (992cb20688033dfa3cf8ceff29ac655f1a0ad6d9)

Author SHA1 Message Date
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
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
Ramsay Jones 4e2d094dde Call mkpathdup() rather than xstrdup(mkpath(...)) 13 years ago
Nguyễn Thái Ngọc Duy 32b77add95 i18n: clone: mark parseopt strings for translation 13 years ago
Alex Riesen 45d4fdc2dc Restore umasks influence on the permissions of work tree created by clone 13 years ago
Nguyễn Thái Ngọc Duy 0ec4b1650c clone: fix ref selection in --single-branch --branch=xxx 13 years ago
Jeff King 189260b190 clone: allow --no-local to turn off local optimizations 13 years ago
Erik Faye-Lund 481ed23602 clone: fix progress-regression 13 years ago
Clemens Buchacher 01fdc21f6e push/fetch/clone --no-progress suppresses progress output 13 years ago
Michael Haggerty a1287f7540 clone: do not add alternate references to extra_refs 13 years ago
Michael Haggerty 5b05795c4c clone.c: move more code into the "if (refs)" conditional 13 years ago
Jeff King b3256eb8b3 standardize and improve lookup rules for external local repos 13 years ago
Nguyễn Thái Ngọc Duy 9049816140 clone: fix up delay cloning conditions 13 years ago
Michael Haggerty 39ef7fae9a write_remote_refs(): create packed (rather than extra) refs 13 years ago
Nguyễn Thái Ngọc Duy 2857093ba1 clone: print advice on checking out detached HEAD 13 years ago