You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/07/20 08:41:19 UTC

[GitHub] [maven-scm] michael-o commented on a diff in pull request #152: [SCM-807] fix relative paths returned by checkin and add

michael-o commented on code in PR #152:
URL: https://github.com/apache/maven-scm/pull/152#discussion_r925337193


##########
maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/src/main/java/org/apache/maven/scm/provider/git/jgit/command/JGitUtils.java:
##########
@@ -308,7 +336,7 @@ public static List<ScmFile> addAllFiles( Git git, ScmFileSet fileSet )
 
             if ( file.exists() )
             {
-                String path = relativize( baseUri, file );

Review Comment:
   You mean to normalize to FS path separators?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org