diff options
Diffstat (limited to '')
-rw-r--r-- | README | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -87,20 +87,19 @@ source, please send a patch (preferably as a unified diff. i.e. `diff repository to 'tinyproxy-developers-list'. Please include a description of what your patch does. -Tinyproxy's source code is maintained in a Git repository at -<git://www.banu.com/tinyproxy.git>. The following command creates a -local copy: +Tinyproxy's source code is maintained in a Git repository. The following +command creates a local copy of it: ---- git clone git://www.banu.com/tinyproxy.git ---- The easiest and preferred way to create a patch for submission is to -check in your changes locally and use `git format-patch` to generate a -mbox-style patch file that contains the diff along with the commit -message and author information. Such a formatted patch file can be -integrated into the upstream repository, automatically keeping the -commit message and author information. +check in your changes locally against the 'master' branch and use `git +format-patch` to generate a mbox-style patch file that contains the diff +along with the commit message and author information. Such a formatted +patch file can be integrated into the upstream repository, automatically +keeping the commit message and author information. You can also meet developers and discuss development issues and patches in the `#tinyproxy` IRC channel on Freenode (`irc.freenode.net`). |