sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
272 stars 14 forks source link

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

Open KindDragon opened 1 month ago

KindDragon commented 1 month ago

Version info

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

dpjohnst commented 1 month ago

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