Re: [PATCH] git svn: allow uppercase UUIDs from SVN
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:47:03
Junio C Hamano [off-list ref] writes:
Eric Wong [off-list ref] writes:quoted
Junio: pushed out to git://git.bogomips.org/git-svn along with some patches I think I forgot to tell you about:Thanks, will pull.
Actually I think I got something different from what I thought I was
expecting. Your message said:
Eric Wong (1):
git svn: allow uppercase UUIDs from SVN
Mattias Nissler (2):
git-svn: Always duplicate paths returned from get_log
git-svn: Fix branch detection when repository root is inaccessible
but after merge:
Junio C Hamano (1):
Merge git://git.bogomips.org/git-svn
Mattias Nissler (2):
git-svn: Always duplicate paths returned from get_log
git-svn: Fix branch detection when repository root is inaccessible
Yann Dirson (4):
git-svn.txt: stop using dash-form of commands.
git-svn.txt: make formatting more consistent.
git-svn.txt: fix fetch flags incorrectly documented as init flags.
git-svn.txt: fix description of fetch flags accepted by clone.
For example, you have this:
commit eb0d671e3b73f05106dca83b9cecd74d4acdb291
Author: Yann Dirson [off-list ref]
Date: Mon Jul 6 00:03:15 2009 +0200
which is an old iteration of
commit 6c32a7a99495da3f49e2a142791bc10af3f6f059
Author: Yann Dirson [off-list ref]
Date: Tue Jul 7 22:22:20 2009 +0200
that is already in 'master'.
Perhaps you forgot to push it out? These are what I see:
$ git fetch git://git.bogomips.org/git-svn HEAD
$ git log --oneline ..FETCH_HEAD
6bb8ed9 git-svn: Fix branch detection when repository root is inaccessible
2d4b387 git-svn: Always duplicate paths returned from get_log
bca5572 git-svn.txt: fix description of fetch flags accepted by clone.
e594175 git-svn.txt: fix fetch flags incorrectly documented as init flags.
eb0d671 git-svn.txt: make formatting more consistent.
6478d74 git-svn.txt: stop using dash-form of commands.