108 Commits (8f29299136c2f11730d876cd62637a9e37d4c388)

Author SHA1 Message Date
Ralf Thielow a3552aba55 clone --branch: refuse to clone if upstream repo is empty 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
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
Nguyễn Thái Ngọc Duy 5a7d5b683f clone: allow --branch to take a tag 13 years ago
Nguyễn Thái Ngọc Duy 920b691fe4 clone: refuse to clone if --branch points to bogus ref 13 years ago
Nguyễn Thái Ngọc Duy 9e58504601 clone: --branch=<branch> always means refs/heads/<branch> 13 years ago
Nguyễn Thái Ngọc Duy 6f48d39fa4 clone: delay cloning until after remote HEAD checking 13 years ago
Nguyễn Thái Ngọc Duy 960b7d1c62 clone: factor out remote ref writing 13 years ago
Nguyễn Thái Ngọc Duy f034d3549f clone: factor out HEAD update code 13 years ago
Nguyễn Thái Ngọc Duy c39852c18d clone: factor out checkout code 13 years ago
Nguyễn Thái Ngọc Duy 7f08c6858e clone: write detached HEAD in bare repositories 13 years ago
Nguyễn Thái Ngọc Duy 3e6e0edde2 clone: add --single-branch to fetch only one branch 13 years ago
Carlos Martín Nieto a31275d6ff clone: the -o option has nothing to do with <branch> 13 years ago
Richard Hartmann 8debf69638 clone: Quote user supplied path in a single quote pair 14 years ago
Junio C Hamano e6baf4a1ae clone: clone from a repository with relative alternates 14 years ago
Junio C Hamano dbc92b072d clone: allow more than one --reference 14 years ago
Nguyễn Thái Ngọc Duy 9b0ebc722c clone: allow to clone from .git file 14 years ago
Jeff King 84054f79de clone: accept config options on the command line 14 years ago
Jeff King c1921c184c clone: always fetch remote HEAD 14 years ago