git-absorb
git-absorb copied to clipboard
git commit --fixup, but automatic
Hi, thanks for this very nice tool! After installing it with `cargo install git-absorb` I don't get any bash completions and `git absorb --help` fails. To remedy the `--help` situation...
I ran `git absorb` and it created a number of fixup commits, but still left many staged changes. The documentation doesn't say what to do here, or what this means....
After fixing #6, I noticed another issue with the testcase from that issue. In the testcase the commit to absorb is removing all instances of `#[cfg(feature = "rsa_keygen")]` and there...
Specifically, since I'm using signed commits in a repo, I would love to be able to also create signed commits with absorb. This can of course be generalized down to...
I have the current commit tree in my repository ``` * f2a4584 (min-version) Get min versions build working * 5261bac (origin/all-the-ci) Cirrus CI * 3ca1ca4 Circle CI * a2e3d45 (HEAD...
Sometimes you want to plan to edit the squashed commit message a bit, rather than just speed past it in the future rebase. To that end, creating a `squash! ...`...
``` $ git absorb -v Apr 06 16:57:27.710 CRIT absorb failed, err: invalid data in index - calculated checksum does not match expected; class=Index (10), line: 117, module: git_absorb ```...
This is a simple implementation where a commit chain A -> {B, C} -> merge commit -> D is just treated as A -> B -> C -> D for...
I try to run `git absorb` is a repository which has partial-clone enabled, and get the following error: ``` CRIT absorb failed, err: unsupported extension name extensions.partialclone; class=Repository (6) ```
The motivation for this request is similar to https://github.com/tummychow/git-absorb/issues/48 - we want to run precommit hooks when rebasing with `git absorb`. There is a workaround for running precommit hooks when...