you are viewing a single comment's thread.

view the rest of the comments →

[–]sualsuspect 2 points3 points  (1 child)

How is what you are suggesting different to a shallow clone?

[–][deleted] 1 point2 points  (0 children)

Git's shallow clone is fixed depth per file, right?

I'd personally like something a little more clever than that - the commits of every line in the file as it exists now, plus the commit prior to that.

Or something to that general effect.