index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-clone.c
Age
Commit message (
Expand
)
Author
Lines
2009-04-01
builtin-clone.c: no need to strdup for setenv
Ali Gholami Rudi
-1
/
+1
2009-04-01
builtin-clone.c: make junk_pid static
Ali Gholami Rudi
-1
/
+1
2009-03-20
Merge branch 'xx/db-refspec-vs-js-remote'
Junio C Hamano
-12
/
+13
2009-03-20
Merge branch 'jc/clone-branch-rebase'
Junio C Hamano
-15
/
+3
2009-03-17
Merge branch 'js/remote-improvements'
Junio C Hamano
-38
/
+3
2009-03-11
Merge branch 'jk/clone-post-checkout'
Junio C Hamano
-1
/
+6
2009-03-08
Adjust js/remote-improvements and db/refspec-wildcard-in-the-middle
Junio C Hamano
-38
/
+3
2009-03-07
Remove unused function scope local variables
Benjamin Kramer
-6
/
+0
2009-03-07
Make clone parse the default refspec with the normal code
Daniel Barkalow
-12
/
+13
2009-03-03
Make git-clone respect branch.autosetuprebase
Junio C Hamano
-15
/
+3
2009-03-02
clone: run post-checkout hook when checking out
Jeff King
-1
/
+6
2009-02-27
remote: let guess_remote_head() optionally return all matches
Jay Soffian
-1
/
+1
2009-02-26
remote: simplify guess_remote_head()
Jay Soffian
-2
/
+2
2009-02-26
move locate_head() to remote.c
Jay Soffian
-38
/
+3
2009-02-12
Install the default "master" branch configuration after cloning a void
Junio C Hamano
-5
/
+18
2009-01-31
Merge branch 'jk/signal-cleanup'
Junio C Hamano
-2
/
+3
2009-01-23
Allow cloning an empty repository
Sverre Rabbelier
-4
/
+13
2009-01-21
refactor signal handling for cleanup functions
Jeff King
-1
/
+1
2009-01-21
chain kill signals for cleanup functions
Jeff King
-2
/
+3
2009-01-11
Allow cloning to an existing empty directory
Alexander Potashev
-3
/
+6
2009-01-05
remove trailing LF in die() messages
Alexander Potashev
-7
/
+7
2008-11-25
builtin_clone: use strbuf in cmd_clone()
Miklos Vajna
-20
/
+25
2008-11-25
builtin-clone: use strbuf in clone_local() and copy_or_link_directory()
Miklos Vajna
-27
/
+31
2008-11-25
builtin-clone: use strbuf in guess_dir_name()
Miklos Vajna
-3
/
+3
2008-10-19
Merge branch 'mv/clonev'
Junio C Hamano
-0
/
+4
2008-10-12
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
-6
/
+3
2008-10-09
Implement git clone -v
Miklos Vajna
-0
/
+4
2008-09-25
Merge branch 'jc/alternate-push'
Shawn O. Pearce
-8
/
+1
2008-09-19
builtin-clone: fix typo
Fabrizio Chiarello
-1
/
+1
2008-09-09
is_directory(): a generic helper function
Junio C Hamano
-8
/
+1
2008-09-03
clone: fix creation of explicitly named target directory
Clemens Buchacher
-3
/
+14
2008-09-01
Bring local clone's origin URL in line with that of a remote clone
Johan Herland
-1
/
+1
2008-08-07
clone --mirror: avoid storing repeated tags
Johannes Schindelin
-1
/
+2
2008-08-03
clone --bare: Add ".git" suffix to the directory name to clone into
Johannes Schindelin
-2
/
+8
2008-08-02
clone: Add an option to set up a mirror
Johannes Schindelin
-4
/
+20
2008-07-25
Propagate -u/--upload-pack option of "git clone" to transport.
Steve Haslam
-0
/
+4
2008-07-19
builtin-clone: rewrite guess_dir_name()
Johannes Sixt
-29
/
+32
2008-07-13
Make usage strings dash-less
Stephan Beyer
-1
/
+1
2008-07-09
Merge branch 'maint'
Junio C Hamano
-2
/
+5
2008-07-08
Remove unnecessary pack-*.keep file after successful git-clone
Shawn O. Pearce
-2
/
+5
2008-07-07
Merge branch 'qq/maint'
Junio C Hamano
-1
/
+0
2008-07-06
git-clone: remove leftover debugging fprintf().
Alex Riesen
-1
/
+0
2008-07-01
Merge branch 'js/maint-clone-insteadof'
Junio C Hamano
-1
/
+9
2008-06-29
clone: respect the settings in $HOME/.gitconfig and /etc/gitconfig
Johannes Schindelin
-0
/
+7
2008-06-27
clone: respect url.insteadOf setting in global configs
Johannes Schindelin
-1
/
+2
2008-06-25
Merge branch 'jh/clone-packed-refs'
Junio C Hamano
-2
/
+6
2008-06-25
clone: create intermediate directories of destination repo
Jeff King
-0
/
+5
2008-06-24
clone: create intermediate directories of destination repo
Jeff King
-0
/
+5
2008-06-19
Teach "git clone" to pack refs
Johan Herland
-2
/
+6
2008-06-06
Use nonrelative paths instead of absolute paths for cloned repositories
Daniel Barkalow
-2
/
+2
[next]