summaryrefslogtreecommitdiff
path: root/Documentation/git-clone.txt
AgeCommit message (Expand)Author
2012-01-08clone: add --single-branch to fetch only one branchNguyễn Thái Ngọc Duy
2011-06-22clone: accept config options on the command lineJeff King
2011-05-25init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy
2011-03-20init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2010-11-30Merge branch 'jl/clone-recurse-sm-synonym'Junio C Hamano
2010-11-05clone: Add the --recurse-submodules option as alias for --recursiveJens Lehmann
2010-11-03Change incorrect uses of "remote branch" meaning "remote-tracking"Matthieu Moy
2010-10-06Documentation/git-clone: describe --mirror more verboselyUwe Kleine-König
2010-03-22Sync with Git 1.7.0.3Junio C Hamano
2010-03-22Merge branch 'maint-1.6.6' into maintJunio C Hamano
2010-03-21Documentation/git-clone: Transform description list into item listMichael J Gruber
2010-03-15Merge branch 'tc/transport-verbosity'Junio C Hamano
2010-03-10Merge branch 'sd/init-template'Junio C Hamano
2010-02-24Documentation/git-clone: mention progress in -vTay Ray Chuan
2010-02-18docs: don't talk about $GIT_DIR/refs/ everywhereJeff King
2010-02-17Add a "TEMPLATE DIRECTORY" section to git-init[1].Steven Drake
2009-12-29clone: use --progress to force progress reportingTay Ray Chuan
2009-12-29git-clone.txt: reword description of progress behaviourTay Ray Chuan
2009-12-29check stderr with isatty() instead of stdout when deciding to show progressTay Ray Chuan
2009-11-30Documentation: Document --branch option in git clone synopsisDavid Soria Parra
2009-10-22git-clone.txt: Fix grammar and formattingBjörn Gustavsson
2009-10-10Documentation: clone: clarify discussion of initial branchJonathan Nieder
2009-09-13git-clone doc: typofixJohannes Gilger
2009-09-07Merge branch 'jk/clone-b'Junio C Hamano
2009-09-03Merge branch 'maint'Junio C Hamano
2009-09-03Merge branch 'maint-1.6.3' into maintJunio C Hamano
2009-09-03Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano
2009-09-03git-clone: add missing comma in --reference documentationMiklos Vajna
2009-08-27Merge branch 'jh/submodule-foreach'Junio C Hamano
2009-08-27clone: add --branch option to select a different HEADJeff King
2009-08-20git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland
2009-08-17docs: describe impact of repack on "clone -s"Jeff King
2009-05-09Documentation: cloning to empty directory is allowedAlexander Potashev
2009-04-02Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-04-01Documentation: Remove an odd "instead"Holger Weiß
2008-10-09Implement git clone -vMiklos Vajna
2008-08-02clone: Add an option to set up a mirrorJohannes Schindelin
2008-07-26Remove references to git-fetch-pack from "git clone" documentation.Steve Haslam
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-07-02Documentation formatting and cleanupJonathan Nieder
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-04-23git-clone.txt: Adjust note to --shared for new pruning behavior of git-gcBrandon Casey
2008-02-13git clone -s documentation: force a new paragraph for the NOTEMiklos Vajna
2008-01-23git-clone -s: document problems with git gc --pruneMiklos Vajna
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-11-17Documentation: fix git-clone manpage not to refer to itselfSergei Organov
2007-11-04git-clone: honor "--" to end argument parsingHeikki Orsila
2007-11-01git-clone.txt: Improve --depth description.Ralf Wildenhues