Skip to content

Commit

Permalink
Fix GitPackedRefStore>>referencesDo:
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Oct 1, 2023
1 parent ba71508 commit 19bbea0
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 refs do: aBlock.
self packedRefs refs do: 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:" : "jr 2/12/2020 23:50",
"referencesDo:" : "mad 10/1/2023 19:34",
"referencesPrefixedWith:do:" : "jr 2/12/2020 23:52" } }

0 comments on commit 19bbea0

Please sign in to comment.