Fix flaky/failing tests introduced in the last few changes.
[jelmer/dulwich-libgit2.git] / dulwich / repo.py
2010-02-09 Dave BorowitzFix flaky/failing tests introduced in the last few...
2010-02-09 Dave BorowitzWorking pass at an HTTP server, only dumb at the moment
2010-02-09 Dave BorowitzImprove ref handling.
2010-02-09 Dave BorowitzWork towards making Dulwich less dependent on the files...
2010-02-09 Dave BorowitzAdd a GitFile class that uses the same locking protocol...
2010-02-08 Jelmer VernooijImplement Repo.get_config().
2010-01-16 Jelmer VernooijFix fetch() without determine_wants argument.
2009-10-18 Jelmer VernooijAdd convenience function for creating a new commit...
2009-10-18 Jelmer VernooijFix call to get_graph_walker.
2009-10-18 Jelmer VernooijAdd convenience functions for fetching objects.
2009-05-27 Jelmer VernooijDon't use just the fact that the objects directory...
2009-05-19 Jelmer VernooijAdd more docstrings.
2009-05-19 Jelmer VernooijFix open modes of e.g. packs to be binary.
2009-05-15 Jelmer Vernooijattempt to fix some win32 issues; thanks to Alexander...
2009-05-13 Jelmer VernooijFix iterator over objects in server.
2009-05-13 Jelmer VernooijFix typo (thanks Lo-Lan-Do).
2009-05-13 Jelmer VernooijImplement ObjectStore.find_common_revisions().
2009-05-13 Jelmer VernooijRemove get_commit_parents, it's too trivial.
2009-05-12 Jelmer VernooijImplement Repo.__setitem__ and Repo.__delitem__.
2009-05-11 Jelmer VernooijAllow refs to point at nonexisting things in as_dict.
2009-05-11 Jelmer VernooijCope with HEAD not existing.
2009-05-11 Jelmer VernooijFix remaining tests.
2009-05-11 Jelmer Vernooijremove unnecessary refs functions from Repo that are...
2009-05-11 Jelmer VernooijImplement Repo.__getitem__.
2009-05-11 Jelmer VernooijSplit out DiskRefsContainer.
2009-05-11 Jelmer VernooijRaise KeyError when RefsContainer can't find a ref...
2009-05-11 Jelmer VernooijUse refs in a couple more places.
2009-05-11 Jelmer VernooijUse RefsContainer for tags and heads.
2009-05-11 Jelmer VernooijMove follow ref logic to RefsContainer.
2009-05-11 Jelmer VernooijMove more logic to RefsContainer.
2009-05-10 Jelmer VernooijRelease 0.3.0. dulwich-0.3.0
2009-05-10 Jelmer VernooijAdd refs container.
2009-05-10 Jelmer VernooijRemove unnecessary indirection for DiskObjectStore.
2009-05-10 Jelmer VernooijUse constants for directory names.
2009-05-10 Jelmer VernooijRemove unused method Repo.pack_dir().
2009-05-09 Jelmer VernooijInitial work simplifying push/pull.
2009-05-09 Jelmer VernooijRefactor GraphWalker.
2009-05-09 Jelmer VernooijReturn result Repo object.
2009-05-08 Jelmer VernooijAdd MemoryObjectStore.
2009-05-08 Jelmer VernooijImprove docstrings.
2009-05-08 Jelmer VernooijMove some of the finding missing objects code to object...
2009-05-05 Jelmer Vernooijadd read_packed_refs docstring.
2009-05-04 Jelmer VernooijFix docstrings
2009-05-04 Jelmer VernooijCreate required refs directories if they don't exist...
2009-05-03 Jelmer VernooijFix copyright headers.
2009-05-02 Jelmer VernooijAdd convenience function for opening the index associat... dulwich-0.2.1
2009-04-30 Jelmer VernooijIgnore comment in packed-refs file.
2009-04-16 Jelmer VernooijSupport packed refs.
2009-03-24 Jelmer VernooijClose ref file after writing to it.
2009-03-24 Jelmer VernooijAdd iterating object finder.
2009-03-09 Jelmer VernooijFix formatting issues.
2009-03-05 Jelmer VernooijMerge compatibility with python2.4 from rockstar.
2009-02-26 Jelmer VernooijFix indentation to be 4 spaces everywhere, consistently.
2009-02-26 Jelmer Vernooijclarify that find_missing_objects looks at objects...
2009-02-26 Jelmer VernooijDon't require mentioned objects to be commits.
2009-02-05 Jelmer VernooijMake fetch_objects a bit easier to access.
2009-01-25 Jelmer VernooijAdd convenience function for accessing tags.
2009-01-24 Jelmer VernooijFix bug in find_missing_objects.
2009-01-24 Jelmer VernooijMerge John.
2009-01-19 John CarrMerge lp:~johncarr/dulwich/git-serve
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().
next