summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2021-12-31 18:09:29 +0000
committerColin Watson <cjwatson@debian.org>2021-12-31 18:09:29 +0000
commitd3533409c9b36279b0f6b0dca16d0f9066a37461 (patch)
tree2dfb56f588786f4aecb69a8caf1877719bc697f9 /docs
parentac22eeff01035d86462404bab2bf287572b4e1b6 (diff)
Document migration to GitLab
* README.md: Add link to GitLab repository. (Contacting the maintainer): Add GitLab issues link. * docs/HACKING (Revision control): Update for GitLab. * man/man1/apropos.man1 (BUGS): Add GitLab issues link. * man/man1/lexgrog.man1 (BUGS): Likewise. * man/man1/man-recode.man1 (BUGS): Likewise. * man/man1/man.man1 (BUGS): Likewise. * man/man1/manconv.man1 (BUGS): Likewise. * man/man1/manpath.man1 (BUGS): Likewise. * man/man1/whatis.man1 (BUGS): Likewise. * man/man1/zsoelim.man1 (BUGS): Likewise. * man/man5/manpath.man5 (BUGS): Likewise. * man/man8/accessdb.man8 (BUGS): Likewise. * man/man8/catman.man8 (BUGS): Likewise. * man/man8/mandb.man8 (BUGS): Likewise. * NEWS: Document this.
Diffstat (limited to 'docs')
-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.