Skip to content

Commit

Permalink
Merge 3109e04 into 4ad0e59
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Jul 12, 2019
2 parents 4ad0e59 + 3109e04 commit 7a23fb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/commands/log_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ def build_git_command(self):
if branch:
args.append(branch)

if self.file_path:
file_path = self.get_rel_path(self.file_path)
args = args + ["--", file_path]

return args


Expand Down

0 comments on commit 7a23fb3

Please sign in to comment.