Skip to content

Commit

Permalink
Fix GitPackedRefStore>>referencesDo:
Browse files Browse the repository at this point in the history
Before, the block was called with GitReferences, now it is correctly called with Strings.
  • Loading branch information
MariusDoe committed Nov 7, 2023
1 parent a1a0165 commit a5ea73a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
enumerating
referencesDo: aBlock
self packedRefs refs do: aBlock.
self packedRefs refsDictionary keysDo: aBlock.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"packedRefs" : "jr 2/27/2020 00:53",
"packedRefsFile:" : "jr 2/27/2020 00:53",
"ref:" : "jr 4/29/2020 22:59",
"referencesDo:" : "mad 10/1/2023 19:34",
"referencesDo:" : "mad 11/8/2023 00:44",
"referencesPrefixedWith:do:" : "jr 2/12/2020 23:52" } }

0 comments on commit a5ea73a

Please sign in to comment.