Difference between revisions of "Git"
Jump to navigation
Jump to search
(Remove me from maintainers list) |
|||
Line 6: | Line 6: | ||
=Retrieving the code= | =Retrieving the code= | ||
git clone git://github.com/scummvm/scummvm.git | |||
=Keeping updated= | =Keeping updated= |
Revision as of 09:56, 9 June 2012
Git Project Service | |
URL(s) | https://github.com/scummvm |
Purpose | Store the project's source code, keeping the development history and allowing collaborative work. |
Maintainer(s) | Eugene Sandulenko (Sev) |
Retrieving the code
git clone git://github.com/scummvm/scummvm.git
Keeping updated
- You can browse the Git repositories through HTTP.
- For every push:
- A mail with the commit(s) diff(s) is sent to the scummvm-cvs-logs mailing list.
- The CIA bot notifies the IRC Channel with the summary of the commit(s).
- The ScummVM Twitter channel is notified. (TODO: has to be updated?)
Committing
- Before you write/submit code, you must read about our Code Formatting Conventions. Patches which do not follow them will be rejected or at least delayed until they are cleaned up to comply to them.
- If you have write access to our repository, you are expected to have read and to comply to the Commit Guidelines.
- You may also find the Git tips page useful.
Repository Statistics
Our commit logs are fed to several freely available statistics tools:
- SourceForge Subversion Activity Statistics
- FishEye SVN statistics
- FishEye CVS statistics prior to Feb 6th, 2006
- CIA SVN statistics, current development
- ohloh project analysis nice graphs and devs activity
- Koders statistics