soso8531337 / phantom

Automatically exported from code.google.com/p/phantom
Other
0 stars 0 forks source link

Consider using git for version control #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Using git as your version control system has several benefits. One is enabling 
more distributed development, but I feel the more important one is that the 
commit history in git is inherently a hash chain all the way to the first 
commit, and both tags and pull requests can be signed. This should provide some 
additional protection against possible future attempts to sneak anything 
malicious in.

Original issue reported on code.google.com by Eternal...@gmail.com on 6 Mar 2012 at 6:57