Re: git-svn and huge data and modifying the git-svn-HEAD branch directly
From: Josef Weidendorfer <hidden> Date: 2016-06-15 22:42:20
On Wednesday 01 March 2006 18:40, Linus Torvalds wrote:
But if somebody does the get_sha1() magic, and Junio agrees, then I think
it would be a great thing to do.
Yes.
git log origin/master..
is really not that bad. And if somebody complains about typing, git-clone
could get an option "--remote-name=o" to allow for
git log o/master..
Josef