1
- Stacked Git 0.18 released
1
+ Stacked Git 0.19 released
2
2
-------------------------
3
3
4
4
StGit is a Python application providing functionality similar to Quilt
@@ -7,27 +7,28 @@ operations are performed using Git commands, and the patches are
7
7
stored as Git commit objects, allowing easy merging of the StGit
8
8
patches into other repositories using standard Git functionality.
9
9
10
- Download: https://github.com/ctmarinas/stgit/archive/v0.18 .tar.gz
11
- Main repository: git ://repo.or.cz/stgit.git
10
+ Download: https://github.com/ctmarinas/stgit/archive/v0.19 .tar.gz
11
+ Main repository: https ://repo.or.cz/stgit.git
12
12
Project homepage: http://www.procode.org/stgit/
13
13
Issue tracker: https://github.com/ctmarinas/stgit/issues
14
14
15
- The main changes since release 0.17.1 :
15
+ The main changes since release 0.18 :
16
16
17
- - 'commit-msg' hook support for easier integration with Gerrit, allowing
18
- a Change-Id line to be inserted in the commit message
17
+ - Python 3 support. StGit supports Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6,
18
+ and 3.7. PyPy interpreters are also supported.
19
19
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
20
+ - Submodules are now ignored when checking if working tree is clean. Submodules
21
+ are also not included by default when refreshing a patch.
22
22
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
23
+ - Config booleans are now parsed similarly to git-config.
25
24
26
- - 'stg edit --review' option to add a 'Reviewed-by:' tag
25
+ - contrib/stgit.el is now licenced with GPLv2.
27
26
28
- - 'stg pop --spill' functionality to allow popping a patch from the
29
- stack while keeping its modification in the tree
27
+ - Repair handling of emails with utf-8 bodies containing latin-1 characters.
28
+ Also correctly decode email headers containing quoted encoded words.
30
29
31
- - Various fixes and test coverage improvements
30
+ - StGit's version is now correct/available the release archive.
32
31
33
- - Project page details updated (gna.org has been shut down)
32
+ - Add continuous integration (travis-ci) and code coverage (coveralls) support.
33
+
34
+ - Many new test cases were added.
0 commit comments