commit | 7f60b228601becaa0bca2017521e1f27d5af70b1 | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Fri Mar 03 01:20:09 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Fri Mar 03 11:27:25 2006 -0800 |
tree | 6c0f226bbabe93cdef546736b821c3d1e1d875b3 | |
parent | eeb0abe0477dd638f52ef82795338edcb49efa2f [diff] |
contrib/git-svn: create a more recent master if one does not exist In a new repository, the initial fetch creates a master branch if one does not exist so HEAD has something to point to. It now creates a master at the end of the initial fetch run, pointing to the latest revision. Previously it pointed to the first revision imported, which is generally less useful. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>