Git development
 help / color / mirror / Atom feed
* [PATCH] git-status-script was missed during the conversion from N -> A
@ 2005-07-27  8:36 Ryan Anderson
  2005-07-27 21:45 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Anderson @ 2005-07-27  8:36 UTC (permalink / raw)
  To: git

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>
---

 git-status-script |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

10d81954c415dc46287f9d135e2b94302d4d7e84
diff --git a/git-status-script b/git-status-script
--- 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

-- 

Ryan Anderson
  sometimes Pug Majere

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-27 21:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-27  8:36 [PATCH] git-status-script was missed during the conversion from N -> A Ryan Anderson
2005-07-27 21:45 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox