ARKBAN
ARKBAN
Thank you for sharing this detailed reply! Your explanation makes it clear why you (or anyone) would be reluctant to add this complexity to `git-absorb`. On reflection I realized I...
> Don't you mean the latest commit? If the latest commit before X is called Y, then X will not commute with any ancestors of Y either. Good catch, you...
I realized I also wanted this feature because sometimes I type `git-absorb` when I really wanted to type `git-absorb --and-rebase` in the first place.
We ran into a similar issue on 4.1.1 :( We had a homegrown abomination that worked kind of like `sbt-dynver` a while ago, and we replaced it months ago with...
I stumbled on someone else making a docker image for this: https://github.com/crazy-max/docker-linguist I'm using it without complaints, thought others might want find it useful.
> @arkban that's the one mentioned in the OP 😉 Apologies! Firefox find you've failed me for the 58294th time!
Yeah, after doing this a lot I wrote myself a `~/.gitconfig` alias called `fixup` that does very much that (plus some other things that I wanted): ```shell [alias] # better...
Maybe it would be nice to add "Please restart your shell" after "Success!" for the noobs like @BrendanSimon and myself?
@jducoeur manual ping because I don't see you in the list of Reviewers
Yes, I can do `publishLocal` on my local. For some reason I encountered Graal errors but now I don't see any...