Merge fix to correctly cope with no-op fetches in the server.
[jelmer/dulwich-libgit2.git] / dulwich / repo.py
2010-10-17 Jelmer VernooijMerge fix to correctly cope with no-op fetches in the...
2010-10-17 Jelmer VernooijMerge addition of eof() and unread_pkt_line().
2010-10-16 Jelmer VernooijMerge some bare-repo related fixes from Dirk Neumann.
2010-10-05 Dave Borowitzserver: Correct short-circuiting operation for no-op...
2010-08-21 DirkBare-repo related changes: have no index and bare=true...
2010-08-11 Dave BorowitzAdd utility functions to DictRefsContainer, useful...
2010-08-08 Dave BorowitzDelegate SHA peeling to the object store.
2010-07-21 Jelmer VernooijSome restructuredText fixes.
2010-06-04 Ross LightMerged changes from trunk
2010-06-02 Jelmer Vernooijmerge support for MemoryRepo, path fixing in the web...
2010-06-01 Dave BorowitzAdd a MemoryRepo that stores everything in memory.
2010-06-01 Dave BorowitzUse correct path separators for named repo files.
2010-06-01 Dave BorowitzMove named file initilization to BaseRepo.
2010-05-30 Jelmer VernooijMerge refactoring of report-status parsing.
2010-05-29 Jelmer VernooijMerge code cleanups from Dave.
2010-05-24 Dave BorowitzClean up file headers.
2010-05-22 Jelmer VernooijMerge fix for crash deleting a ref.
2010-05-21 Augie FacklerDiskRefsContainer: don't crash deleting a ref without...
2010-05-21 Augie Facklerrepo: clean up whitespace
2010-05-17 Jelmer VernooijMerge improvements and extra tests, mainly to deal...
2010-05-12 Dave BorowitzAllow double-staging of files that are deleted in the...
2010-05-12 Dave BorowitzImplement set_symbolic_ref separately in Disk/DictRefsC...
2010-05-12 Dave BorowitzAdd non-bare repository tests.
2010-05-12 Dave BorowitzFix RefsContainer.add_if_new to support dangling symrefs.
2010-05-12 Dave BorowitzFix up and test DictRefsContainer.
2010-05-01 Jelmer VernooijImplement BaseRepo.__contains__.
2010-04-30 Jelmer VernooijMerge cleanups from Dave.
2010-04-30 Dave BorowitzFix numerous style issues.
2010-04-30 Dave BorowitzAdd __setitem__ to DictRefsContainer.
2010-04-30 Jelmer VernooijMerge Dave, highlights:
2010-04-27 Jelmer VernooijMerge use of constants for OFS/REF delta's.
2010-04-26 Jelmer VernooijMerge fix to write info/exclude rather than info/exclud...
2010-04-26 Travis ClineFixed filename of initial .git/info/exclude
2010-04-16 Jelmer VernooijMerge various pack improvements from Dave.
2010-04-16 Dave BorowitzPrevent server stack trace when the client request...
2010-04-15 Jelmer VernooijMerge trunk.
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-04-11 Jelmer VernooijAdd DiskObjectStore.init.
2010-04-07 Jelmer VernooijCope with \r in ref files on Windows.
2010-04-05 Jelmer VernooijRename set_ref -> set_symbolic_ref.
2010-04-02 Jelmer VernooijAdd RefsContainer.read_ref.
2010-04-02 Dave BorowitzPreviously, the word "type" was massively overloaded...
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.
next