gitweb: use Perl built-in utf8 function for UTF-8 decoding.
[gitweb.git] / builtin-fetch.c
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