stgit
stgit copied to clipboard
Stacked Git
Can we get a "stg notes" wrapper for "git notes" so that the notes for a specific patch can be shown/edited/whatever by patch name?
Can "stg edit" be made append the git notes after, say, a magic divider in the .stgit-edit.txt file so that both the patch description and the notes can be edited...
When sending Linux kernel patches, the patch changelog is meant to go after the "---" that divides the description from the patch body and additional notes (including the diffstat). But...
Could it be possible to have a mechanism similar to the one git has, such that when `stg` does not know a command `cmd`, it tries to see if `stg-cmd`...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.118 to 1.0.119. Release notes Sourced from serde_json's releases. v1.0.119 Add serde_json::Map::shift_insert (#1149, thanks @joshka) Commits b48b9a3 Release 1.0.119 8878cd7 Make shift_insert available for inlining like other...
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.61. Release notes Sourced from thiserror's releases. 1.0.61 Use core::fmt and core::panic to facilitate error_in_core support (#299, thanks @jordens) 1.0.60 Resolve unexpected_cfgs warning (#298) Commits...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.86. Release notes Sourced from anyhow's releases. 1.0.86 Fix parse error in ensure! with non-literal after minus sign (#373) 1.0.85 Improve ensure! macro's rules to...
When I use stg as follows: ``` stg email send --to [email protected] -a --annotate -v 3 --compose ``` The cover letter generated/sent is not the first email, where the rest...
When I run `stg new ` on a fresh install in Windows I get the error ``` error: running editor: vi: The system cannot find the file specified. (os error...
Running stg status on a fresh installation in Windows fails with the following error: ``` error: while expanding shell alias `` program not found ``` I could work around this...