TopGit - A different patch queue manager
commit308892d0c071135031994606170c8be6653e7197
authorPetr Baudis <pasky@suse.cz>
Sat, 2 Aug 2008 19:17:07 +0000 (2 21:17 +0200)
committerPetr Baudis <pasky@suse.cz>
Sat, 2 Aug 2008 19:17:07 +0000 (2 21:17 +0200)
tree682b1774838c32f2e91f8194b004d1f9ac2d9b2f
TopGit - A different patch queue manager

Initial commit for TopGit. It is probably still awfully buggy,
but should be actually feature-complete for v0.1 now. The most
basic variants of create, delete, info, patch, summary and update
commands plus a trivial pre-commit hook is available, and we can
deal with recursive updates too.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
hooks/pre-commit.sh [new file with mode: 0644]
tg-create.sh [new file with mode: 0644]
tg-delete.sh [new file with mode: 0644]
tg-info.sh [new file with mode: 0644]
tg-patch.sh [new file with mode: 0644]
tg-summary.sh [new file with mode: 0644]
tg-update.sh [new file with mode: 0644]
tg.sh [new file with mode: 0644]