stgit icon indicating copy to clipboard operation
stgit copied to clipboard

Stacked Git

Results 56 stgit issues
Sort by recently updated
recently updated
newest added

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.90. Release notes Sourced from anyhow's releases. 1.0.90 Documentation improvements 1.0.89 Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and...

dependencies

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.17 to 4.5.20. Release notes Sourced from clap's releases. v4.5.19 [4.5.19] - 2024-10-01 Internal Update dependencies v4.5.18 [4.5.18] - 2024-09-20 Features (builder) Expose Arg::get_display_order and Command::get_display_order Changelog...

dependencies

Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.6.18 to 0.6.20. Changelog Sourced from winnow's changelog. [0.6.20] - 2024-09-25 Internal Dependency update [0.6.19] - 2024-09-24 Features Add Located::reset_to_start for parsing encoded graphs with start-relative pointers...

dependencies

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.12.0 to 3.13.0. Changelog Sourced from tempfile's changelog. 3.13.0 Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension)....

dependencies

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64. Release notes Sourced from thiserror's releases. 1.0.64 Exclude derived impls from coverage instrumentation (#322, thanks @​oxalica) Commits 84484bc Release 1.0.64 023f036 Merge pull request...

dependencies

Hi, I switched from a `git rebase --interactive` based workflow to stgit and it's working great. One thing I'm missing occasionally is `git rebase --exec '...'` which allows me to...