Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 987289e

Browse files
apps/svn2git-vbox: Need to skip the < for the E-Mail address, bugref:10900
svn:sync-xref-src-repo-rev: r171263
1 parent df8777f commit 987289e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/apps/svn2git-vbox/svn2git.cpp‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: svn2git.cpp 110524 2025-08-04 09:36:44Z alexander.eichner@oracle.com $ */
1+
/* $Id: svn2git.cpp 111671 2025-11-12 12:33:19Z alexander.eichner@oracle.com $ */
22
/** @file
33
* svn2git - Convert a svn repository to git.
44
*/
@@ -434,7 +434,7 @@ static RTEXITCODE s2gParseArguments(PS2GCTX pThis, int argc, char **argv)
434434
case 'V':
435435
{
436436
/* The following is assuming that svn does it's job here. */
437-
static const char s_szRev[] = "$Revision: 110524 $";
437+
static const char s_szRev[] = "$Revision: 111671 $";
438438
const char *psz = RTStrStripL(strchr(s_szRev, ' '));
439439
RTMsgInfo("r%.*s\n", strchr(psz, ' ') - psz, psz);
440440
return RTEXITCODE_SUCCESS;
@@ -2249,6 +2249,7 @@ static RTEXITCODE s2gSvnExportRevision(PS2GCTX pThis, uint32_t idRev)
22492249
Rev.pszGitAuthor = &achAuthorInfo[0];
22502250

22512251
/* Now the E-Mail. */
2252+
pszGithubMerge++; /* Skip < */
22522253
Rev.pszGitAuthorEmail = &achAuthorInfo[cchAuthorInfo];
22532254
while (*pszGithubMerge != '>')
22542255
achAuthorInfo[cchAuthorInfo++] = *pszGithubMerge++;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /