59 Commits (5a9681f46aa9e152f32e76d7ade9d4c11313f99a)

Author SHA1 Message Date
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 13 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
Nguyen Thai Ngoc Duy 09ffc706e4 init/clone: remove short option -L and document --separate-git-dir 14 years ago
Ævar Arnfjörð Bjarmason d3e1ddfd39 i18n: mark clone nonexistent repository message for translation 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Nguyễn Thái Ngọc Duy b57fb80a7d init, clone: support --separate-git-dir for .git file 14 years ago
Carlos Martín Nieto e2a57aac8a Name make_*_path functions more accurately 14 years ago
Ævar Arnfjörð Bjarmason 5cde59895f i18n: git-clone "Cloning into" message 14 years ago
Ævar Arnfjörð Bjarmason 3781fcce05 i18n: git-clone "Cloning into" message 14 years ago
Ævar Arnfjörð Bjarmason e84d7b74c6 i18n: git-clone basic messages 14 years ago
Jeff King bbc30f9963 add packet tracing debug code 14 years ago
Jeff King a902618792 clone: die when trying to clone missing local path 14 years ago
Michael J Gruber 5027fa864d clone,init: describe --template using the same wording 14 years ago
Chris Packham 3446a54c9a clone: fixup recurse_submodules option 14 years ago
Jens Lehmann ccdd3da652 clone: Add the --recurse-submodules option as alias for --recursive 14 years ago
Nguyễn Thái Ngọc Duy 24c61c44e6 clone: warn users --depth is ignored in local clones 15 years ago
Pete Harlan 921eabde9d clone: reword messages to match the end-user perception 15 years ago
Junio C Hamano 28ba96ab27 clone: quell the progress report from init and report on clone 15 years ago
Sverre Rabbelier df61c88979 clone: also configure url for bare clones 15 years ago
Sverre Rabbelier 766ac6a6ba clone: pass the remote name to remote_get 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Tay Ray Chuan 5a518ad467 clone: use --progress to force progress reporting 15 years ago
Tay Ray Chuan 65273bfb9b clone: set transport->verbose when -v/--verbose is used 15 years ago
Daniel Barkalow 3714831189 Allow fetch to modify refs 15 years ago
Jonathan Nieder d52dc4b10b clone: detect extra arguments 15 years ago
Junio C Hamano ebc9d42056 clone: fix help on options 15 years ago
Björn Steinbrink d01a8e32fe clone: Supply the right commit hash to post-checkout when -b is used 16 years ago
Nicolas Pitre 5bdc32d3e5 make 'git clone' ask the remote only for objects it cares about 16 years ago
Clemens Buchacher f7835a251c preserve mtime of local clone 16 years ago