index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-clone.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused function scope local variables
Benjamin Kramer
2009-03-08
1
-6
/
+0
*
Install the default "master" branch configuration after cloning a void
Junio C Hamano
2009-02-13
1
-5
/
+18
*
Merge branch 'jk/signal-cleanup'
Junio C Hamano
2009-02-01
1
-2
/
+3
|
\
|
*
refactor signal handling for cleanup functions
Jeff King
2009-01-22
1
-1
/
+1
|
*
chain kill signals for cleanup functions
Jeff King
2009-01-22
1
-2
/
+3
*
|
Allow cloning an empty repository
Sverre Rabbelier
2009-01-23
1
-4
/
+13
*
|
Allow cloning to an existing empty directory
Alexander Potashev
2009-01-11
1
-3
/
+6
|
/
*
remove trailing LF in die() messages
Alexander Potashev
2009-01-05
1
-7
/
+7
*
builtin_clone: use strbuf in cmd_clone()
Miklos Vajna
2008-11-26
1
-20
/
+25
*
builtin-clone: use strbuf in clone_local() and copy_or_link_directory()
Miklos Vajna
2008-11-26
1
-27
/
+31
*
builtin-clone: use strbuf in guess_dir_name()
Miklos Vajna
2008-11-26
1
-3
/
+3
*
Merge branch 'mv/clonev'
Junio C Hamano
2008-10-20
1
-0
/
+4
|
\
|
*
Implement git clone -v
Miklos Vajna
2008-10-09
1
-0
/
+4
*
|
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
1
-6
/
+3
|
/
*
Merge branch 'jc/alternate-push'
Shawn O. Pearce
2008-09-25
1
-8
/
+1
|
\
|
*
is_directory(): a generic helper function
Junio C Hamano
2008-09-09
1
-8
/
+1
*
|
builtin-clone: fix typo
Fabrizio Chiarello
2008-09-20
1
-1
/
+1
|
/
*
clone: fix creation of explicitly named target directory
Clemens Buchacher
2008-09-03
1
-3
/
+14
*
Bring local clone's origin URL in line with that of a remote clone
Johan Herland
2008-09-02
1
-1
/
+1
*
clone --mirror: avoid storing repeated tags
Johannes Schindelin
2008-08-08
1
-1
/
+2
*
clone --bare: Add ".git" suffix to the directory name to clone into
Johannes Schindelin
2008-08-03
1
-2
/
+8
*
clone: Add an option to set up a mirror
Johannes Schindelin
2008-08-03
1
-4
/
+20
*
Propagate -u/--upload-pack option of "git clone" to transport.
Steve Haslam
2008-07-26
1
-0
/
+4
*
builtin-clone: rewrite guess_dir_name()
Johannes Sixt
2008-07-19
1
-29
/
+32
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-1
/
+1
*
Merge branch 'maint'
Junio C Hamano
2008-07-09
1
-2
/
+5
|
\
|
*
Remove unnecessary pack-*.keep file after successful git-clone
Shawn O. Pearce
2008-07-08
1
-2
/
+5
*
|
Merge branch 'qq/maint'
Junio C Hamano
2008-07-07
1
-1
/
+0
|
\
|
|
*
git-clone: remove leftover debugging fprintf().
Alex Riesen
2008-07-07
1
-1
/
+0
*
|
Merge branch 'js/maint-clone-insteadof'
Junio C Hamano
2008-07-02
1
-1
/
+9
|
\
|
|
*
clone: respect the settings in $HOME/.gitconfig and /etc/gitconfig
Johannes Schindelin
2008-06-30
1
-0
/
+7
|
*
clone: respect url.insteadOf setting in global configs
Johannes Schindelin
2008-06-28
1
-1
/
+2
|
*
clone: create intermediate directories of destination repo
Jeff King
2008-06-25
1
-0
/
+5
*
|
Merge branch 'jh/clone-packed-refs'
Junio C Hamano
2008-06-25
1
-2
/
+6
|
\
\
|
*
|
Teach "git clone" to pack refs
Johan Herland
2008-06-20
1
-2
/
+6
|
|
/
*
/
clone: create intermediate directories of destination repo
Jeff King
2008-06-25
1
-0
/
+5
|
/
*
Use nonrelative paths instead of absolute paths for cloned repositories
Daniel Barkalow
2008-06-06
1
-2
/
+2
*
clone: make sure we support the transport type
Jeff King
2008-05-28
1
-0
/
+3
*
Merge branch 'js/config-cb'
v1.5.6-rc0
Junio C Hamano
2008-05-25
1
-1
/
+1
*
clone: fall back to copying if hardlinking fails
Daniel Barkalow
2008-05-21
1
-5
/
+7
*
builtin-clone.c: Need to closedir() in copy_or_link_directory()
Brandon Casey
2008-05-19
1
-0
/
+1
*
builtin-clone: fix initial checkout
Johannes Schindelin
2008-05-16
1
-0
/
+3
*
Build in clone
Daniel Barkalow
2008-05-05
1
-0
/
+544