FolsomHunter commented on code in PR #8499:
URL: https://github.com/apache/netbeans/pull/8499#discussion_r2105514308


##########
ide/libs.git/src/org/netbeans/libs/git/jgit/commands/MoveTreeCommand.java:
##########
@@ -77,23 +77,29 @@ protected void run() throws GitException {
         }
         sourceFile = tryNormalizeSymlink(sourceFile);
         targetFile = tryNormalizeSymlink(targetFile);
-        Repository repository = getRepository();
+               
+               Repository repository = getRepository();
+               
+               File repoWorkTreeNormalized = 
tryNormalizeSymlink(repository.getWorkTree());
+               
         try {
             DirCache cache = repository.lockDirCache();
             try {
-                List<String> ignoredTargets = getIgnores(targetFile);
+                
+                               List<String> ignoredTargets = 
getIgnores(this.source);

Review Comment:
   Sorry for missing this. 
   I switched from tabs to spaces and force pushed as suggested.



-- 
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: notifications-unsubscr...@netbeans.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to