Skip to content

Commit

Permalink
Flush cache after external clone
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Dec 30, 2024
1 parent f655fb1 commit 301dea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ cloneExternalFrom: aStringOrUrl
self externalCommand: ('{1} clone "{2}" "{3}"' format: {
self gitExecutable.
aStringOrUrl.
directory pathName}).
directory pathName}).
self refsChangedExternally.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"branchNames" : "jr 3/3/2020 21:45",
"branches" : "jr 3/4/2020 00:46",
"canHandleUrlInternally:" : "mad 11/10/2024 15:41",
"cloneExternalFrom:" : "mad 11/10/2024 16:45",
"cloneExternalFrom:" : "mad 12/30/2024 23:00",
"cloneFrom:" : "mad 11/10/2024 15:45",
"cloneInternalFrom:" : "mad 5/23/2024 18:11",
"commandExists:" : "mad 11/16/2024 18:03",
Expand Down

0 comments on commit 301dea5

Please sign in to comment.