summaryrefslogtreecommitdiff
path: root/git-status-script
diff options
context:
space:
mode:
Diffstat (limited to 'git-status-script')
-rwxr-xr-xgit-status-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-status-script b/git-status-script
index 7d47fde..e9a0383 100755
--- a/git-status-script
+++ b/git-status-script
@@ -18,7 +18,7 @@ report () {
T ) echo "# typechange: $name";;
C*) echo "# copied: $name -> $newname";;
R*) echo "# renamed: $name -> $newname";;
- N*) echo "# new file: $name";;
+ A*) echo "# new file: $name";;
U ) echo "# unmerged: $name";;
esac
done