Is it possible to only clone (i put in title "sub" clone to highlight specifically I do not want to clone entire repo) parts of the repo, from very specific commit / sha? Or, from the start of only very specific one branch, ignoring entirely everything else including all history of changes leading upto the branch (or fixed sha), and only keep history/changes from that specific sha or branch start?
If not 'clone', how would I say, only take a very minor sub-set of recent changes I'm interested in, with accompanying log [i.e., exporting with git archive won't cut it, as I understand it throws all log entirely ] ignoring all rest (which can have 100 of thousands of commits .. )
And not sub-directory only.