author | Eric Wong <normalperson@yhbt.net> | |
Sat, 1 Jul 2006 22:14:14 +0000 (15:14 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 2 Jul 2006 01:29:26 +0000 (18:29 -0700) | ||
commit | a51d37c1df66386a4d9b7559d64a39241d4e47da | |
tree | 42dfb62f0c583b0c02e6605c7ae8466488041d6e | tree | snapshot |
parent | dc6d9b4999bfdf6bcabf8803f9fa886eb9eaba28 | commit | diff |
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>
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>
.gitignore | diff | blob | history | |
Documentation/git-instaweb.txt | [new file with mode: 0644] | blob |
Makefile | diff | blob | history | |
git-instaweb.sh | [new file with mode: 0755] | blob |