Stacked Git 0.22 released, courtesy of Peter Grayson:
- Python 2.x support is deprecated and will be removed in the next StGit release
stg publish
is deprecated and will be removed in the next StGit releasestg new
now includes patch name in log messagestg branch --create
inherits remote correctly from parent commitishstg branch --rename
can now rename the current branchstg branch --create
now works even if the workspace is dirty, consistent withgit checkout
stg branch --description
now works on both regular and stgit branchesstg import
has new –keep-cr option, likegit mailsplit
stg refresh
andstg edit
now reset the commiter information, consistent withstg push
stg edit --diff
now implies--edit
- git notes are now preserved when patches are modified
- Patch names are checked earlier to avoid inconsistent stack states
- Improved commit data parsing and handling of non-UTF8 encodings
- Repair git error messages when checking stgit version from outside a git repo
- Tutorial improvements
- Many additional tests and test improvements
- Remove debian packaging; downstream Debian uses its own anyway
- All stgit commands now use “new” git library infrastructure