index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
transport.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'fc/decorate-tag'
Junio C Hamano
2009-05-23
|
\
|
*
Change prettify_ref to prettify_refname
Felipe Contreras
2009-05-13
*
|
Merge branch 'ar/unlink-err'
Junio C Hamano
2009-05-18
|
\
\
|
*
|
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
2009-04-29
|
|
/
*
|
fetch: Strip usernames from url's before storing them
Andreas Ericsson
2009-04-21
|
/
*
Merge branch 'db/push-cleanup'
Junio C Hamano
2009-03-26
|
\
|
*
Move push matching and reporting logic into transport.c
Daniel Barkalow
2009-03-09
*
|
rsync transport: allow local paths, and fix tests
Johannes Schindelin
2009-03-10
|
/
*
add is_dot_or_dotdot inline function
Alexander Potashev
2009-01-11
*
Merge branch 'rs/alloc-ref'
Junio C Hamano
2008-10-21
|
\
|
*
make alloc_ref_from_str() the new alloc_ref()
René Scharfe
2008-10-18
|
*
use alloc_ref_from_str() everywhere
René Scharfe
2008-10-18
*
|
Implement git clone -v
Miklos Vajna
2008-10-09
|
/
*
Merge branch 'maint'
Shawn O. Pearce
2008-10-06
|
\
|
*
Fix fetch/clone --quiet when stdout is connected
Tuncer Ayaz
2008-10-06
*
|
push: prepare sender to receive extended ref information from the receiver
Junio C Hamano
2008-09-09
|
/
*
Merge branch 'maint'
Junio C Hamano
2008-08-09
|
\
|
*
Fail properly when cloning from invalid HTTP URL
Petr Baudis
2008-08-07
*
|
Merge branch 'qq/maint'
Junio C Hamano
2008-07-05
|
\
\
|
|
/
|
*
clone -q: honor "quiet" option over native transports.
Junio C Hamano
2008-07-05
*
|
Windows: Disambiguate DOS style paths from SSH URLs.
Johannes Sixt
2008-06-26
|
/
*
Merge branch 'db/clone-in-c'
Junio C Hamano
2008-05-25
|
\
|
*
Mark the list of refs to fetch as const
Daniel Barkalow
2008-05-04
*
|
alloc_ref_from_str(): factor out a common pattern of alloc_ref from string
Krzysztof Kowalczyk
2008-05-11
*
|
Make ls-remote http://... list HEAD, like for git://...
Daniel Barkalow
2008-04-26
|
/
*
Teach git-fetch to exploit server side automatic tag following
Shawn O. Pearce
2008-03-04
*
Merge branch 'mh/maint-http-proxy-fix'
Junio C Hamano
2008-03-02
|
\
|
*
Set proxy override with http_init()
Mike Hommey
2008-02-27
|
*
Work around curl-gnutls not liking to be reinitialized
Mike Hommey
2008-02-11
*
|
Always use the current connection's remote ref list in git protocol
Daniel Barkalow
2008-02-29
*
|
Merge branch 'db/no-separate-ls-remote-connection' (early part)
Junio C Hamano
2008-02-11
|
\
\
|
*
|
Reduce the number of connects when fetching
Daniel Barkalow
2008-02-05
|
|
/
*
|
Work around curl-gnutls not liking to be reinitialized
Mike Hommey
2008-02-09
|
/
*
Don't access line[-1] for a zero-length "line" from fgets.
Jim Meyering
2008-01-04
*
Use strbuf in http code
Mike Hommey
2007-12-14
*
Avoid redundant declaration of missing_target()
Mike Hommey
2007-12-14
*
do not discard status in fetch_refs_via_pack()
Junio C Hamano
2007-12-06
*
Add remote.<name>.proxy
Sam Vilain
2007-12-03
*
Merge branch 'jk/send-pack'
Junio C Hamano
2007-11-24
|
\
|
*
Merge branch 'aw/mirror-push' into jk/send-pack
Junio C Hamano
2007-11-14
|
|
\
|
|
*
git-push: plumb in --mirror mode
Andy Whitcroft
2007-11-09
|
|
*
Merge master into aw/mirror-push
Junio C Hamano
2007-11-09
|
|
|
\
|
*
|
\
Merge branch 'db/remote-builtin' into jk/send-pack
Junio C Hamano
2007-11-14
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Use built-in send-pack.
Daniel Barkalow
2007-11-02
|
|
*
|
Miscellaneous const changes and utilities
Daniel Barkalow
2007-11-02
*
|
|
|
avoid "defined but not used" warning for fetch_objs_via_walker
Jeff King
2007-11-20
|
/
/
/
*
|
|
push: teach push to pass --verbose option to transport layer
Steffen Prohaska
2007-11-11
|
|
/
|
/
|
*
|
Style: place opening brace of a function definition at column 1
Junio C Hamano
2007-11-08
|
/
*
transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variable
Blake Ramsdell
2007-11-02
*
Change git_connect() to return a struct child_process instead of a pid_t.
Johannes Sixt
2007-10-21
[next]