gitignore: Add ChangeLog to .gitignore
[stgit.git] / README
blob311c08dc83fa7e8a206df20b5625aeff1d98fd93
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/