You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ offering (optional) biderectional integration with GitHub and GitLab issue manag
6
6
It has the following advantages over other systems.
7
7
8
8
***No backend, no dependencies:**
9
-
You can install and use _git issue_ with a single shell script.
9
+
You can install and use _git issue_ with a single shell command.
10
10
There's no need for a server or a database back-end, and the corresponding
11
11
problems and requirements for their administration.
12
12
***Decentralized asynchronous management:**
@@ -532,6 +532,6 @@ e6a95c9 - New issue entered from the command line
532
532
code review system for Git repos based again on Git.
533
533
*[Fossil](http://fossil-scm.org/) is a distributed version control software that also supports issue tracking and a wiki. It runs as a single executable.
534
534
*[Perceval](https://github.com/chaoss/grimoirelab-perceval) can download issues from a variety of systems, including GitHub and GitLab.
535
-
*[SD (Simple Defects)], a (now defunct?) distributed bug tracking system based on a distributed database. It can import/export from/to foreign ticketing systems.
535
+
*[SD (Simple Defects)](https://syncwith.us/sd/), an (unmaintained) distributed bug tracking system based on a distributed database. It can import/export from/to foreign ticketing systems.
536
536
537
537
More historical references can be found in [this old LWN article on distributed bug tracking](https://lwn.net/Articles/281849/).
0 commit comments