| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation: Document --branch option in git clone synopsis | David Soria Parra | 2009-11-30 | 1 | -1/+1 |
* | git-clone.txt: Fix grammar and formatting | Björn Gustavsson | 2009-10-21 | 1 | -13/+13 |
* | Documentation: clone: clarify discussion of initial branch | Jonathan Nieder | 2009-10-09 | 1 | -2/+3 |
* | git-clone doc: typofix | Johannes Gilger | 2009-09-13 | 1 | -1/+1 |
* | Merge branch 'jk/clone-b' | Junio C Hamano | 2009-09-07 | 1 | -0/+7 |
|\ |
|
| * | clone: add --branch option to select a different HEAD | Jeff King | 2009-08-26 | 1 | -0/+7 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-09-03 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-09-03 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Merge branch 'maint-1.6.2' into maint-1.6.3 | Junio C Hamano | 2009-09-03 | 1 | -1/+1 |
| | |\ |
|
| | | * | git-clone: add missing comma in --reference documentation | Miklos Vajna | 2009-09-03 | 1 | -1/+1 |
* | | | | Merge branch 'jh/submodule-foreach' | Junio C Hamano | 2009-08-27 | 1 | -1/+9 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | git clone: Add --recursive to automatically checkout (nested) submodules | Johan Herland | 2009-08-20 | 1 | -1/+9 |
| |/ / |
|
* | | | docs: describe impact of repack on "clone -s" | Jeff King | 2009-08-17 | 1 | -2/+10 |
|/ / |
|
* | | Documentation: cloning to empty directory is allowed | Alexander Potashev | 2009-05-09 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-01 | 1 | -1/+1 |
|\ |
|
| * | Documentation: Remove an odd "instead" | Holger Weiß | 2009-04-01 | 1 | -1/+1 |
* | | Implement git clone -v | Miklos Vajna | 2008-10-09 | 1 | -0/+5 |
|/ |
|
* | clone: Add an option to set up a mirror | Johannes Schindelin | 2008-08-02 | 1 | -1/+4 |
* | Remove references to git-fetch-pack from "git clone" documentation. | Steve Haslam | 2008-07-25 | 1 | -5/+4 |
* | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 2008-07-05 | 1 | -3/+3 |
* | Documentation formatting and cleanup | Jonathan Nieder | 2008-07-01 | 1 | -6/+6 |
* | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 2008-07-01 | 1 | -1/+1 |
* | documentation: move git(7) to git(1) | Christian Couder | 2008-06-06 | 1 | -1/+1 |
* | git-clone.txt: Adjust note to --shared for new pruning behavior of git-gc | Brandon Casey | 2008-04-22 | 1 | -4/+9 |
* | git clone -s documentation: force a new paragraph for the NOTE | Miklos Vajna | 2008-02-13 | 1 | -6/+7 |
* | git-clone -s: document problems with git gc --prune | Miklos Vajna | 2008-01-23 | 1 | -0/+8 |
* | Documentation: rename gitlink macro to linkgit | Dan McGee | 2008-01-06 | 1 | -1/+1 |
* | Documentation: fix git-clone manpage not to refer to itself | Sergei Organov | 2007-11-17 | 1 | -0/+1 |
* | git-clone: honor "--" to end argument parsing | Heikki Orsila | 2007-11-03 | 1 | -1/+1 |
* | git-clone.txt: Improve --depth description. | Ralf Wildenhues | 2007-11-01 | 1 | -3/+3 |
* | Documentation / grammer nit | Mike Ralphson | 2007-09-07 | 1 | -1/+1 |
* | git-clone: aggressively optimize local clone behaviour. | Junio C Hamano | 2007-08-01 | 1 | -3/+15 |
* | Document long options '--message=<msg>' and '--no-commit' | Jakub Narebski | 2007-07-12 | 1 | -0/+1 |
* | Add urls.txt to git-clone man page | Andrew Ruder | 2007-07-05 | 1 | -2/+5 |
* | Merge branch 'maint' | Junio C Hamano | 2007-06-09 | 1 | -1/+1 |
|\ |
|
| * | Make command description imperative statement, not third-person present. | william pursell | 2007-06-09 | 1 | -1/+1 |
* | | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
|/ |
|
* | tiny fix in documentation of git-clone | Steffen Prohaska | 2007-05-12 | 1 | -1/+1 |
* | git-clone: Sync documentation to usage note. | Christian Schlotter | 2007-02-19 | 1 | -2/+2 |
* | Documentation: sync git.txt command list and manual page title | Junio C Hamano | 2007-01-18 | 1 | -1/+1 |
* | Describe git-clone's actual behavior in the summary | Steven Grimm | 2007-01-06 | 1 | -3/+3 |
* | Update clone/fetch documentation with --depth (shallow clone) option | Junio C Hamano | 2007-01-01 | 1 | -1/+11 |
* | Documentation: update git-clone.txt for clone's new default behavior | J. Bruce Fields | 2006-12-31 | 1 | -7/+4 |
* | git-clone: lose the traditional 'no-separate-remote' layout | Junio C Hamano | 2006-12-16 | 1 | -14/+1 |
* | git-clone documentation | Quy Tonthat | 2006-12-15 | 1 | -1/+1 |
* | Documentation: update git-clone man page with new behavior | J. Bruce Fields | 2006-12-07 | 1 | -13/+12 |
* | git-clone: Rename --use-immingled-remote option to --no-separate-remote | Jakub Narebski | 2006-12-04 | 1 | -2/+2 |
* | Make git-clone --use-separate-remote the default | Petr Baudis | 2006-11-23 | 1 | -6/+18 |
* | git-clone documentation didn't mention --origin as equivalent of -o | Andy Parkins | 2006-11-02 | 1 | -0/+1 |
* | Retire git-clone-pack | Junio C Hamano | 2006-06-21 | 1 | -2/+2 |