Make git-mailsplit a builtin

Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
4 files changed
tree: 1df203cb4d211865b972a8885effc64c8e7f9df2
  1. arm/
  2. compat/
  3. contrib/
  4. Documentation/
  5. gitweb/
  6. mozilla-sha1/
  7. ppc/
  8. t/
  9. templates/
  10. xdiff/
  11. .gitignore
  12. base85.c
  13. blame.c
  14. blob.c
  15. blob.h
  16. builtin-add.c
  17. builtin-apply.c
  18. builtin-cat-file.c
  19. builtin-check-ref-format.c
  20. builtin-commit-tree.c
  21. builtin-count.c
  22. builtin-diff-files.c
  23. builtin-diff-index.c
  24. builtin-diff-stages.c
  25. builtin-diff-tree.c
  26. builtin-diff.c
  27. builtin-grep.c
  28. builtin-help.c
  29. builtin-init-db.c
  30. builtin-log.c
  31. builtin-ls-files.c
  32. builtin-ls-tree.c
  33. builtin-mailsplit.c
  34. builtin-push.c
  35. builtin-read-tree.c
  36. builtin-rev-list.c
  37. builtin-rev-parse.c
  38. builtin-rm.c
  39. builtin-show-branch.c
  40. builtin-tar-tree.c
  41. builtin-upload-tar.c
  42. builtin-write-tree.c
  43. builtin.h
  44. cache-tree.c
  45. cache-tree.h
  46. cache.h
  47. checkout-index.c
  48. clone-pack.c
  49. combine-diff.c
  50. commit.c
  51. commit.h
  52. config.c
  53. connect.c
  54. convert-objects.c
  55. copy.c
  56. COPYING
  57. csum-file.c
  58. csum-file.h
  59. ctype.c
  60. daemon.c
  61. date.c
  62. delta.h
  63. describe.c
  64. diff-delta.c
  65. diff-lib.c
  66. diff.c
  67. diff.h
  68. diffcore-break.c
  69. diffcore-delta.c
  70. diffcore-order.c
  71. diffcore-pickaxe.c
  72. diffcore-rename.c
  73. diffcore.h
  74. dir.c
  75. dir.h
  76. dump-cache-tree.c
  77. entry.c
  78. environment.c
  79. exec_cmd.c
  80. exec_cmd.h
  81. fetch-clone.c
  82. fetch-pack.c
  83. fetch.c
  84. fetch.h
  85. fsck-objects.c
  86. generate-cmdlist.sh
  87. git-am.sh
  88. git-annotate.perl
  89. git-applymbox.sh
  90. git-applypatch.sh
  91. git-archimport.perl
  92. git-bisect.sh
  93. git-branch.sh
  94. git-checkout.sh
  95. git-cherry.sh
  96. git-clean.sh
  97. git-clone.sh
  98. git-commit.sh
  99. git-compat-util.h
  100. git-cvsexportcommit.perl
  101. git-cvsimport.perl
  102. git-cvsserver.perl
  103. git-fetch.sh
  104. git-fmt-merge-msg.perl
  105. git-lost-found.sh
  106. git-ls-remote.sh
  107. git-merge-octopus.sh
  108. git-merge-one-file.sh
  109. git-merge-ours.sh
  110. git-merge-recursive.py
  111. git-merge-resolve.sh
  112. git-merge-stupid.sh
  113. git-merge.sh
  114. git-mv.perl
  115. git-p4import.py
  116. git-parse-remote.sh
  117. git-prune.sh
  118. git-pull.sh
  119. git-push.sh
  120. git-quiltimport.sh
  121. git-rebase.sh
  122. git-relink.perl
  123. git-repack.sh
  124. git-request-pull.sh
  125. git-rerere.perl
  126. git-reset.sh
  127. git-resolve.sh
  128. git-revert.sh
  129. git-send-email.perl
  130. git-sh-setup.sh
  131. git-shortlog.perl
  132. git-svnimport.perl
  133. git-tag.sh
  134. git-verify-tag.sh
  135. GIT-VERSION-GEN
  136. git.c
  137. git.spec.in
  138. gitk
  139. gitMergeCommon.py
  140. hash-object.c
  141. http-fetch.c
  142. http-push.c
  143. http.c
  144. http.h
  145. ident.c
  146. imap-send.c
  147. index-pack.c
  148. INSTALL
  149. local-fetch.c
  150. lockfile.c
  151. log-tree.c
  152. log-tree.h
  153. mailinfo.c
  154. Makefile
  155. merge-base.c
  156. merge-index.c
  157. merge-tree.c
  158. mktag.c
  159. mktree.c
  160. name-rev.c
  161. object-refs.c
  162. object.c
  163. object.h
  164. pack-check.c
  165. pack-objects.c
  166. pack-redundant.c
  167. pack.h
  168. pager.c
  169. patch-delta.c
  170. patch-id.c
  171. path.c
  172. peek-remote.c
  173. pkt-line.c
  174. pkt-line.h
  175. prune-packed.c
  176. quote.c
  177. quote.h
  178. read-cache.c
  179. README
  180. receive-pack.c
  181. refs.c
  182. refs.h
  183. repo-config.c
  184. revision.c
  185. revision.h
  186. rsh.c
  187. rsh.h
  188. run-command.c
  189. run-command.h
  190. send-pack.c
  191. server-info.c
  192. setup.c
  193. sha1_file.c
  194. sha1_name.c
  195. shell.c
  196. show-index.c
  197. ssh-fetch.c
  198. ssh-pull.c
  199. ssh-push.c
  200. ssh-upload.c
  201. strbuf.c
  202. strbuf.h
  203. stripspace.c
  204. symbolic-ref.c
  205. tag.c
  206. tag.h
  207. tar.h
  208. test-date.c
  209. test-delta.c
  210. tree-diff.c
  211. tree-walk.c
  212. tree-walk.h
  213. tree.c
  214. tree.h
  215. unpack-file.c
  216. unpack-objects.c
  217. update-index.c
  218. update-ref.c
  219. update-server-info.c
  220. upload-pack.c
  221. usage.c
  222. var.c
  223. verify-pack.c
  224. xdiff-interface.c
  225. xdiff-interface.h