Merge pull request #22 from jpgrayson/master
[stgit.git] / RELEASENOTES
blob8fb3dfef24c7feba2aac5bcfe9e09f0f41aae3b6
1                       Stacked Git 0.18 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:         https://github.com/ctmarinas/stgit/archive/v0.18.tar.gz
11   Main repository:  git://repo.or.cz/stgit.git
12   Project homepage: http://www.procode.org/stgit/
13   Issue tracker:    https://github.com/ctmarinas/stgit/issues
15 The main changes since release 0.17.1:
17 - 'commit-msg' hook support for easier integration with Gerrit, allowing
18   a Change-Id line to be inserted in the commit message
20 - 'stg mail' improvements for 'Suggested-by:' tag and auto generation of
21   Cc for the cover letter based on all tags in the series
23 - 'stg mail' bash completion for the --to, --cc and --bcc options based
24   on the content of the [mail "alias"] section of GIT configuration
26 - 'stg edit --review' option to add a 'Reviewed-by:' tag
28 - 'stg pop --spill' functionality to allow popping a patch from the
29   stack while keeping its modification in the tree
31 - Various fixes and test coverage improvements
33 - Project page details updated (gna.org has been shut down)