summaryrefslogtreecommitdiff
path: root/doc/README.developer
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-08-17 18:13:39 +0000
committerJörg Mayer <jmayer@loplof.de>2012-08-17 18:13:39 +0000
commit409f711889f9ccefb2d0efb3f733e95f47b8ab77 (patch)
treedad60489c061f80d037b147b2a6ffda701c368fc /doc/README.developer
parent6d711993f708d812383511adbbfd5b3e14c933cc (diff)
downloadwireshark-409f711889f9ccefb2d0efb3f733e95f47b8ab77.tar.gz
Add a link where to find some GUIs for git.
svn path=/trunk/; revision=44554
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 2d64958535..f07c853dd9 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -3037,6 +3037,8 @@ to the DISSECTOR_SRC section of epan/CMakeLists.txt
1.10a Using git with the SVN source code tree.
Install git and the git-svn package.
+ A probably incomplete list for various OSes of git GUIs can be found at
+ "http://delicious.com/matthew.mccullough/git+gui".
Run "mkdir git; cd git; git svn clone <svn-url>", e.g. if you are using
the anonymous svn tree, run
"git svn clone http://anonsvn.wireshark.org/wireshark/trunk/"