[PATCH] Add git-request-pull-script, a short script that generates a summary of pending changes

A short message requesting a pull from the repository is also included.

Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2 files changed
tree: 8926da43833672a1aadaa5ff2c00fff9073bf35d
  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-request-pull-script
  77. git-reset-script
  78. git-resolve-script
  79. git-sh-setup-script
  80. git-shortlog
  81. git-status-script
  82. git-tag-script
  83. git-verify-tag-script
  84. git-whatchanged
  85. gitenv.c
  86. gitk
  87. hash-object.c
  88. http-pull.c
  89. ident.c
  90. index.c
  91. init-db.c
  92. INSTALL
  93. local-pull.c
  94. ls-files.c
  95. ls-tree.c
  96. Makefile
  97. merge-base.c
  98. merge-cache.c
  99. mktag.c
  100. object.c
  101. object.h
  102. pack-check.c
  103. pack-objects.c
  104. pack.h
  105. patch-delta.c
  106. patch-id.c
  107. path.c
  108. peek-remote.c
  109. pkt-line.c
  110. pkt-line.h
  111. prune-packed.c
  112. pull.c
  113. pull.h
  114. quote.c
  115. quote.h
  116. read-cache.c
  117. read-tree.c
  118. README
  119. receive-pack.c
  120. refs.c
  121. refs.h
  122. rev-cache.c
  123. rev-cache.h
  124. rev-list.c
  125. rev-parse.c
  126. rev-tree.c
  127. rsh.c
  128. rsh.h
  129. send-pack.c
  130. server-info.c
  131. sha1_file.c
  132. show-index.c
  133. show-rev-cache.c
  134. ssh-pull.c
  135. ssh-push.c
  136. strbuf.c
  137. strbuf.h
  138. stripspace.c
  139. tag.c
  140. tag.h
  141. tar-tree.c
  142. test-date.c
  143. test-delta.c
  144. tree.c
  145. tree.h
  146. unpack-file.c
  147. unpack-objects.c
  148. update-cache.c
  149. update-server-info.c
  150. upload-pack.c
  151. usage.c
  152. var.c
  153. verify-pack.c
  154. write-tree.c