Skip to content

Commit

Permalink
cmds: disambiguate refspec and pathspec in VisualizePaths
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Oct 7, 2017
1 parent d1b1b4b commit 810acab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cola/cmds.py
Expand Up @@ -1831,7 +1831,7 @@ def __init__(self, paths):
Command.__init__(self)
browser = utils.shell_split(prefs.history_browser())
if paths:
self.argv = browser + list(paths)
self.argv = browser + ['--'] + list(paths)
else:
self.argv = browser

Expand Down

0 comments on commit 810acab

Please sign in to comment.