donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.56k stars 438 forks source link

SyntaxError when git blame with -L <start>,<end> filename #156

Closed asurinsaka closed 5 years ago

asurinsaka commented 5 years ago
$ git blame -L 3,4 math.sh
.
xonsh: For full traceback set: $XONSH_SHOW_TRACEBACK = True                                              
  File "<string>", line None
SyntaxError: <xonsh-code>:1:4: ('code: blame',)

gitsome version 0.7.2 git version 2.20.1 System: Debian Terminal: oh-my-zsh

donnemartin commented 5 years ago

Hi @asurinsaka, I'm not able to reproduce this, can you try with the newly released version?

asurinsaka commented 5 years ago

Hi, I just did an upgrade and there is no issue anymore.