Use the asyncronous function infrastructure to run the content filter.
[gitweb.git] / builtin-fetch.c
2007-10-19 Avoid scary errors about tagged trees/blobs during...
2007-10-16 fetch: if not fetching from default remote, ignore...
2007-10-16 Merge branch 'master' into db/fetch-pack
2007-10-16 Remove duplicate ref matches in fetch
2007-10-03 Restore default verbosity for http fetches.
2007-09-30 Allow abbreviations in the first refspec to be merged
2007-09-19 Refactor struct transport_ops inlined into struct transport
2007-09-19 Rename remote.uri to remote.url within remote handling...
2007-09-19 Avoid printing unnecessary warnings during fetch and...
2007-09-19 Correct handling of branch.$name.merge in builtin-fetch
2007-09-19 Remove more debugging from builtin-fetch
2007-09-19 Allow builtin-fetch to work on a detached HEAD
2007-09-19 Remove unnecessary 'fetch' argument from transport_get API
2007-09-19 Always ensure the pack.keep file is removed by git...
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 Remove unused unpacklimit variable from builtin-fetch
2007-09-19 Remove unnecessary debugging from builtin-fetch
2007-09-19 Fix off by one bug in reflog messages written by builti...
2007-09-19 Correct builtin-fetch to handle + in refspecs
2007-09-19 Make fetch a builtin