Make git-name-rev a builtin

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