checkout
checkout copied to clipboard
feature request for support of shallow-since in addition to fetch-depth
git now supports shallow-since for clone and fetch. There are a lot of scenarios that this make more sense than arbitrary depth
My request is for adding option that will allow for using this git feature
this can improve https://github.com/changesets/action/issues/201 which requires tag & commit history but does not need files of it
#619 seems to implement it, but "has conflicts that must be resolved"