aboutsummaryrefslogtreecommitdiff
path: root/git-status-script
diff options
context:
space:
mode:
authorRyan Anderson <ryan@michonline.com>2005-07-27 04:36:08 -0400
committerJunio C Hamano <junkio@cox.net>2005-07-27 11:47:51 -0700
commitb55db7ba283c1f7d2ff3cbc7e351d3ae504c9b1d (patch)
treebcd22c260188877eab1600add591dca20f7b3f3f /git-status-script
parenta977d2cf589c8e4d66e53e9399a61ef08a8ddcad (diff)
downloadgit-b55db7ba283c1f7d2ff3cbc7e351d3ae504c9b1d.tar.gz
git-b55db7ba283c1f7d2ff3cbc7e351d3ae504c9b1d.tar.xz
[PATCH] git-status-script was missed during the conversion from N -> A
git-status-script was missed during the conversion from "N" to "A" as the new-file marker flag. Signed-off-by: Ryan Anderson <ryan@michonline.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
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 7d47fdea7..e9a038344 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