aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix compilation when NO_CURL is definedJohannes Schindelin2007-10-15
* Added a test for fetching remote tags when there is not tags.Väinö Järvelä2007-10-15
* Fix a crash in ls-remote when refspec expands into nothingAlex Riesen2007-10-15
* Remove duplicate ref matches in fetchDaniel Barkalow2007-10-15
* Restore default verbosity for http fetches.Daniel Barkalow2007-10-02
* fetch/push: readd rsync supportJohannes Schindelin2007-10-01
* Introduce remove_dir_recursively()Johannes Schindelin2007-09-30
* bundle transport: fix an alloc_ref() callJunio C Hamano2007-09-29
* Allow abbreviations in the first refspec to be mergedDaniel Barkalow2007-09-29
* Prevent send-pack from segfaulting when a branch doesn't matchShawn O. Pearce2007-09-24
* Cleanup unnecessary break in remote.cShawn O. Pearce2007-09-24
* Cleanup style nit of 'x == NULL' in remote.cShawn O. Pearce2007-09-24
* Fix memory leaks when disconnecting transport instancesShawn O. Pearce2007-09-19
* Ensure builtin-fetch honors {fetch,transfer}.unpackLimitShawn O. Pearce2007-09-19
* Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce2007-09-19
* Refactor struct transport_ops inlined into struct transportShawn O. Pearce2007-09-19
* Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce2007-09-19
* Use 'unsigned:1' when we mean boolean optionsShawn O. Pearce2007-09-19
* Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce2007-09-19
* Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce2007-09-19
* Don't attempt to merge non-existant remotes in t5515Shawn O. Pearce2007-09-19
* builtin-fetch: Don't segfault on "fetch +foo"Shawn O. Pearce2007-09-19
* Remove more debugging from builtin-fetchShawn O. Pearce2007-09-19
* Don't configure remote "." to fetch everything to itselfShawn O. Pearce2007-09-19
* Allow builtin-fetch to work on a detached HEADShawn O. Pearce2007-09-19
* Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce2007-09-19
* Add transport.h to LIB_H as transport.o is in LIB_OBJSShawn O. Pearce2007-09-19
* Cleanup duplicate initialization code in transport_getShawn O. Pearce2007-09-19
* Don't bother passing ref log details to walker in builtin-fetchShawn O. Pearce2007-09-19
* Properly cleanup in http_cleanup so builtin-fetch does not segfaultShawn O. Pearce2007-09-19
* Backup the array passed to fetch_pack so we can free itemsShawn O. Pearce2007-09-19
* Fix builtin-fetch memory corruption by not overstepping arrayShawn O. Pearce2007-09-19
* Always ensure the pack.keep file is removed by git-fetchShawn O. Pearce2007-09-19
* Remove pack.keep after ref updates in git-fetchShawn O. Pearce2007-09-19
* Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce2007-09-19
* Simplify fetch transport API to just one functionShawn O. Pearce2007-09-19
* Replace custom memory growth allocator with ALLOC_GROWShawn O. Pearce2007-09-19
* Remove unused unpacklimit variable from builtin-fetchShawn O. Pearce2007-09-19
* Remove unnecessary debugging from builtin-fetchShawn O. Pearce2007-09-19
* Fix off by one bug in reflog messages written by builtin-fetchShawn O. Pearce2007-09-19
* Correct builtin-fetch to handle + in refspecsShawn O. Pearce2007-09-19
* Make fetch a builtinDaniel Barkalow2007-09-19
* Add bundle transportJohannes Schindelin2007-09-19
* Move bundle specific stuff into bundle.[ch]Johannes Schindelin2007-09-19
* Add fetch methods to transport library.Daniel Barkalow2007-09-19
* Add matching and parsing for fetch-side refspec rulesDaniel Barkalow2007-09-19
* Push code for transport libraryDaniel Barkalow2007-09-19
* Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-19
* Report information on branches from remote.hDaniel Barkalow2007-09-19
* Add uploadpack configuration info to remote.Daniel Barkalow2007-09-19