Compare to Revision does not accept commit IDs

Issue #37 wontfix
Former user created an issue

For some reason just pasting a commit ID into the Sublimerge "Compare to Revision" text field doesn't work. The only way to get it to accept a revision selection is to navigate with my arrow keys or manually type the first few characters of the commit ID. This seems broken. It looks like it doesn't understand commit IDs that are beyond a certain length.

Comments (1)

  1. Borys Forytarz repo owner

    This is how Sublime Text's quick panel fuzzy search works. By default, Sublimerge displays 7 first characters of the ID so if you paste more, it won't find it. You may want to change the following setting to make this working as you expect: git_log_format

  2. Log in to comment