zimfw / input

Applies correct bindkeys for input events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double dot expansion breaks git diff triple dot

setpill opened this issue · comments

With double dot expansion on, trying to type git diff master...HEAD results in git diff master../..HEAD. I am not sure of the exact range of circumstances in which double dot expansion might make sense, but a naive guess is that it should only be done if the first dot is preceded by a whitespace or slash.