I'm working on a big project, started many years ago and evolved over time. I'm going to clone its repository on my new computer, but I would like to avoid to import the whole history, as it's quite unlikely that I will ever work on very old revisions. I would like to avoid to copy all the data related to the beginning of the project history.
So, is it possible to perform a kind of "lazy clone", that is, clone only the last part of the history, let's say 6 month, and eventually get the missing parts only when needed? How?
Thanks!