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
Is your feature request related to a problem? Please describe.
In git 2.38 a new tool has been bundled, scalar, that allows automating enabling the performance optimization features for existing git repos.
It would be nice for tsrc to support this tool to automatically:
start managing repos with scalar (scalar register),
update the config of all scalar-manager repositories after git update (scalar reconfigure -a).
Perhaps tsrc could also start using scalar clone instead of git clone which would do a sparse checkout and start to manage the repo with scalar.
Describe the solution you'd like
tsrc could automatically run the above commands if it detects git v. 2.38+. It could detect git version update by storing it in a dot file and then run the config update.
The text was updated successfully, but these errors were encountered:
tsrc could automatically run the above commands if it detects git v. 2.38+. It could detect git version update by storing it in a dot file and then run the config update.
Not sure this is a right idea. I think scalar exists as a standalone tool for a good reason.
Is your feature request related to a problem? Please describe.
In git 2.38 a new tool has been bundled, scalar, that allows automating enabling the performance optimization features for existing git repos.
It would be nice for tsrc to support this tool to automatically:
scalar register
),scalar reconfigure -a
).Perhaps tsrc could also start using
scalar clone
instead ofgit clone
which would do a sparse checkout and start to manage the repo with scalar.Describe the solution you'd like
tsrc could automatically run the above commands if it detects git v. 2.38+. It could detect git version update by storing it in a dot file and then run the config update.
The text was updated successfully, but these errors were encountered: