sublimehq / sublime_merge

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

View doesn't get updated on file changes after squashing multiple commits #616

Open erazor-de opened 4 years ago

erazor-de commented 4 years ago

Version info

Description

Sublime Merge's view doesn't get updated with file changes anymore after a "Edit Commit/Squash Selected Commits" was issued.

Steps to reproduce

Steps to reproduce the behavior:

  1. Open some repository with multiple commits
  2. Edit something in repo and save -> Merge registers the changes and updates diffs in main view
  3. Commit the edit.
  4. Select multiple commits (only tested with couple continuous commits from HEAD) in left bar
  5. Use context menu enty "Edit Commit/Squash Selected Commits"
  6. Edit something in repo and save -> Merge's view doesn't get updated anymore

Expected behavior

Merge's view should still get updated with file changes.

erazor-de commented 4 years ago

It looks like Sublime Text (Build 3210) also doesn't update it's git information anymore after this event. Both applications work again after being restarted.