]> asedeno.scripts.mit.edu Git - git.git/history - builtin-fetch.c
Merge branch 'maint'
[git.git] / builtin-fetch.c
2007-10-29 Junio C HamanoMerge branch 'maint'
2007-10-28 Junio C Hamanogit-fetch: do not fail when remote branch disappears
2007-10-28 Junio C HamanoMerge branch 'master' of git://git.kernel.org/pub/scm...
2007-10-27 Junio C HamanoMerge branch 'ja/shorthelp'
2007-10-27 Junio C HamanoMerge branch 'maint'
2007-10-25 Junio C HamanoMerge branch 'db/fetch-pack'
2007-10-19 Shawn O. PearceAvoid scary errors about tagged trees/blobs during...
2007-10-16 Johannes Schindelinfetch: if not fetching from default remote, ignore...
2007-10-16 Shawn O. PearceMerge branch 'master' into db/fetch-pack
2007-10-16 Daniel BarkalowRemove duplicate ref matches in fetch
2007-10-03 Daniel BarkalowRestore default verbosity for http fetches.
2007-09-30 Daniel BarkalowAllow abbreviations in the first refspec to be merged
2007-09-19 Shawn O. PearceRefactor struct transport_ops inlined into struct transport
2007-09-19 Shawn O. PearceRename remote.uri to remote.url within remote handling...
2007-09-19 Shawn O. PearceAvoid printing unnecessary warnings during fetch and push
2007-09-19 Shawn O. PearceCorrect handling of branch.$name.merge in builtin-fetch
2007-09-19 Shawn O. PearceRemove more debugging from builtin-fetch
2007-09-19 Shawn O. PearceAllow builtin-fetch to work on a detached HEAD
2007-09-19 Shawn O. PearceRemove unnecessary 'fetch' argument from transport_get API
2007-09-19 Shawn O. PearceAlways ensure the pack.keep file is removed by git-fetch
2007-09-19 Shawn O. PearceRemove pack.keep after ref updates in git-fetch
2007-09-19 Shawn O. PearceSimplify fetch transport API to just one function
2007-09-19 Shawn O. PearceRemove unused unpacklimit variable from builtin-fetch
2007-09-19 Shawn O. PearceRemove unnecessary debugging from builtin-fetch
2007-09-19 Shawn O. PearceFix off by one bug in reflog messages written by builti...
2007-09-19 Shawn O. PearceCorrect builtin-fetch to handle + in refspecs
2007-09-19 Daniel BarkalowMake fetch a builtin