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 [gix-command](https://github.com/Byron/gitoxide) from 0.3.4 to 0.3.5. Release notes Sourced from gix-command's releases. gix-command v0.3.5 Bug Fixes Add test to assure echo "$@" >&2 works as expected Previously it would print...

dependencies

Bumps [strsim](https://github.com/rapidfuzz/strsim-rs) from 0.10.0 to 0.11.0. Release notes Sourced from strsim's releases. Release 0.11.0 Changed improve OSA implementation reduce runtime reduce binary size by more than 25% reduce binary size...

dependencies

Whether we like it of not, generated files are often under version control. StGit itself has `Cargo.lock` in git. I'm a heavy user of `stg edit -d`, it helps me...

I haven't been able to produce a test case, but here's what I'm seeing. When I have this workflow, sometimes I see a new patch created from a commit on...

Could we have `pick` by default not generate a patch if it would result in an empty patch? E.g. ``` $ stg pick another-branch [...] $ stg pick another-branch -...

Assume we have ``A---B---C1---C2---D---E`` where `{A,B,D,E}` are completely unrelated to one another and `C2` builds on top of `C1`. While working on `E` we understand that `C1` introduced a bug...

Maybe this is somewhat the purpose of `hide` and I just don't understand how `hide` works or what its purpose is/how to use it (why does it leave the hidden...

There should be some documentation on how to remove stgit metadata form a git branch when stgit messes it's metadata and can't recover. My branch is showing this type of...

In my opinion, GPG signing temporary stack metadata is pretty useless, so I have `stg.gpgsign = false`. However, I have `commit.gpgsign = true`. I assume that running `stg commit` would...

2 test failures on 2.3.2: ``` builder@x86_64:~/RPM/BUILD/stgit-2.3.2$ make test V=1 VERBOSE=1 ... *** t1205-push-subdir.sh *** ok 1 - Create some patches ok 2 - Fast-forward push from a subdir ok...