On Sun, Feb 5, 2017 at 8:23 PM, Stefan Beller <sbeller@xxxxxxxxxx> wrote: > > (unrelated side note:) > At GitMerge facebook presented their improvements on mercurial > and one of the things was "hg absorb". It would take the dirty hunks/lines > of the working tree and amend them into the "stack of commits", i.e. into > your local unpublished history. So instead of making fixup commits > and doing the whole interactive rebase thing, it would do it automatically > for you. I think that is a neat time saver. > > Thanks, > Stefan How exactly was it different from doing "git commit --fixup xyz" and "git rebase -i --autosquash"? Like, what was the advantage to the user facing workflow? Just curious to see if we could learn something from it. Regards, Jake