Change git_connect() to return a struct child_process instead of a pid_t.
[gitweb.git] / transport.h
2007-10-16 Merge branch 'master' into db/fetch-pack
2007-10-03 Restore default verbosity for http fetches.
2007-09-19 Ensure builtin-fetch honors {fetch,transfer}.unpackLimit
2007-09-19 Refactor struct transport_ops inlined into struct transport
2007-09-19 Remove unnecessary 'fetch' argument from transport_get API
2007-09-19 Remove pack.keep after ref updates in git-fetch
2007-09-19 Simplify fetch transport API to just one function
2007-09-19 Add fetch methods to transport library.
2007-09-19 Push code for transport library