I'm trying to view changes for a single file that is unstaged.
First I use git status to view all the unstaged changes then for example:  
git diff AndroidManifest.xml
But I get this output:
diff --git a/AndroidManifest.xml b/AndroidManifest.xml  
old mode 100755  
new mode 100644
What does that mean and how can I view changes for specific file?
 
     
     
     
    