Merge fix for formatting of 'extension not found' messages.
[jelmer/dulwich.git] / dulwich / repo.py
2012-02-09 Jelmer VernooijMerge fix for formatting of 'extension not found' messages.
2012-02-09 Jelmer VernooijMerge fix to call parent constructor rather than grandp...
2012-02-09 Jelmer VernooijSome more docstrings.
2012-02-09 Risto KankkunenMerged master
2012-02-06 milkiclone should checkout HEAD of remote repo
2012-02-05 milkiMove checkout to index
2012-01-22 milkiAdd checkout. checkout master on clone
2012-01-04 Jelmer VernooijFix typo.
2012-01-04 Jelmer VernooijAdd more docstrings to BaseRepo, remove BaseRepo.__iter__.
2012-01-04 Jelmer VernooijSimplify Repo.stage a bit by using index_entry_from_stat.
2012-01-04 Jelmer VernooijUse identity from ~/.gitconfig or .git/config if none...
2012-01-04 Jelmer VernooijAdd some docstrings.
2011-12-28 Jelmer VernooijSplit out Repo.get_config_stack().
2011-12-28 Jelmer VernooijAdd writable argument to StackedConfig.
2011-12-28 Jelmer VernooijThe config parser now supports the git-config file...
2011-12-28 Jelmer VernooijSimplify section handling.
2011-12-28 Jelmer Vernooijmerge trunk
2011-12-26 Jelmer VernooijUse StackedConfig in Repo.get_config.
2011-12-26 Jelmer VernooijUse config file infrastructure for writing initial...
2011-12-26 Jelmer VernooijMerge trunk.
2011-12-26 Jelmer VernooijMerge trunk.
2011-12-10 Jelmer VernooijInfoRefsContainer is authoritive - don't return None...
2011-12-10 Jelmer VernooijAdd InfoRefsContainer.
2011-10-31 Jelmer VernooijUse ConfigFile in Repo.get_config().
2011-10-03 Jelmer VernooijImplement stub Repo.__iter__, so NotImplementedError...
2011-09-24 Jelmer VernooijMerge deprecation of ``Repo.revision_history`` in favor...
2011-09-06 Jelmer VernooijSpecial case 'refs/stash' as a valid ref.
2011-09-03 Jelmer VernooijDeprecate ``Repo.revision_history`` in favour of `...
2011-09-03 Jelmer VernooijSupport passing merge heads to do_commit.
2011-08-17 Jelmer VernooijAdd very basic Repo.clone (#725369)
2011-08-08 Jelmer VernooijMerge support for ref argument to do_commit, with some...
2011-08-08 milkiAdd branch specification to do_commit
2011-07-29 Dave Borowitzrepo: Implement revision_history with a Walker.
2011-07-25 Jelmer VernooijMerge fix to prevent rraising ValueError for correct...
2011-07-25 milkiAdd missing else in repo.__delitem__
2011-06-29 Jelmer Vernooijremove trailing whitespace
2011-06-29 Jelmer VernooijImprove performance of Repo.revision_history().
2011-06-24 Timo SchmidRepo.commit is deprecated => using Repo[] instead
2011-06-24 Timo SchmidImproved Repo.revision_history(head)
2011-03-29 Jelmer VernooijFix typo pointed out by Rob.
2011-01-17 Jelmer VernooijAllow accessing invalidly named refs, but don't allow...
2010-12-26 Tay Ray ChuanRepo.get_named_file: fix spelling in doc
2010-12-21 Dave Borowitzrepo: Raise RefFormatException instead of KeyError...
2010-12-11 Jelmer VernooijAdd encoding argument to Repo.do_commit().
2010-12-05 Augie FacklerIncludes simple tests to verify bare = (true|false...
2010-11-26 Jelmer VernooijRepo.init: Fix mkdir argument; default to False for...
2010-11-26 Jelmer VernooijRepo.do_commit: Assert that the specified tree is 40...
2010-10-26 Jelmer VernooijSome formatting fixes.
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.
next