New StGit core infrastructure: repository operations
authorKarl Hasselström <kha@treskal.com>
Wed, 19 Dec 2007 18:00:14 +0000 (18:00 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 19 Dec 2007 23:13:31 +0000 (23:13 +0000)
commitcbe4567e2be2b482868590e30464269d4a0343bb
tree5fd1c0ac85e9fa3c77bb4cf0d0eac9cb136a54b6
parentba8021ffa93ee57b0e829a76f8fd426cf52da627
New StGit core infrastructure: repository operations

This is the first part of the New and Improved StGit core
infrastructure. It has functions for manipulating the git repository
(commits, refs, and so on), but doesn't yet touch the index or
worktree.

Currently not used by anything.

Signed-off-by: Karl Hasselström <kha@treskal.com>
setup.py
stgit/lib/__init__.py [new file with mode: 0644]
stgit/lib/git.py [new file with mode: 0644]
stgit/lib/stack.py [new file with mode: 0644]
stgit/lib/transaction.py [new file with mode: 0644]
stgit/utils.py