aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/git-bug.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/git-bug.1')
-rw-r--r--doc/man/git-bug.14
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man/git-bug.1 b/doc/man/git-bug.1
index 68da9007..7583468a 100644
--- a/doc/man/git-bug.1
+++ b/doc/man/git-bug.1
@@ -18,7 +18,9 @@ git\-bug \- A bug tracker embedded in Git
git\-bug is a bug tracker embedded in git.
.PP
-It use the same internal storage so it doesn't pollute your project. As you would do with commits and branches, you can push your bugs to the same git remote your are already using to collaborate with other peoples.
+git\-bug use git objects to store the bug tracking separated from the files
+history. As bugs are regular git objects, they can be pushed and pulled from/to
+the same git remote your are already using to collaborate with other peoples.
.SH OPTIONS