Blame


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