Browse Source

[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>
maint
Ryan Anderson 20 years ago committed by Junio C Hamano
parent
commit
b55db7ba28
  1. 2
      git-status-script

2
git-status-script

@ -18,7 +18,7 @@ report () { @@ -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

Loading…
Cancel
Save