git-absorb icon indicating copy to clipboard operation
git-absorb copied to clipboard

git commit --fixup, but automatic

Results 32 git-absorb issues
Sort by recently updated
recently updated
newest added

I tried using git-absorb today and just got an error message ``` > git absorb -b 1a44517693e2c1c030f278966797a1ee0ac3cf5b -v -r error: git-absorb died of signal 11 exit 139 > git absorb...

Often I make a change like ```diff import a +import b ... method { - use a here + use a+b here } ``` And I forget to include the...

I was trying this on my system with multiple worktrees and got this error: ``` Mar 09 10:06:43.240 CRIT absorb failed, err: unsupported extension name extensions.worktreeconfig; class=Repository (6) ``` I...

upstream

Hi! :wave: First of all, thanks for the great project. I am finding that, when running the command, it does not follow any hooks I have defined for the project...

upstream

Are there any plans to make this available to install using `yum`? My team uses CentOS servers for development and we'd like to be able to install this for all...

packaging

``` $ git status -s A src/test/rustdoc/intra-doc/issue-66159.rs $ git absorb Aug 22 15:22:01.088 WARN No additions staged, try adding something to the index. ``` This is clearly not correct, I've...

help wanted

It would be nice to allow "absorbing" existing commits, i.e. I already committed a minor change, I'd like to have `git-absorb` identify which _previous_ commit it should be absorbed into....

Say I have this in `diff --cached`: ``` Submodule contrib/libretls 4b0ab841546..80317abcc94: > Merge LibreSSL 3.3.3 into master ``` Currently absorb says `No additions staged`. Would be nice if it could...

help wanted

Great tool! Unfortunately, I was trying to absorb some changes today and got this error: ``` Nov 23 09:17:36.878 CRIT absorb failed, err: old path already occupied ``` It is...

Currently running git-absorb with non-trivial changes creates LOTS of fixup commits with the same message, because a separate fixup commit is created for each hunk. Is there a reason to...