Pass on blame properly to listing.
This commit is contained in:
parent
6564ff927f
commit
0e230ec7a2
2 changed files with 2 additions and 3 deletions
|
@ -175,7 +175,6 @@
|
|||
(file-path (brmember-file-path mr))
|
||||
(blame (git-blame (*members-directory*) file-name))
|
||||
)
|
||||
(print blame)
|
||||
(print file-name ":")
|
||||
(print-source-listing
|
||||
blame
|
||||
|
|
|
@ -119,9 +119,9 @@
|
|||
(loop (cdr lines)
|
||||
(ldict-set blame 'commit (car ll))
|
||||
blames)))
|
||||
((eq? (string-ref line 0) #\space)
|
||||
((memq (string-ref line 0) '(#\space #\tab))
|
||||
;; Actual line with data
|
||||
(let ((rline (substring line 8)))
|
||||
(let ((rline (substring line 1)))
|
||||
(loop (cdr lines)
|
||||
(make-ldict)
|
||||
(cons (ldict-set blame 'line rline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue