0

I work in a small startup (4-5 developers) and all our code is versioned with git. I am looking for an internal tool which I can deploy to one of the internal servers which would serve a basic "code search" webpage and let you search/suggest by file names etc and also display the results by syntax highlighting and line numbering etc. Is there any free such tool?

pathikrit
  • 32,469
  • 37
  • 142
  • 221

2 Answers2

1

While not free You can get a starter version of Fisheye for $10 USD.

I have had good results with Fisheye

http://www.atlassian.com/software/fisheye/

stimpy
  • 492
  • 1
  • 6
  • 18
0

There is also gitweb. It doesn't have the fancy syntax highlighting but it's free.

Adam Dymitruk
  • 124,556
  • 26
  • 146
  • 141