Erik-B. Ernst

Results 103 comments of Erik-B. Ernst

Isn't this what you achieve by selecting a selecting a second commit (same or different branch) with having `ctrl` pressed? (Not sure about mac, `cmd` key maybe)

Something to consider for sorting is that SM collapses prefixes with slash like `feature/x` - that's something I would not want to miss. Maybe an optional (via option) recent branches...

FWIW, I added a `Diff Context.sublime-menu` with the following content to get the "copy file path" option to the diff window: ```json [ { "caption": "Copy File Path", "command": "copy_to_clipboard",...

For me, this also happens initially coming from ST, not only after clicking on another commit, especially on small files and when my caret is not on the first line...

Agree, at least there should be a "smart protection" by SM. https://github.com/sublimehq/sublime_merge/issues/25#issuecomment-746467740 and some of the comments below target the same topic

Maybe `git maintenance` mechanisms could be utilized way to build a solution for the core problem, if I get it correctly ("fetch" stuff, but not updating refs → if SM...

Have you followed the instructions of the Readme of this repository? Did you restart your server? Did you have a look at my (only a little bit dusty) demo: https://github.com/themilkman/tablesorter-demo...

Hm, I don't see any mistanke currently. What is the error output off rails?