Don't try and send objects if there are none to send (client hung up already)
[jelmer/dulwich-libgit2.git] / dulwich / repo.py
2009-01-15 John CarrDon't send objects already on the client. Perform the...
2009-01-14 John CarrFix typo
2009-01-14 John CarrMerge upstream
2009-01-14 John CarrStart working on getting sha, name from API - so we...
2009-01-14 Jelmer VernooijMake fetch_objects() return the number of objects.
2009-01-14 John CarrMerge upstream
2009-01-14 John CarrCode cleanup
2009-01-14 Jelmer VernooijMerge John.
2009-01-14 John CarrMerge upstream
2009-01-13 Jelmer VernooijJames is ok with licensing his code GPLv2 or later...
2009-01-12 John CarrMerge delta pack brain dump
2009-01-12 John CarrMerge upstream
2009-01-11 Jelmer VernooijFix call.
2009-01-11 Jelmer Vernooijadd support for setting lightweight tags.
2009-01-11 Jelmer VernooijFix iteritems.
2009-01-11 Jelmer VernooijAdd Tags.iteritems().
2009-01-11 Jelmer VernooijMake tags a dictionary.
2008-12-30 John CarrMerge upstream
2008-12-30 John CarrDon't need this import anymore
2008-12-30 Jelmer VernooijAdd clone command.
2008-12-30 John CarrMerge upstream
2008-12-30 Jelmer VernooijSplit out object_store.
2008-12-30 Jelmer Vernooijmerge john.
2008-12-30 John CarrFix git clone
2008-12-29 John CarrMerge upstream
2008-12-29 John CarrFix fetch_object use of determine_wants. Fix repo.get_r...
2008-12-29 John CarrMerge upstream
2008-12-29 Jelmer VernooijFetch all prerequisite revisions.
2008-12-28 Jelmer VernooijSplit up fetch_objects().
2008-12-28 Jelmer VernooijRaise exception when no git repository is found.
2008-12-28 Jelmer VernooijAdd simple log command.
2008-12-27 Jelmer VernooijRename basedir -> controldir.
2008-12-27 Jelmer VernooijAdd get_refs() call.
2008-12-27 Jelmer VernooijAdd git.repo.Repo.__repr__.
2008-12-27 Jelmer VernooijSkip yielding objects until we've figured out the sha's.
2008-12-27 Jelmer VernooijFix fetch_objects().
2008-12-27 Jelmer VernooijMake server upload pack code use fetch objects callbacks.
2008-12-25 John CarrMerge upstream
2008-12-25 Jelmer VernooijDon't 'want' refs we already have.
2008-12-25 Jelmer VernooijFix ext resolving for PackData.iterentries().
2008-12-25 Jelmer VernooijResolve deltas using other packs.
2008-12-25 Jelmer Vernooijuse separate store for packs.
2008-12-25 John CarrMerge upstream
2008-12-25 Jelmer VernooijFix imports, fix pack fetching when there are no changes.
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijDon't retrieve all pack files when fetching.
2008-12-24 Jelmer VernooijAbstract away magic in moving pack files into place.
2008-12-24 John CarrMerge upstream
2008-12-24 Jelmer VernooijAdd simple add_pack() command that will return a file...
2008-12-24 Jelmer VernooijMerge John.
2008-12-24 Jelmer VernooijRename Repo.get_tree() -> Repo.tree() for consistency...
2008-12-24 Jelmer VernooijTurn more bits into properties.
2008-12-22 Jelmer VernooijTurn Commit.parents into a property, for compatibility...
2008-12-18 John CarrMore stuff needed for pack writing
2008-12-18 John Carrgit push handling fixes
2008-12-18 John CarrStore pack with correct suffix and also update refs...
2008-12-18 John CarrReally simple API for updating refs
2008-12-17 Jelmer VernooijMerge fix for opening pack files.
2008-12-17 Jelmer VernooijMerge john.
2008-12-17 John CarrRepo class fails to load jhbuild git-svn clone because...
2008-12-16 Jelmer VernooijFix conflict to work around bug in bzr..
2008-12-12 Jelmer VernooijLook in packs when looking for objects.
2008-12-08 Jelmer VernooijImport changes from my bzr-git branch, to make dulwich...