| Aneesh Kumar K.V ( @ 2006-08-22 17:28:00 |
gitweb enhancements
I have added support for urls and snapshots to gitweb. Both these changes are right now in next branch of git repository. The url support helps in finding out the the url that need to be used when you do a git-clone. The snapshot support helps you in getting a tar.gz image of the repository files at any commit point. This should help if you want to download the code without looking at the history. Along with that did some nice cleanups making blame and snapshot a feature which can be enabled/disabled via GITWEB_CONFIG and also project specific config.
This should give you the details.
http://git.openssi.org/~kvaneesh/gi tweb.cgi?p=ci-to-linus.git;a=summary
I have added support for urls and snapshots to gitweb. Both these changes are right now in next branch of git repository. The url support helps in finding out the the url that need to be used when you do a git-clone. The snapshot support helps you in getting a tar.gz image of the repository files at any commit point. This should help if you want to download the code without looking at the history. Along with that did some nice cleanups making blame and snapshot a feature which can be enabled/disabled via GITWEB_CONFIG and also project specific config.
This should give you the details.
http://git.openssi.org/~kvaneesh/gi