]> asedeno.scripts.mit.edu Git - git.git/history - builtin-fetch.c
fetch/push: readd rsync support
[git.git] / builtin-fetch.c
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