-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGit.mw
43 lines (28 loc) · 1.99 KB
/
Git.mw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=Organization=
The official xoreos repositories can be found [https://github.com/xoreos/ here on GitHub]. They are:
* [https://github.com/xoreos/xoreos xoreos], the main xoreos repository
* [https://github.com/xoreos/xoreos-tools xoreos-tools], various tools to help development and modding
* [https://github.com/xoreos/phaethon Phaethon], a WIP graphical resource explorer
* [https://github.com/xoreos/xoreos-web xoreos-web], which contains the website at [https://xoreos.org xoreos.org]
* [https://github.com/xoreos/xoreos-docs xoreos-docs], miscellaneous file format specifications
* [https://github.com/xoreos/xoreos-media xoreos-media], containing xoreos icons and logos
* [https://github.com/xoreos/xoreos-wiki xoreos-wiki], a public mirror of this wiki
=Retrieving the code=
The main repository is located at
git://github.com/xoreos/xoreos.git
If you are using command line git, the command to get the repository is:
git clone git://github.com/xoreos/xoreos.git
Refer to github help documentation on where to obtain git client for your OS.
The other repositories can be cloned similarity.
=Keeping updated=
* You can [https://github.com/xoreos browse] the Git repositories through HTTP.
* For every push:
** A mail with the commit(s) diff(s) is sent to the [[Mailing lists#xoreos-git|xoreos-git mailing list]].
** The GitHub bot notifies the [[IRC channel]] with the summary of the commit(s).
=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 ScummVM's [http://wiki.scummvm.org/index.php/Git_tips Git tips] page useful.
=Repository Statistics=
Our commit logs are fed to these freely available statistics tools:
* [https://www.openhub.net/p/xoreos Open Hub project analysis]: nice graphs and devs activity