summaryrefslogtreecommitdiff
path: root/docs/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'docs/HACKING')
-rw-r--r--docs/HACKING18
1 files changed, 3 insertions, 15 deletions
diff --git a/docs/HACKING b/docs/HACKING
index b675f9f9..e81a3200 100644
--- a/docs/HACKING
+++ b/docs/HACKING
@@ -127,22 +127,10 @@ Revision control
----------------
man-db is revision-controlled using git (https://git-scm.com/). The archive
-may be fetched from here using 'git clone':
+may be fetched from here using 'git clone', and merge requests are accepted
+in the usual way:
- https://git.savannah.gnu.org/git/man-db.git
-
-To browse changes or source code in a web browser, use this URL instead:
-
- https://git.savannah.gnu.org/cgit/man-db.git
-
-Members of the man-db project on Savannah can commit directly by pushing to
-this URL:
-
- ssh://git.sv.gnu.org/srv/git/man-db.git
-
-Otherwise, since git is a distributed revision control system, you are of
-course free to make and publish branches which can then be merged into the
-main tree. See the git documentation for further details.
+ https://gitlab.com/cjwatson/man-db
Generated files should be added to .gitignore and should not be committed to
revision control.