Viewing Google Code Git repository versions in plain text

Google provides plain text version of Git repository at different URL. This URL is in the format of projectname.googlecode.com/git. This gives latest version of Git repository. To view history of a particular version use URL pattern projectname.googlecode.com/git-history/versionnumber. Using this we can see a particular tagged version or a particular commit version files.

For eg. Selenium version 2.28 can be viewed using

https://selenium.googlecode.com/git-history/6322c139ceec

Version number can be obtained using Browse option in the source menu of main project which can be accessed using URL pattern code.google.com/p/projectname/source/browse/

Comments

Popular posts from this blog

Multi Tenant applications using PostgreSQL Row Level Security

Recovering Dell Laptop Windows OS using factory image from Linux bootable USB drive

How to find actual Tomcat instance in a cluster