index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-clone.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
clone: add a --no-tags option to clone without tags
Ævar Arnfjörð Bjarmason
2017-05-01
1
-1
/
+13
*
clone: teach --recurse-submodules to optionally take a pathspec
Brandon Williams
2017-03-18
1
-5
/
+9
*
Merge branch 'nd/shallow-deepen'
Junio C Hamano
2016-10-10
1
-0
/
+8
|
\
|
*
clone: define shallow clone boundary with --shallow-exclude
Nguyễn Thái Ngọc Duy
2016-06-13
1
-0
/
+5
|
*
clone: define shallow clone boundary based on time with --shallow-since
Nguyễn Thái Ngọc Duy
2016-06-13
1
-0
/
+3
*
|
clone: implement optional references
Stefan Beller
2016-08-16
1
-1
/
+4
*
|
Merge branch 'sb/clone-shallow-passthru'
Junio C Hamano
2016-07-06
1
-3
/
+2
|
\
\
|
*
|
clone: do not let --depth imply --shallow-submodules
Junio C Hamano
2016-06-20
1
-3
/
+2
*
|
|
Merge branch 'sb/clone-shallow-passthru'
Junio C Hamano
2016-05-06
1
-3
/
+8
|
\
|
|
|
*
|
clone: add `--shallow-submodules` flag
Stefan Beller
2016-04-26
1
-3
/
+10
*
|
|
Merge branch 'sb/submodule-parallel-update'
Junio C Hamano
2016-04-06
1
-1
/
+5
|
\
|
|
|
|
/
|
/
|
|
*
clone: allow an explicit argument for parallel submodule clones
Stefan Beller
2016-03-01
1
-1
/
+5
*
|
Merge branch 'jk/drop-rsync-transport'
Junio C Hamano
2016-02-17
1
-2
/
+1
|
\
\
|
*
|
transport: drop support for git-over-rsync
Jeff King
2016-02-01
1
-2
/
+1
|
|
/
*
|
Merge branch 'ss/clone-depth-single-doc'
Junio C Hamano
2016-01-20
1
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
docs: say "commits" in the --depth option wording for git-clone
Sebastian Schuberth
2016-01-08
1
-1
/
+1
|
*
docs: clarify that passing --depth to git-clone implies --single-branch
Sebastian Schuberth
2016-01-07
1
-5
/
+4
*
|
clone: allow "--dissociate" without reference
Alex Riesen
2015-10-22
1
-2
/
+7
*
|
clone: --dissociate option to mark that reference is only temporary
Junio C Hamano
2014-10-15
1
-2
/
+9
|
/
*
docs/git-clone: clarify use of --no-hardlinks option
Albert L. Lash, IV
2014-02-11
1
-7
/
+4
*
Merge branch 'ow/manpages-typofix'
Junio C Hamano
2014-02-07
1
-1
/
+1
|
\
|
*
Documentation: fix typos in man pages
Øystein Walle
2014-02-05
1
-1
/
+1
*
|
git-clone.txt: remove shallow clone limitations
Nguyễn Thái Ngọc Duy
2013-12-11
1
-6
/
+1
|
/
*
Revert "git-clone.txt: remove the restriction on pushing from a shallow clone"
Junio C Hamano
2013-07-15
1
-7
/
+5
*
git-clone.txt: remove the restriction on pushing from a shallow clone
Nguyễn Thái Ngọc Duy
2013-07-12
1
-5
/
+7
*
Documentation: Update 'linux-2.6.git' -> 'linux.git'
W. Trevor King
2013-06-23
1
-2
/
+2
*
doc/clone: Pick more compelling paths for the --reference example
W. Trevor King
2013-06-23
1
-4
/
+4
*
doc/clone: Remove the '--bare -l -s' example
W. Trevor King
2013-06-23
1
-7
/
+0
*
documentation: trivial style cleanups
Felipe Contreras
2013-05-17
1
-2
/
+2
*
Documentation: the name of the system is 'Git', not 'git'
Thomas Ackermann
2013-02-01
1
-7
/
+7
*
Documentation: avoid poor-man's small caps GIT
Thomas Ackermann
2013-02-01
1
-1
/
+1
*
Documentation: remote tracking branch -> remote-tracking branch
Matthieu Moy
2012-10-25
1
-2
/
+2
*
Merge branch 'rt/maint-clone-single' into maint
Junio C Hamano
2012-10-08
1
-4
/
+11
|
\
|
*
clone --single: limit the fetch refspec to fetched branch
Ralf Thielow
2012-09-20
1
-4
/
+11
*
|
clone: allow --no-local to turn off local optimizations
Jeff King
2012-05-30
1
-1
/
+3
*
|
docs/clone: mention that --local may be ignored
Jeff King
2012-05-30
1
-7
/
+10
|
/
*
clone: allow --branch to take a tag
Nguyễn Thái Ngọc Duy
2012-01-17
1
-2
/
+3
*
clone: add --single-branch to fetch only one branch
Nguyễn Thái Ngọc Duy
2012-01-08
1
-1
/
+10
*
clone: accept config options on the command line
Jeff King
2011-06-22
1
-0
/
+11
*
init/clone: remove short option -L and document --separate-git-dir
Nguyen Thai Ngoc Duy
2011-05-25
1
-2
/
+1
*
init, clone: support --separate-git-dir for .git file
Nguyễn Thái Ngọc Duy
2011-03-20
1
-0
/
+10
*
doc: drop author/documentation sections from most pages
Jeff King
2011-03-11
1
-11
/
+0
*
Merge branch 'jl/clone-recurse-sm-synonym'
Junio C Hamano
2010-11-30
1
-1
/
+3
|
\
|
*
clone: Add the --recurse-submodules option as alias for --recursive
Jens Lehmann
2010-11-05
1
-1
/
+3
*
|
Change incorrect uses of "remote branch" meaning "remote-tracking"
Matthieu Moy
2010-11-03
1
-1
/
+1
|
/
*
Documentation/git-clone: describe --mirror more verbosely
Uwe Kleine-König
2010-10-06
1
-1
/
+6
*
Sync with Git 1.7.0.3
Junio C Hamano
2010-03-22
1
-5
/
+5
|
\
|
*
Merge branch 'maint-1.6.6' into maint
Junio C Hamano
2010-03-22
1
-5
/
+5
|
|
\
|
|
*
Documentation/git-clone: Transform description list into item list
Michael J Gruber
2010-03-21
1
-5
/
+5
*
|
|
Merge branch 'tc/transport-verbosity'
Junio C Hamano
2010-03-15
1
-1
/
+2
|
\
\
\
[next]