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