You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/10/12 17:31:19 UTC

[GitHub] [netbeans] nmatt commented on issue #4777: File is shown as modified after undo to clean Git state

nmatt commented on issue #4777:
URL: https://github.com/apache/netbeans/issues/4777#issuecomment-1276514348

   @mbien: I checked that the line endings are remaining the same (CRLF) in the file on disk. (Git _core.autocrlf_ is set to _true_.) I also made a copy of the file before the modification and checked that they are binary equal after undoing the modification. So the Undo seems to be working correctly.
   
   `git status` says:
   ```
   On branch master
   Your branch is up to date with 'origin/master'.
   
   nothing to commit, working tree clean
   ```
   So I would expect NetBeans to also show no change.
   


-- 
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-unsubscribe@netbeans.apache.org

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


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

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