Fix the field names for the JSON representation of a branch
This commit is contained in:
parent
7a7dedfa1b
commit
c2ba4e7142
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
`((revisions
|
||||
. ,(list->vector
|
||||
(map (match-lambda
|
||||
((date commit-hash _ _)
|
||||
((commit-hash date _ _)
|
||||
`((date . ,date)
|
||||
(commit-hash . ,commit-hash))))
|
||||
revisions))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue