Stacked Git 1.5
Several pesky bugs repaired along with some other minor improvements.
Thanks to everyone who submitted a PR or reported an issue!
Added
- Add Makefile targets for installing shell completions
stg rebase --interactivelearns 'hide' instruction
Changed
- Picked patch names are preserved when possible (#175)
- Replace
--unappliedoption with--noapplyforstg pick(#174) stg pick --noapplyno longer reverses patch order (#174)- Use
stg versionusessys.executableto get Python version.
Fixed
- Repair
stg repairwith amended first patch (#163) - Repair corner cases where invalid patchnames could be generated by
stg new,stg uncommit, etc. (#176) stg mailcould crash due to a misspelled reference (#178)- Zsh completion for
stg refresh -pnow completes against all patches
(not just applied patches). - Zsh gains missing completion for
stg push --noapply - Minor repair to help for
stg float --noapplyandstg push --noapply - Restore
stg sink --nopushcapability.