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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -524,16 +524,16 @@ e6a95c9 - New issue entered from the command line
524
524
```
525
525
526
526
## Related work
527
+
*[bug](https://github.com/driusan/bug), inspired by Bugs Everywhere, written in Go, supports git and hg
528
+
*[Bugs Everywhere](http://www.bugseverywhere.org/), also written in Python, supports many version control backends and offers a web interface.
527
529
*[deft](https://github.com/npryce/deft) developed in 2011 is based on
528
530
the same idea.
529
531
It requires Python and offers a GUI.
530
-
*[Bugs Everywhere](http://www.bugseverywhere.org/), also written in Python, supports many version control backends and offers a web interface.
531
-
*[bug](https://github.com/driusan/bug), inspired by Bugs Everywhere, written in Go, supports git and hg
532
-
*[GitHub cli](https://cli.github.com/manual/gh_issue), offers a subcommand for managing GitHub's issues.
533
-
*[git-bug](https://github.com/MichaelMure/git-bug), again written in Go, is a distributed bug tracker embedded in git.
532
+
*[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
533
*[git-appraise](https://github.com/google/git-appraise) is a distributed
535
534
code review system for Git repos based again on Git.
536
-
*[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.
535
+
*[git-bug](https://github.com/MichaelMure/git-bug), again written in Go, is a distributed bug tracker embedded in git.
536
+
*[GitHub cli](https://cli.github.com/manual/gh_issue), offers a subcommand for managing GitHub's issues.
537
537
*[Perceval](https://github.com/chaoss/grimoirelab-perceval) can download issues from a variety of systems, including GitHub and GitLab.
538
538
*[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.
0 commit comments