index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-clone.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Using 'perl' in *.sh
Michal Rokos
2006-07-08
1
-1
/
+1
*
Fix expr usage for FreeBSD
Dennis Stosberg
2006-06-27
1
-1
/
+1
*
git-clone: fix --bare over dumb-http
Junio C Hamano
2006-06-10
1
-6
/
+2
*
git-clone: fix duplicated "master" in $GIT_DIR/remotes/origin
Junio C Hamano
2006-06-09
1
-5
/
+10
*
Let git-clone to pass --template=dir option to git-init-db.
Junio C Hamano
2006-05-28
1
-2
/
+8
*
Problem: 'trap...exit' causes error message when /bin/sh is ash.
Yakov Lerner
2006-05-23
1
-2
/
+2
*
clone: don't clone the info/alternates file
Martin Waitz
2006-05-08
1
-5
/
+1
*
clone: keep --reference even with -l -s
Martin Waitz
2006-05-08
1
-1
/
+1
*
Shell utilities: Guard against expr' magic tokens.
Mark Wooding
2006-04-14
1
-3
/
+3
*
git-clone: fix handling of upsteram whose HEAD does not point at master.
Junio C Hamano
2006-04-03
1
-19
/
+28
*
git-clone: exit early if repo isn't specified
Yasushi SHOJI
2006-03-31
1
-2
/
+8
*
Make git-clone to take long double-dashed origin option (--origin)
Yasushi SHOJI
2006-03-31
1
-5
/
+6
*
git-clone: typofix.
Junio C Hamano
2006-03-22
1
-2
/
+2
*
clone: record the remote primary branch with remotes/$origin/HEAD
Junio C Hamano
2006-03-21
1
-3
/
+9
*
revamp git-clone (take #2).
Junio C Hamano
2006-03-21
1
-19
/
+31
*
revamp git-clone.
Junio C Hamano
2006-03-20
1
-32
/
+152
*
Merge fixes early for next maint series.
Junio C Hamano
2006-02-24
1
-2
/
+2
|
\
|
*
-
.
Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ...
Junio C Hamano
2006-02-24
1
-2
/
+2
|
|
\
\
|
|
|
*
fix t5600-clone-fail-cleanup.sh on windows
Alex Riesen
2006-02-23
1
-1
/
+1
|
|
|
/
|
|
/
|
|
|
*
checkout - eye candy.
Junio C Hamano
2006-02-23
1
-1
/
+1
|
|
/
*
|
Merge part of jc/portable branch
Junio C Hamano
2006-02-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix cpio call
Johannes Schindelin
2006-02-18
1
-1
/
+1
*
|
Trap exit to clean up created directory if clone fails.
Carl Worth
2006-02-18
1
-0
/
+4
|
/
*
Print an error if cloning a http repo and NO_CURL is set
Fernando J. Pereda
2006-02-16
1
-1
/
+7
*
clone: do not accept more than one -o option.
Junio C Hamano
2006-01-25
1
-1
/
+15
*
clone: do not create remotes/origin nor origin branch in a bare repository.
Junio C Hamano
2006-01-25
1
-1
/
+1
*
git-clone: PG13 --naked option to --bare.
Junio C Hamano
2006-01-25
1
-7
/
+8
*
Fix generation of "humanish" part of source repo
Uwe Zeisberger
2006-01-20
1
-1
/
+1
*
clone: --naked option.
Junio C Hamano
2006-01-15
1
-26
/
+40
*
git-clone: do not special case dumb http.
Junio C Hamano
2005-12-24
1
-15
/
+1
*
git-clone: Support changing the origin branch with -o
Johannes Schindelin
2005-12-23
1
-4
/
+13
*
Trivial usage string clean-up
freku045@student.liu.se
2005-12-14
1
-1
/
+1
*
git-clone: tell the user a bit more about clone-pack failure.
Junio C Hamano
2005-12-14
1
-1
/
+4
*
git-clone --shared should imply --local
Pavel Roskin
2005-11-29
1
-1
/
+1
*
Bugfix: stop if directory already exists
Josef Weidendorfer
2005-11-14
1
-2
/
+2
*
git-clone: Allow cloning into directories other than child of current dir.
Andreas Ericsson
2005-11-11
1
-1
/
+2
*
git-clone: Keep remote names when cloning unless explicitly told not to.
Andreas Ericsson
2005-11-11
1
-0
/
+2
*
git-clone: quote destination directory name
Pavel Roskin
2005-11-11
1
-2
/
+2
*
Let git-clone/git-fetch follow HTTP redirections
Josef Weidendorfer
2005-11-11
1
-1
/
+1
*
Set up remotes/origin to track all remote branches.
Junio C Hamano
2005-11-07
1
-2
/
+10
*
git-clone: fix local clone
Junio C Hamano
2005-11-05
1
-2
/
+1
*
git-clone: do not forget to create origin branch.
Junio C Hamano
2005-11-02
1
-4
/
+11
*
Forward port the "funny ref avoidance" in clone and fetch from maint branch.
Junio C Hamano
2005-10-18
1
-1
/
+5
*
git-clone: check out "master" by default.
Junio C Hamano
2005-09-27
1
-6
/
+15
*
Solaris: give a bit more built-in defaults.
Junio C Hamano
2005-09-24
1
-1
/
+2
*
Do not give alarming error message from rsync in fetch and clone.
Junio C Hamano
2005-09-21
1
-1
/
+2
*
Teach rsync transport about alternates.
Junio C Hamano
2005-09-17
1
-2
/
+26
*
Fix CDPATH problem.
Junio C Hamano
2005-09-13
1
-0
/
+3
*
Big tool rename.
Junio C Hamano
2005-09-08
1
-0
/
+165
[prev]