debian/rules should be producing architecture independent packages
[stgit/dwhite.git] / README
blob4f201540add224e4d5fb15e35b2c654117c1e7bf
1 StGIT is a Python application providing similar functionality to Quilt
2 (i.e. pushing/popping patches to/from a stack) on top of GIT. These
3 operations are performed using GIT commands and the patches are stored
4 as GIT commit objects, allowing easy merging of the StGIT patches into
5 other repositories using standard GIT functionality.
7 Note that StGIT is not an SCM interface on top of GIT and it expects a
8 previously initialised GIT repository (unless it is cloned using StGIT
9 directly). For standard SCM operations, use plain GIT commands.
11 For the latest version see http://www.procode.org/stgit/
12 For a tutorial see http://wiki.procode.org/cgi-bin/wiki.cgi/StGIT_Tutorial
14 Bugs or feature requests should be sent to the git@vger.kernel.org
15 mailing list or the StGIT project page - http://gna.org/projects/stgit/