Add git-instaweb, instantly browse the working repo with gitweb

I got tired of having to configure gitweb for every repository
I work on.  I sometimes prefer gitweb to standard GUIs like gitk
or gitview; so this lets me automatically configure gitweb to
browse my working repository and also opens my browser to it.

Updates from the original patch:

Added Apache/mod_perl2 compatibility if Dennis Stosberg's gitweb
has been applied, too: <20060621130708.Gcbc6e5c@leonov.stosberg.net>

General cleanups in shell code usage.

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