Generate binary diffs by default
[stgit] / README
CommitLineData
0282088a
CM
1StGit is a Python application providing similar functionality to Quilt
2(i.e. pushing/popping patches to/from a stack) on top of Git. These
3operations are performed using Git commands and the patches are stored
4as Git commit objects, allowing easy merging of the StGit patches into
5other repositories using standard Git functionality.
41a6d859 6
0282088a
CM
7Note that StGit is not an SCM interface on top of Git and it expects a
8previously initialised Git repository (unless it is cloned using StGit
9directly). For standard SCM operations, use plain Git commands.
41a6d859
CM
10
11For the latest version see http://www.procode.org/stgit/
0282088a 12For a tutorial see http://wiki.procode.org/cgi-bin/wiki.cgi/StGit_Tutorial
3dd412a1
CM
13
14Bugs or feature requests should be sent to the git@vger.kernel.org
0282088a 15mailing list or the StGit project page - http://gna.org/projects/stgit/