gitignore: Add ChangeLog to .gitignore
[stgit.git] / RELEASENOTES
blobe9d70541a20f7d4c96c441bfe841b8ce3e7e8668
1                       Stacked Git 0.16 released
2                       -------------------------
4 StGit is a Python application providing functionality similar to Quilt
5 (i.e. pushing/popping patches to/from a stack) on top of Git. These
6 operations are performed using Git commands, and the patches are
7 stored as Git commit objects, allowing easy merging of the StGit
8 patches into other repositories using standard Git functionality.
10   Download:         http://download.gna.org/stgit/stgit-0.16.tar.gz
11   Main repository:  git://repo.or.cz/stgit.git
12   Project homepage: http://www.procode.org/stgit/
13   Mailing list:     stgit-users@gna.org
14   Bug tracker:      https://gna.org/bugs/?group=stgit
16 The main changes since release 0.15 are:
18   - Several improvements to the Emacs mode (stgit.el).
19   - UI adjustments to better match the Git commands.
20     + "stg status" is an alias for "git status".
21     + "stg reset --hard" behaves similarly to the corresponding git command
22       and option.
23   - "stg branch --cleanup" option to remove the StGit metadata for a given
24     branch.
25   - "stg mail" can use "git send-email" directly.
26   - Vim syntax highlighting for StGit commit messages.
27   - Many bug-fixes.
29 Many thanks to all the StGit contributors.
31 [Insert output of "git shortlog v0.15..v0.16" here before sending!]