index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-clone.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-17
Merge branch 'tc/clone-v-progress'
Junio C Hamano
1
-0
/
+6
2009-12-28
clone: use --progress to force progress reporting
Tay Ray Chuan
1
-2
/
+6
2009-12-28
clone: set transport->verbose when -v/--verbose is used
Tay Ray Chuan
1
-1
/
+3
2009-12-26
Merge branch 'sr/vcs-helper'
Junio C Hamano
1
-1
/
+2
2009-11-17
Allow fetch to modify refs
Daniel Barkalow
1
-1
/
+2
2009-10-30
clone: detect extra arguments
Jonathan Nieder
1
-1
/
+6
2009-10-30
clone: fix help on options
Junio C Hamano
1
-2
/
+4
2009-10-14
clone: Supply the right commit hash to post-checkout when -b is used
Björn Steinbrink
1
-1
/
+2
2009-09-26
make 'git clone' ask the remote only for objects it cares about
Nicolas Pitre
1
-10
/
+17
2009-09-13
preserve mtime of local clone
Clemens Buchacher
1
-1
/
+1
2009-09-07
Merge branch 'jk/clone-b'
Junio C Hamano
1
-28
/
+47
2009-09-02
Merge branch 'maint'
Junio C Hamano
1
-1
/
+3
2009-09-02
Merge branch 'maint-1.6.3' into maint
Junio C Hamano
1
-1
/
+3
2009-09-02
Merge branch 'maint-1.6.2' into maint-1.6.3
Junio C Hamano
1
-1
/
+3
2009-09-02
clone: disconnect transport after fetching
Jeff King
1
-1
/
+3
2009-08-31
Style fixes, add a space after if/for/while.
Brian Gianforcaro
1
-1
/
+1
2009-08-26
clone: add --branch option to select a different HEAD
Jeff King
1
-28
/
+47
2009-08-20
git clone: Add --recursive to automatically checkout (nested) submodules
Johan Herland
1
-1
/
+10
2009-07-06
Merge branch 'tr/die_errno'
Junio C Hamano
1
-11
/
+10
2009-06-27
Use die_errno() instead of die() when checking syscalls
Thomas Rast
1
-5
/
+5
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-6
/
+5
2009-06-20
Fix various sparse warnings in the git source code
Linus Torvalds
1
-1
/
+1
2009-05-25
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
1
-1
/
+1
2009-05-18
Merge branch 'ar/unlink-err'
Junio C Hamano
1
-1
/
+2
2009-05-16
Improve the naming of guessed target repository for git clone
Alex Riesen
1
-5
/
+29
2009-04-29
print unlink(2) errno in copy_or_link_directory
Alex Riesen
1
-1
/
+2
2009-04-01
builtin-clone.c: no need to strdup for setenv
Ali Gholami Rudi
1
-1
/
+1
2009-04-01
builtin-clone.c: make junk_pid static
Ali Gholami Rudi
1
-1
/
+1
2009-03-20
Merge branch 'xx/db-refspec-vs-js-remote'
Junio C Hamano
1
-12
/
+13
2009-03-20
Merge branch 'jc/clone-branch-rebase'
Junio C Hamano
1
-15
/
+3
2009-03-17
Merge branch 'js/remote-improvements'
Junio C Hamano
1
-38
/
+3
2009-03-11
Merge branch 'jk/clone-post-checkout'
Junio C Hamano
1
-1
/
+6
2009-03-08
Adjust js/remote-improvements and db/refspec-wildcard-in-the-middle
Junio C Hamano
1
-38
/
+3
2009-03-07
Remove unused function scope local variables
Benjamin Kramer
1
-6
/
+0
2009-03-07
Make clone parse the default refspec with the normal code
Daniel Barkalow
1
-12
/
+13
2009-03-03
Make git-clone respect branch.autosetuprebase
Junio C Hamano
1
-15
/
+3
2009-03-02
clone: run post-checkout hook when checking out
Jeff King
1
-1
/
+6
2009-02-27
remote: let guess_remote_head() optionally return all matches
Jay Soffian
1
-1
/
+1
2009-02-26
remote: simplify guess_remote_head()
Jay Soffian
1
-2
/
+2
2009-02-26
move locate_head() to remote.c
Jay Soffian
1
-38
/
+3
2009-02-12
Install the default "master" branch configuration after cloning a void
Junio C Hamano
1
-5
/
+18
2009-01-31
Merge branch 'jk/signal-cleanup'
Junio C Hamano
1
-2
/
+3
2009-01-23
Allow cloning an empty repository
Sverre Rabbelier
1
-4
/
+13
2009-01-21
refactor signal handling for cleanup functions
Jeff King
1
-1
/
+1
2009-01-21
chain kill signals for cleanup functions
Jeff King
1
-2
/
+3
2009-01-11
Allow cloning to an existing empty directory
Alexander Potashev
1
-3
/
+6
2009-01-05
remove trailing LF in die() messages
Alexander Potashev
1
-7
/
+7
2008-11-25
builtin_clone: use strbuf in cmd_clone()
Miklos Vajna
1
-20
/
+25
2008-11-25
builtin-clone: use strbuf in clone_local() and copy_or_link_directory()
Miklos Vajna
1
-27
/
+31
2008-11-25
builtin-clone: use strbuf in guess_dir_name()
Miklos Vajna
1
-3
/
+3
[next]