aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-16 11:16:12 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-16 11:16:12 +0200
commit72a465a038d8726e897fdfea2d51843b0f19f3d6 (patch)
tree5189e211101c1a9a8f44d295a64656df6d2577c3
parentm (diff)
downloadusing-git-72a465a038d8726e897fdfea2d51843b0f19f3d6.tar.gz
using-git-72a465a038d8726e897fdfea2d51843b0f19f3d6.tar.bz2
using-git-72a465a038d8726e897fdfea2d51843b0f19f3d6.tar.xz
more additional tools
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--using-git.texinfo22
1 files changed, 22 insertions, 0 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 1cb6556..ae77656 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -1334,7 +1334,29 @@ And when a branch get merged with your develop
branch the unresolved issues is merged into
the develop branch.
+If you are working on a large project with
+multiple collaborator and contributors, and
+you have dedicated hosting serve, you can
+install Internet services that can assist
+collaboration and especially contributors.
+@itemize
+@item
+Flyspray is a web-based project management
+and issue tracking system used by many projects
+@item
+GNU Mailman is a projcet for managing electronic
+mailing lists which can be very useful for
+accepting patches.
+@item
+newds is standalone NNTP server for centralised
+newsgroup forum serving on a single server, which
+can be very discussions.
+@end itemize
+All of these programs, as well as Git, are
+released under the GNU General Public License,
+except Flyspray which is released under the GNU
+Lesser General Public License.