You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a table that contains all my plugins. This table maps my plugins to their current commit hash and the date of that commit. An example of this would be:
I want to create a custom installer command that would replace the default git one. Since I have the date of the commit saved I want to clone using --shallow-since option instead of --depth. This way I would be sure that I am cloning only what would be required, instead of just a depth of 999999.
Does anyone have any examples of using custom installer or updater?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a table that contains all my plugins. This table maps my plugins to their current commit hash and the date of that commit. An example of this would be:
I want to create a custom installer command that would replace the default git one. Since I have the date of the commit saved I want to clone using
--shallow-since
option instead of--depth
. This way I would be sure that I am cloning only what would be required, instead of just a depth of999999
.Does anyone have any examples of using custom
installer
orupdater
?Beta Was this translation helpful? Give feedback.
All reactions