Adjust diff-raw tests to the status letter change.

We use 'A' for added files instead of 'N' to make the it
visually easier to distinguish from 'M' now.

While we are at it, make the test scripts executable.  Yes, I
know it does not matter because t/Makefile runs them explicitly
with "sh tXXXX-blah.sh", but being consistent is always better.

Signed-off-by: Junio C Hamano <junkio@cox.net>
18 files changed
tree: a7899cfb99e8dfa95c3a108ea6cebe1d0d42130e
  1. debian/
  2. Documentation/
  3. mozilla-sha1/
  4. ppc/
  5. t/
  6. tools/
  7. apply.c
  8. blob.c
  9. blob.h
  10. build-rev-cache.c
  11. cache.h
  12. cat-file.c
  13. check-files.c
  14. checkout-cache.c
  15. clone-pack.c
  16. commit-tree.c
  17. commit.c
  18. commit.h
  19. connect.c
  20. convert-cache.c
  21. COPYING
  22. count-delta.c
  23. count-delta.h
  24. csum-file.c
  25. csum-file.h
  26. daemon.c
  27. date.c
  28. delta.h
  29. diff-cache.c
  30. diff-delta.c
  31. diff-files.c
  32. diff-helper.c
  33. diff-stages.c
  34. diff-tree.c
  35. diff.c
  36. diff.h
  37. diffcore-break.c
  38. diffcore-order.c
  39. diffcore-pathspec.c
  40. diffcore-pickaxe.c
  41. diffcore-rename.c
  42. diffcore.h
  43. entry.c
  44. epoch.c
  45. epoch.h
  46. export.c
  47. fetch-pack.c
  48. fsck-cache.c
  49. get-tar-commit-id.c
  50. git
  51. git-add-script
  52. git-apply-patch-script
  53. git-branch-script
  54. git-checkout-script
  55. git-cherry
  56. git-clone-dumb-http
  57. git-clone-script
  58. git-commit-script
  59. git-core.spec.in
  60. git-cvsimport-script
  61. git-diff-script
  62. git-external-diff-script
  63. git-fetch-script
  64. git-format-patch-script
  65. git-log-script
  66. git-ls-remote-script
  67. git-merge-one-file-script
  68. git-parse-remote
  69. git-prune-script
  70. git-pull-script
  71. git-push-script
  72. git-rebase-script
  73. git-relink-script
  74. git-rename-script
  75. git-repack-script
  76. git-reset-script
  77. git-resolve-script
  78. git-sh-setup-script
  79. git-shortlog
  80. git-status-script
  81. git-tag-script
  82. git-verify-tag-script
  83. git-whatchanged
  84. gitenv.c
  85. gitk
  86. hash-object.c
  87. http-pull.c
  88. ident.c
  89. index.c
  90. init-db.c
  91. INSTALL
  92. local-pull.c
  93. ls-files.c
  94. ls-tree.c
  95. Makefile
  96. merge-base.c
  97. merge-cache.c
  98. mktag.c
  99. object.c
  100. object.h
  101. pack-check.c
  102. pack-objects.c
  103. pack.h
  104. patch-delta.c
  105. patch-id.c
  106. path.c
  107. peek-remote.c
  108. pkt-line.c
  109. pkt-line.h
  110. prune-packed.c
  111. pull.c
  112. pull.h
  113. quote.c
  114. quote.h
  115. read-cache.c
  116. read-tree.c
  117. README
  118. receive-pack.c
  119. refs.c
  120. refs.h
  121. rev-cache.c
  122. rev-cache.h
  123. rev-list.c
  124. rev-parse.c
  125. rev-tree.c
  126. rsh.c
  127. rsh.h
  128. send-pack.c
  129. server-info.c
  130. sha1_file.c
  131. show-index.c
  132. show-rev-cache.c
  133. ssh-pull.c
  134. ssh-push.c
  135. strbuf.c
  136. strbuf.h
  137. stripspace.c
  138. tag.c
  139. tag.h
  140. tar-tree.c
  141. test-date.c
  142. test-delta.c
  143. tree.c
  144. tree.h
  145. unpack-file.c
  146. unpack-objects.c
  147. update-cache.c
  148. update-server-info.c
  149. upload-pack.c
  150. usage.c
  151. var.c
  152. verify-pack.c
  153. write-tree.c