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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

asurinsaka opened this issue · comments

$ 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

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

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