Rename _parse_text to _deserialize for consistency.
[jelmer/dulwich-libgit2.git] / dulwich / repo.py
2010-03-31 Jelmer VernooijIgnore deprecationwarnings from known deprecated method...
2010-03-31 Jelmer VernooijFix warning stacklevels.
2010-03-29 Jelmer VernooijRepo.get_blob, Repo.commit, Repo.tag and Repo.tree...
2010-03-27 Jelmer VernooijImplement RefsContainer.__contains__.
2010-03-24 Jelmer VernooijAdd Repo.stage.
2010-03-24 Jelmer VernooijAdd docstrings.
2010-03-11 Jelmer VernooijThe 'committer' and 'message' arguments to Repo.do_comm...
2010-03-11 Jelmer VernooijAdd Index.commit.
2010-03-09 Jelmer VernooijFix Repository.__setitem__.
2010-03-07 Jelmer VernooijMerge Dave.
2010-03-04 Dave BorowitzAdd include-tag capability to server.
2010-03-04 Dave BorowitzAdd get_peeled to BaseRepo so HTTP and git servers...
2010-03-03 Jelmer VernooijUse ConfigParser for now
2010-02-24 Augie Facklerrepo: drop nonstandard ConfigObj dependency
2010-02-12 Jelmer VernooijRemove put_named_file from public API
2010-02-12 Jelmer VernooijAdd convenience function for parsing info/refs file.
2010-02-12 Jelmer VernooijExtend DictRefsContainer.
2010-02-12 Jelmer VernooijFix issue creating new repositories, with trivial smoke...
2010-02-12 Jelmer VernooijMove some functions back from DiskRefsContainer to...
2010-02-11 Jelmer VernooijAsk for forgiveness, not permission.
2010-02-11 Jelmer VernooijMake base directories variable global.
2010-02-11 Jelmer VernooijMove do_commit() and has_index() from Repo to BaseRepo.
2010-02-11 Jelmer VernooijAdd BaseRepo.put_named_file.
2010-02-11 Jelmer Vernooijmerge improvements from Dave to the server, file lockin...
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().
next