- update to 1.5:
* Add Makefile targets for installing shell completions
* stg rebase --interactive learns ‘hide’ instruction
* Picked patch names are preserved when possible (#175)
* Replace --unapplied option with --noapply for stg pick (#174)
* stg pick --noapply no longer reverses patch order (#174)
* Use stg version uses sys.executable to get Python version.
* Repair stg repair with amended first patch (#163)
* Repair corner cases where invalid patchnames could be generated by stg new,
stg uncommit, etc. (#176)
* stg mail could crash due to a misspelled reference (#178)
* Zsh completion for stg refresh -p now completes against all patches (not
just applied patches).
* Zsh gains missing completion for stg push --noapply
* Minor repair to help for stg float --noapply and stg push --noapply
* Restore stg sink --nopush capability.
* The new stg import --message-id option causes the Message-ID from imported
emails to be included as the Message-Id trailer in the patch description
* The new ‘stgit.import.message-id’ config option also enables the Message-Id
trailer
* stg import no longer creates “Message-Id” trailer by default when importing
patches from email
* StGit works with Python 3.10
* stg version prints a more abbreviated Python version
stg commit will no longer commit empty patches by default; the
--allow-empty option may be used to override this behavior (#158)
* The stgit.main.main() function now takes an argv parameter and returns an
int return code in most cases instead of calling sys.exit(), thus making
main() a bit easier to use as an API.
* Repair stack upgrade with stg branch --list (#155)
OBS-URL: https://build.opensuse.org/request/show/965223
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/stgit?expand=0&rev=24
- Revive asciidoc; will be replaced or dropped later, depending on
the general solution of asciidoc support on TW
- Update to 0.21:
* Build reproducibility repairs (Thanks reproducible-builds.org team!)
* Faster handling of large patches (#44)
* Python can now be run with optimizations (python -O)
* stg log now prints trailing newline
* Improved command line option parsing for stg log
- Switch to python3 to build
- Disable documentation generating using asciidoc as that requires
python2
OBS-URL: https://build.opensuse.org/request/show/764114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stgit?expand=0&rev=25
- Update to 0.21:
* Build reproducibility repairs (Thanks reproducible-builds.org team!)
* Faster handling of large patches (#44)
* Python can now be run with optimizations (python -O)
* stg log now prints trailing newline
* Improved command line option parsing for stg log
- Switch to python3 to build
- Disable documentation generating using asciidoc as that requires
python2
OBS-URL: https://build.opensuse.org/request/show/763863
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/stgit?expand=0&rev=16
- updated to version 0.16:
* Several improvements to the Emacs mode (stgit.el).
* UI adjustments to better match the Git commands.
* "stg status" is an alias for "git status".
* "stg reset --hard" behaves similarly to the corresponding git
command and option.
* "stg branch --cleanup" option to remove the StGit metadata for
a given branch.
* "stg mail" can use "git send-email" directly.
* Vim syntax highlighting for StGit commit messages.
* Many bug-fixes. (forwarded request 107445 from tiwai)
OBS-URL: https://build.opensuse.org/request/show/107523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/stgit?expand=0&rev=17