Skip to content

Commit 949576e

Browse files
authored
Merge pull request #63 from jeremysalwen/patch-1
Apply dwm1945's patch
2 parents 8e15455 + 80901e2 commit 949576e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-deps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ def blame_hunk(self, dependent, parent, path, hunk):
549549
self.logger.debug(diff_format % ('--------', '-----', '', hunk_header))
550550
line_num = hunk.old_start
551551
for line in hunk.lines:
552+
if "\n\\ No newline at end of file" == line.content.rstrip():
553+
break
552554
if line.origin == '+':
553555
rev = ln = ''
554556
else:

0 commit comments

Comments
 (0)