On Wed, Mar 4, 2015 at 2:05 PM, Philip Oakley <[email protected]> wrote:
> A possible idea is to add a date based variant of shallow clone :
>
> 'git clone --date <when> ...'
>
> in the same vein as the existing depth (shallow) clone.
As food for thought:
Maybe broaden this further up to the git-ish way of describing refs, so
git clone --since 2.weeks.ago <url>
git clone --since v2.10 <url>
git clone --since c0ffee^^ <url>
would all equally work?
I am not sure if that is feasible though, but it would come in handy. (E.g.
you are an end user and want to bisect down a bug which you notice in the
new version X but not in old version Y, so you start on getting the sources,
compiling, bisecting)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html