I know there are plenty of ways to run git on my server, but I quite like the functionality of git with repo browsing - the fact that i can look at previous versions in the web interface.
Now was I able to, I'd use github, but the problem is our source control rules are very strict and we aren't allowed to put files on other servers, even if they are encrypted.
Is there a script that allows us to run a github like interface, or rather one that allows me to browse the revision history of the git project through a web interface?
I'm running a LAMP server, but would consider alternate languages like python, perl etc should nothing in php be available.
interested in both paid and open source softwares