storage:vcs:git: move Git to ExecGit and add PygitGit using pygit2.
[be.git] / libbe / storage / vcs / git.py
2012-09-13 W. Trevor Kingstorage:vcs:git: move Git to ExecGit and add PygitGit...
2012-02-16 W. Trevor KingRan update-copyright.py.
2011-09-08 W. Trevor KingMerge remote branch 'tanguy/master'
2011-05-25 W. Trevor KingRun update_copyright.py.
2011-05-12 W. Trevor KingRemove form feeds (for compatibility with 2to3).
2011-04-16 W. Trevor KingMerge remote branch 'cooper/master'
2011-04-14 W. Trevor KingAdd libbe.ui.util.user.get_fallback_fullname() and...
2011-02-23 W. Trevor KingLocal imports and better missing-client detection in...
2011-01-09 Chris BallMerge commit 'refs/merge-requests/3' of git://gitorious...
2011-01-09 Chris BallBumped to version 1.0.0 1.0.0
2010-11-21 Robert LehmannRefrain from committing outstanding changes.
2010-06-25 Chris BallMerge branch 'master' of wking.cfbe
2010-06-24 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-06-23 W. Trevor KingRan update_copyright.py
2010-06-20 Chris BallMerge Steve Losh's cfbe tree, from:
2010-06-20 Chris BallMerge with Trevor.
2010-05-19 W. Trevor KingMerged Eric Kow's _darcs/prefs/author bug.
2010-03-19 W. Trevor KingMerged Anton Batenev's report of Nicolas Alvarez' unico...
2010-02-09 Gianluca MontecchiMerged Trevor's tree
2010-02-09 W. Trevor KingMerged Eric Kow's HTML escaping patch
2010-02-08 W. Trevor KingMerged initial Sphinx documentation structure.
2010-02-07 W. Trevor KingFixed docstrings so only Sphinx errors are "autosummary...
2010-01-27 W. Trevor KingImplement Arch._vcs_path()
2010-01-27 W. Trevor KingMerged clarifications requested by Ben Finney
2010-01-27 W. Trevor KingMake VCS error messages and Storage test failures more...
2010-01-19 W. Trevor KingMerged be.faster-diff branch, fixing #bea/ed5#.
2010-01-18 W. Trevor KingAdd .changed() support to Git
2010-01-01 W. Trevor KingUpdated copyright information
2009-12-31 W. Trevor KingMerged be.restructure, major internal reorganization.
2009-12-29 W. Trevor KingAdjust Git._vcs_isdir() to Python-2.5-compatible syntax
2009-12-28 W. Trevor KingUpdated Git backend to support .children(revision).
2009-12-15 W. Trevor KingFixed libbe.command.diff + ugly BugDir.duplicate_bugdir...
2009-12-14 W. Trevor KingMove Darcs over to Storage format.
2009-12-13 W. Trevor KingDon't regexp out the short-revid in Git._vcs_commit()
2009-12-13 W. Trevor KingFix Git._vcs_revision_id() offset bug.
2009-12-13 W. Trevor King.bzr transition.
2009-12-13 W. Trevor KingMore fixes for libbe.storage.vcs.hg + .git transition.
2009-12-08 W. Trevor KingInitial directory restructuring to clarify dependencies