Age | Commit message (Expand) | Author | Files | Lines |
2012-01-16 | clone: allow --branch to take a tag | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2012-01-08 | clone: add --single-branch to fetch only one branch | Nguyễn Thái Ngọc Duy | 1 | -1/+10 |
2011-06-22 | clone: accept config options on the command line | Jeff King | 1 | -0/+11 |
2011-05-25 | init/clone: remove short option -L and document --separate-git-dir | Nguyen Thai Ngoc Duy | 1 | -2/+1 |
2011-03-19 | init, clone: support --separate-git-dir for .git file | Nguyễn Thái Ngọc Duy | 1 | -0/+10 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -11/+0 |
2010-11-29 | Merge branch 'jl/clone-recurse-sm-synonym' | Junio C Hamano | 1 | -1/+3 |
2010-11-05 | clone: Add the --recurse-submodules option as alias for --recursive | Jens Lehmann | 1 | -1/+3 |
2010-11-03 | Change incorrect uses of "remote branch" meaning "remote-tracking" | Matthieu Moy | 1 | -1/+1 |
2010-10-06 | Documentation/git-clone: describe --mirror more verbosely | Uwe Kleine-König | 1 | -1/+6 |
2010-03-21 | Sync with Git 1.7.0.3 | Junio C Hamano | 1 | -5/+5 |
2010-03-21 | Merge branch 'maint-1.6.6' into maint | Junio C Hamano | 1 | -5/+5 |
2010-03-21 | Documentation/git-clone: Transform description list into item list | Michael J Gruber | 1 | -5/+5 |
2010-03-15 | Merge branch 'tc/transport-verbosity' | Junio C Hamano | 1 | -1/+2 |
2010-03-10 | Merge branch 'sd/init-template' | Junio C Hamano | 1 | -2/+1 |
2010-02-24 | Documentation/git-clone: mention progress in -v | Tay Ray Chuan | 1 | -1/+2 |
2010-02-17 | docs: don't talk about $GIT_DIR/refs/ everywhere | Jeff King | 1 | -1/+1 |
2010-02-17 | Add a "TEMPLATE DIRECTORY" section to git-init[1]. | Steven Drake | 1 | -2/+1 |
2009-12-28 | clone: use --progress to force progress reporting | Tay Ray Chuan | 1 | -0/+3 |
2009-12-28 | git-clone.txt: reword description of progress behaviour | Tay Ray Chuan | 1 | -3/+6 |
2009-12-28 | check stderr with isatty() instead of stdout when deciding to show progress | Tay Ray Chuan | 1 | -1/+1 |
2009-11-30 | Documentation: Document --branch option in git clone synopsis | David Soria Parra | 1 | -1/+1 |
2009-10-21 | git-clone.txt: Fix grammar and formatting | Björn Gustavsson | 1 | -13/+13 |
2009-10-09 | Documentation: clone: clarify discussion of initial branch | Jonathan Nieder | 1 | -2/+3 |
2009-09-13 | git-clone doc: typofix | Johannes Gilger | 1 | -1/+1 |
2009-09-07 | Merge branch 'jk/clone-b' | Junio C Hamano | 1 | -0/+7 |
2009-09-03 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2009-09-03 | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 1 | -1/+1 |
2009-09-03 | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 1 | -1/+1 |
2009-09-03 | git-clone: add missing comma in --reference documentation | Miklos Vajna | 1 | -1/+1 |
2009-08-27 | Merge branch 'jh/submodule-foreach' | Junio C Hamano | 1 | -1/+9 |
2009-08-26 | clone: add --branch option to select a different HEAD | Jeff King | 1 | -0/+7 |
2009-08-20 | git clone: Add --recursive to automatically checkout (nested) submodules | Johan Herland | 1 | -1/+9 |
2009-08-17 | docs: describe impact of repack on "clone -s" | Jeff King | 1 | -2/+10 |
2009-05-09 | Documentation: cloning to empty directory is allowed | Alexander Potashev | 1 | -1/+1 |
2009-04-01 | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 1 | -1/+1 |
2009-04-01 | Documentation: Remove an odd "instead" | Holger Weiß | 1 | -1/+1 |
2008-10-09 | Implement git clone -v | Miklos Vajna | 1 | -0/+5 |
2008-08-02 | clone: Add an option to set up a mirror | Johannes Schindelin | 1 | -1/+4 |
2008-07-25 | Remove references to git-fetch-pack from "git clone" documentation. | Steve Haslam | 1 | -5/+4 |
2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -3/+3 |
2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -6/+6 |
2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -1/+1 |
2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
2008-04-22 | git-clone.txt: Adjust note to --shared for new pruning behavior of git-gc | Brandon Casey | 1 | -4/+9 |
2008-02-13 | git clone -s documentation: force a new paragraph for the NOTE | Miklos Vajna | 1 | -6/+7 |
2008-01-23 | git-clone -s: document problems with git gc --prune | Miklos Vajna | 1 | -0/+8 |
2008-01-06 | Documentation: rename gitlink macro to linkgit | Dan McGee | 1 | -1/+1 |
2007-11-17 | Documentation: fix git-clone manpage not to refer to itself | Sergei Organov | 1 | -0/+1 |
2007-11-03 | git-clone: honor "--" to end argument parsing | Heikki Orsila | 1 | -1/+1 |