Skip to content

Commit

Permalink
[PATCH] git-status-script was missed during the conversion from N -> A
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ryan Anderson authored and Junio C Hamano committed Jul 27, 2005
1 parent a977d2c commit b55db7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-status-script
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b55db7b

Please sign in to comment.