Sign in
googlers
/
jrn
/
git
/
ce8daa1eb863c9cdefb06feae2ee7c742ea89847
/
Documentation
/
git-clone.txt
5333f2a
Revert "git-clone.txt: remove the restriction on pushing from a shallow clone"
by Junio C Hamano
· 12 years ago
dacd2bc
git-clone.txt: remove the restriction on pushing from a shallow clone
by Nguyễn Thái Ngọc Duy
· 12 years ago
283efb0
Documentation: Update 'linux-2.6.git' -> 'linux.git'
by W. Trevor King
· 12 years ago
f22a654
doc/clone: Pick more compelling paths for the --reference example
by W. Trevor King
· 12 years ago
8c8fc53
doc/clone: Remove the '--bare -l -s' example
by W. Trevor King
· 12 years ago
0460ed2
documentation: trivial style cleanups
by Felipe Contreras
· 12 years ago
2de9b71
Documentation: the name of the system is 'Git', not 'git'
by Thomas Ackermann
· 12 years ago
48a8c26
Documentation: avoid poor-man's small caps GIT
by Thomas Ackermann
· 12 years ago
a6d3bde
Documentation: remote tracking branch -> remote-tracking branch
by Matthieu Moy
· 12 years ago
9b4030c
Merge branch 'rt/maint-clone-single' into maint
by Junio C Hamano
· 12 years ago
31b808a
clone --single: limit the fetch refspec to fetched branch
by Ralf Thielow
· 12 years ago
189260b
clone: allow --no-local to turn off local optimizations
by Jeff King
· 13 years ago
9197a10
docs/clone: mention that --local may be ignored
by Jeff King
· 13 years ago
5a7d5b6
clone: allow --branch to take a tag
by Nguyễn Thái Ngọc Duy
· 13 years ago
3e6e0ed
clone: add --single-branch to fetch only one branch
by Nguyễn Thái Ngọc Duy
· 13 years ago
84054f7
clone: accept config options on the command line
by Jeff King
· 14 years ago
09ffc70
init/clone: remove short option -L and document --separate-git-dir
by Nguyen Thai Ngoc Duy
· 14 years ago
b57fb80
init, clone: support --separate-git-dir for .git file
by Nguyễn Thái Ngọc Duy
· 14 years ago
48bb914
doc: drop author/documentation sections from most pages
by Jeff King
· 14 years ago
106e3af
Merge branch 'jl/clone-recurse-sm-synonym'
by Junio C Hamano
· 14 years ago
ccdd3da
clone: Add the --recurse-submodules option as alias for --recursive
by Jens Lehmann
· 14 years ago
29b9a66
Change incorrect uses of "remote branch" meaning "remote-tracking"
by Matthieu Moy
· 14 years ago
6db2103
Documentation/git-clone: describe --mirror more verbosely
by Uwe Kleine-König
· 14 years ago
4503bd5
Sync with Git 1.7.0.3
by Junio C Hamano
· 15 years ago
d16a5da
Merge branch 'maint-1.6.6' into maint
by Junio C Hamano
· 15 years ago
4763868
Documentation/git-clone: Transform description list into item list
by Michael J Gruber
· 15 years ago
53997a3
Merge branch 'tc/transport-verbosity'
by Junio C Hamano
· 15 years ago
90a2bf9
Merge branch 'sd/init-template'
by Junio C Hamano
· 15 years ago
c54b74a
Documentation/git-clone: mention progress in -v
by Tay Ray Chuan
· 15 years ago
cc1b8d8
docs: don't talk about $GIT_DIR/refs/ everywhere
by Jeff King
· 15 years ago
d8a8488
Add a "TEMPLATE DIRECTORY" section to git-init[1].
by Steven Drake
· 15 years ago
5a518ad
clone: use --progress to force progress reporting
by Tay Ray Chuan
· 15 years ago
488c316
git-clone.txt: reword description of progress behaviour
by Tay Ray Chuan
· 15 years ago
486a3d7
check stderr with isatty() instead of stdout when deciding to show progress
by Tay Ray Chuan
· 15 years ago
db9bc00
Documentation: Document --branch option in git clone synopsis
by David Soria Parra
· 15 years ago
550c66f
git-clone.txt: Fix grammar and formatting
by Björn Gustavsson
· 15 years ago
33405be
Documentation: clone: clarify discussion of initial branch
by Jonathan Nieder
· 15 years ago
65d15ed
git-clone doc: typofix
by Johannes Gilger
· 15 years ago
2da9f8e
Merge branch 'jk/clone-b'
by Junio C Hamano
· 15 years ago
79b4fde
Merge branch 'maint'
by Junio C Hamano
· 15 years ago
bc29df6
Merge branch 'maint-1.6.3' into maint
by Junio C Hamano
· 15 years ago
ba7e814
Merge branch 'maint-1.6.2' into maint-1.6.3
by Junio C Hamano
· 15 years ago
4059237
git-clone: add missing comma in --reference documentation
by Miklos Vajna
· 15 years ago
adc5423
Merge branch 'jh/submodule-foreach'
by Junio C Hamano
· 16 years ago
7a4ee28
clone: add --branch option to select a different HEAD
by Jeff King
· 16 years ago
e7fed18
git clone: Add --recursive to automatically checkout (nested) submodules
by Johan Herland
· 16 years ago
13354f5
docs: describe impact of repack on "clone -s"
by Jeff King
· 16 years ago
ec00d6e
Documentation: cloning to empty directory is allowed
by Alexander Potashev
· 16 years ago
f054a41
Merge branch 'maint-1.6.0' into maint-1.6.1
by Junio C Hamano
· 16 years ago
5bd27eb
Documentation: Remove an odd "instead"
by Holger Weiß
· 16 years ago
21188b1
Implement git clone -v
by Miklos Vajna
· 16 years ago
bc699af
clone: Add an option to set up a mirror
by Johannes Schindelin
· 17 years ago
d3296e3
Remove references to git-fetch-pack from "git clone" documentation.
by Steve Haslam
· 17 years ago
ba020ef
manpages: italicize git command names (which were in teletype font)
by Jonathan Nieder
· 17 years ago
483bc4f
Documentation formatting and cleanup
by Jonathan Nieder
· 17 years ago
b1889c3
Documentation: be consistent about "git-" versus "git "
by Jonathan Nieder
· 17 years ago
9e1f0a8
documentation: move git(7) to git(1)
by Christian Couder
· 17 years ago
2498a1a
git-clone.txt: Adjust note to --shared for new pruning behavior of git-gc
by Brandon Casey
· 17 years ago
8466887
git clone -s documentation: force a new paragraph for the NOTE
by Miklos Vajna
· 17 years ago
28678b4
git-clone -s: document problems with git gc --prune
by Miklos Vajna
· 17 years ago
5162e69
Documentation: rename gitlink macro to linkgit
by Dan McGee
· 17 years ago
347989f
Documentation: fix git-clone manpage not to refer to itself
by Sergei Organov
· 17 years ago
19391c3
git-clone: honor "--" to end argument parsing
by Heikki Orsila
· 17 years ago
d9d10bb
git-clone.txt: Improve --depth description.
by Ralf Wildenhues
· 17 years ago
451e593
Documentation / grammer nit
by Mike Ralphson
· 17 years ago
3d5c418
git-clone: aggressively optimize local clone behaviour.
by Junio C Hamano
· 18 years ago
fd0368f
Document long options '--message=<msg>' and '--no-commit'
by Jakub Narebski
· 18 years ago
37ba056
Add urls.txt to git-clone man page
by Andrew Ruder
· 18 years ago
e58db03
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
29cf5e1
Make command description imperative statement, not third-person present.
by william pursell
· 18 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
a6e3768
tiny fix in documentation of git-clone
by Steffen Prohaska
· 18 years ago
f496454
git-clone: Sync documentation to usage note.
by Christian Schlotter
· 18 years ago
c3f0baa
Documentation: sync git.txt command list and manual page title
by Junio C Hamano
· 18 years ago
1170e80
Describe git-clone's actual behavior in the summary
by Steven Grimm
· 18 years ago
f4bf218
Update clone/fetch documentation with --depth (shallow clone) option
by Junio C Hamano
· 18 years ago
36566cc
Documentation: update git-clone.txt for clone's new default behavior
by J. Bruce Fields
· 18 years ago
63085fa
git-clone: lose the traditional 'no-separate-remote' layout
by Junio C Hamano
· 18 years ago
a2e88b3
git-clone documentation
by Quy Tonthat
· 18 years ago
db9819a
Documentation: update git-clone man page with new behavior
by J. Bruce Fields
· 18 years ago
b360cca
git-clone: Rename --use-immingled-remote option to --no-separate-remote
by Jakub Narebski
· 18 years ago
7182135
Make git-clone --use-separate-remote the default
by Petr Baudis
· 18 years ago
ba158a3
git-clone documentation didn't mention --origin as equivalent of -o
by Andy Parkins
· 18 years ago
efc7fa5
Retire git-clone-pack
by Junio C Hamano
· 19 years ago
f640782
Fix formatting of Documentation/git-clone.txt
by Horst H. von Brand
· 19 years ago
fb6a9f9
Document git-clone --use-separate-remote
by Uwe Zeisberger
· 19 years ago
a57c8ba
Let git-clone to pass --template=dir option to git-init-db.
by Junio C Hamano
· 19 years ago
2b5f3ed
Several trivial documentation touch ups.
by sean
· 19 years ago
23edecb
Document git-clone --reference
by Shawn Pearce
· 19 years ago
7bd7f28
Remove trailing dot after short description
by Fredrik Kuivinen
· 19 years ago
4fb66a6
clone: do not create remotes/origin nor origin branch in a bare repository.
by Junio C Hamano
· 19 years ago
87e80c4
git-clone: PG13 --naked option to --bare.
by Junio C Hamano
· 19 years ago
8a1a120
clone: --naked option.
by Junio C Hamano
· 19 years ago
5df466c
Merge fixes up to GIT 1.0.7
by Junio C Hamano
· 19 years ago
353ce81
Wrap synopsis lines and use [verse] to keep formatting
by Jonas Fonseca
· 19 years ago
e6c310f
git-clone: Support changing the origin branch with -o
by Johannes Schindelin
· 19 years ago
1e2ccd3
Documentation: more examples.
by Junio C Hamano
· 19 years ago
0879aa2
git-clone: Keep remote names when cloning unless explicitly told not to.
by Andreas Ericsson
· 19 years ago
95d117b
Set up remotes/origin to track all remote branches.
by Junio C Hamano
· 19 years ago
4607166
Documentation: pull/clone ref mapping clarification.
by Junio C Hamano
· 19 years ago
Next »