sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

Sublime Merge ignore `rebase.updateRefs true` when I try to use Edit Commit Content

Open KindDragon opened this issue 1 year ago • 1 comments

Version info

  • OS: macOs 14.4.1
  • Build: 2096

Description

Sublime Merge ignore rebase.updateRefs true when I try to use Edit Commit Content

Steps to reproduce

Steps to reproduce the behavior:

  1. Set git config --global rebase.updateRefs true
  2. Open repository
  3. Create branch temp-branch directly on any commit from this branch (without new commits to this new branch)
  4. Edit commit bellow temp-branch and check that reference for temp-branch hasn't changed

Expected behavior

temp-branch reference updated after editing commit

KindDragon avatar May 08 '24 11:05 KindDragon

Hi @KindDragon,

Thanks for reaching out - I've been able to reproduce this issue and am working on a fix.

Kind regards, - Dylan from Sublime HQ

dpjohnst avatar May 28 '24 05:05 dpjohnst

This has indeed been fixed, right? Seems to work on 2105.

themilkman avatar Apr 08 '25 09:04 themilkman