]> arthur.barton.de Git - ngircd-alex.git/blob - doc/GIT.txt
New configuration option "NoIdent" to disable IDENT lookups
[ngircd-alex.git] / doc / GIT.txt
1                      ngIRCd - Next Generation IRC Server
2
3                                  -- GIT.txt --
4
5 The source code of ngIRCd is maintained using git, the stupid content
6 tracker.
7
8 I. Getting the source code
9 ~~~~~~~~~~~~~~~~~~~~~~~~~~
10 To access the source tree anonymously, run:
11
12  $ git clone git://ngircd.barton.de/ngircd.git
13
14 Thereby a new folder "ngircd" will be created containing all the individual
15 source files.
16
17 The newly created directory ("ngircd") is the "working directory", all
18 git commands will be executed from within this directory in the future.
19
20 Please note: When checking out a fresh copy of ngIRCd using git, the
21 configure script doesn't exist; you have to run the autogen.sh shell script
22 (which is included in the source tree) to generate it. This requires you to
23 have GNU automake and GNU autoconf installed on your system.
24
25 To update the git tree:
26
27  $ git pull
28
29 This retrieves all changes and merges them into the current branch.
30
31 II. Contributing
32 ~~~~~~~~~~~~~~~~
33
34 Patches should be sent to the ngircd mailing list. List homepage:
35 http://arthur.barton.de/mailman/listinfo/ngircd-ml
36
37 If you do not want to send them to the list, you can also mail them
38 to Alex Barton, <alex@barton.de>.
39
40
41 III. Write Access
42 ~~~~~~~~~~~~~~~~~
43 If you want to contribute a couple of patches and write access to the git
44 repository would be handy, please contact Alex Barton, <alex@barton.de>.
45