index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
transport.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ld/push-porcelain-output-format'
Junio C Hamano
2009-07-09
1
-31
/
+44
|
\
|
*
add --porcelain option to git-push
Larry D'Anna
2009-06-28
1
-31
/
+44
*
|
Merge branch 'tr/die_errno'
Junio C Hamano
2009-07-06
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use die_errno() instead of die() when checking syscalls
Thomas Rast
2009-06-27
1
-2
/
+2
*
|
Merge branch 'rc/http-push'
Junio C Hamano
2009-06-13
1
-22
/
+13
|
\
\
|
*
|
transport.c::get_refs_via_curl(): use the new http API
Mike Hommey
2009-06-06
1
-22
/
+12
|
*
|
transport.c::get_refs_via_curl(): do not leak refs_url
Mike Hommey
2009-06-06
1
-0
/
+1
*
|
|
Merge branch 'cb/match_refs_internal_tail'
Junio C Hamano
2009-06-13
1
-5
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
match_refs: search ref list tail internally
Clemens Buchacher
2009-06-02
1
-5
/
+1
*
|
|
Merge branch 'fc/decorate-tag'
Junio C Hamano
2009-05-23
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Change prettify_ref to prettify_refname
Felipe Contreras
2009-05-14
1
-2
/
+2
*
|
|
Merge branch 'ar/unlink-err'
Junio C Hamano
2009-05-18
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
2009-04-30
1
-1
/
+1
|
|
/
*
/
fetch: Strip usernames from url's before storing them
Andreas Ericsson
2009-04-21
1
-0
/
+48
|
/
*
Merge branch 'db/push-cleanup'
Junio C Hamano
2009-03-26
1
-18
/
+265
|
\
|
*
Move push matching and reporting logic into transport.c
Daniel Barkalow
2009-03-09
1
-18
/
+265
*
|
rsync transport: allow local paths, and fix tests
Johannes Schindelin
2009-03-11
1
-8
/
+15
|
/
*
add is_dot_or_dotdot inline function
Alexander Potashev
2009-01-11
1
-3
/
+1
*
Merge branch 'rs/alloc-ref'
Junio C Hamano
2008-10-22
1
-6
/
+4
|
\
|
*
make alloc_ref_from_str() the new alloc_ref()
René Scharfe
2008-10-18
1
-4
/
+4
|
*
use alloc_ref_from_str() everywhere
René Scharfe
2008-10-18
1
-4
/
+2
*
|
Implement git clone -v
Miklos Vajna
2008-10-09
1
-1
/
+1
|
/
*
Merge branch 'maint'
Shawn O. Pearce
2008-10-06
1
-2
/
+2
|
\
|
*
Fix fetch/clone --quiet when stdout is connected
Tuncer Ayaz
2008-10-06
1
-2
/
+2
*
|
push: prepare sender to receive extended ref information from the receiver
Junio C Hamano
2008-09-09
1
-2
/
+2
|
/
*
Merge branch 'maint'
Junio C Hamano
2008-08-09
1
-8
/
+5
|
\
|
*
Fail properly when cloning from invalid HTTP URL
Petr Baudis
2008-08-07
1
-8
/
+5
*
|
Merge branch 'qq/maint'
Junio C Hamano
2008-07-06
1
-1
/
+3
|
\
|
|
*
clone -q: honor "quiet" option over native transports.
Junio C Hamano
2008-07-06
1
-1
/
+3
*
|
Windows: Disambiguate DOS style paths from SSH URLs.
Johannes Sixt
2008-06-26
1
-1
/
+2
|
/
*
Merge branch 'db/clone-in-c'
Junio C Hamano
2008-05-25
1
-8
/
+8
|
\
|
*
Mark the list of refs to fetch as const
Daniel Barkalow
2008-05-05
1
-8
/
+8
*
|
alloc_ref_from_str(): factor out a common pattern of alloc_ref from string
Krzysztof Kowalczyk
2008-05-11
1
-4
/
+2
*
|
Make ls-remote http://... list HEAD, like for git://...
Daniel Barkalow
2008-04-27
1
-0
/
+14
|
/
*
Teach git-fetch to exploit server side automatic tag following
Shawn O. Pearce
2008-03-05
1
-0
/
+5
*
Merge branch 'mh/maint-http-proxy-fix'
Junio C Hamano
2008-03-03
1
-5
/
+4
|
\
|
*
Set proxy override with http_init()
Mike Hommey
2008-02-28
1
-5
/
+4
|
*
Work around curl-gnutls not liking to be reinitialized
Mike Hommey
2008-02-11
1
-4
/
+3
*
|
Always use the current connection's remote ref list in git protocol
Daniel Barkalow
2008-02-29
1
-4
/
+5
*
|
Merge branch 'db/no-separate-ls-remote-connection' (early part)
Junio C Hamano
2008-02-12
1
-13
/
+38
|
\
\
|
*
|
Reduce the number of connects when fetching
Daniel Barkalow
2008-02-05
1
-13
/
+38
|
|
/
*
/
Work around curl-gnutls not liking to be reinitialized
Mike Hommey
2008-02-10
1
-4
/
+3
|
/
*
Don't access line[-1] for a zero-length "line" from fgets.
Jim Meyering
2008-01-04
1
-1
/
+1
*
Use strbuf in http code
Mike Hommey
2007-12-15
1
-12
/
+6
*
Avoid redundant declaration of missing_target()
Mike Hommey
2007-12-15
1
-13
/
+0
*
do not discard status in fetch_refs_via_pack()
Junio C Hamano
2007-12-06
1
-1
/
+1
*
Add remote.<name>.proxy
Sam Vilain
2007-12-04
1
-0
/
+4
*
Merge branch 'jk/send-pack'
Junio C Hamano
2007-11-25
1
-48
/
+22
|
\
|
*
Merge branch 'aw/mirror-push' into jk/send-pack
Junio C Hamano
2007-11-14
1
-0
/
+7
|
|
\
|
|
*
git-push: plumb in --mirror mode
Andy Whitcroft
2007-11-10
1
-0
/
+7
[next]