Update
[uemacs.git] / HACKING
blob316bfac01e2d233373cbf21dac7f12b4ab2cc11e
1 +----------------+
2 | uemacs hacking |
3 +----------------+
5 uemacs is a full screen editor based on uEmacs/PK 4.0. There's a public GIT
6 repository of this uemacs version available at:
8     http://repo.or.cz/w/uemacs.git
10 To clone this repository, use git://repo.or.cz/uemacs.git as clone target.
11 To send patches, it is recommended to branch before you change some source,
12 e.g. as:
14  $ git clone git://repo.or.cz/uemacs.git
15  $ git checkout -b my-uem
17 Now you can perform your changes, commit them to your my-uem branch and
18 create a patch for official inclusion with
20  $ git diff master my-uem > my-uem.patch
22 The file my-uem.patch can then be emailed to <borkmann@gnumaniacs.org> for
23 inclusion.