Pete Grayson

Results 80 comments of Pete Grayson

> Why wouldn't stg rebase -m auto-clean? Are there any high % risks? Having empty patches is normal in StGit and historically removing patches has required an explicit user intent....

I think this idea has merit. Though it is risky to modify a long-standing default behavior. How would you propose to detect that a `pick` is a duplicate? I believe...

AFAIK StGit is doing okay with sparse checkouts at this point. Closing this issue. We can reopen as necessary.

For StGit 2.0, `stg email send` is a wrapper for `git send-email`. As such, the behavior of email alias resolution is what `git send-email` does. Specifically, `git send-email` seems to...

As a follow-up on this issue, I've contributed [a change](https://github.com/zsh-users/zsh/commit/ca7c42e1ee1706f39bbeb163ef323c819aee8357) to zsh that updates its `vcs_info` to be compatible with StGit versions going back 8-9 years and up to the...

The `stg email format` and `stg email send` commands in StGit 2.0 have working `--branch` options.

@chucklever @lkraav I think I've got this reasonably fixed in d7322f6. For the behavior I think you want: 1. Set the new `stgit.push.allow-conflicts` configuration variable to `false`. 2. Run `stg...

I think this one is sufficiently resolved.

Thank you so much for using desmod and for this feedback. It's been a little unclear whether desmod was helpful to anyone outside my organization. Regarding parent/child relationships, the parent...

This is a VCD file format limitation, mostly. In the VCD file, all of the variables are declared in a header section that precedes the value change section. Pyvcd accumulates...