summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-22 13:55:43 -0400
committerJoey Hess <joey@kitenet.net>2013-11-22 13:55:43 -0400
commita0cc01f89964f6670ff60e5ddf0a08d72d1094b7 (patch)
treed69d52e098d6e0efaa4b837451c1fed917076918
parent67f6bca586832f5f322c225e807393c7b027fd62 (diff)
downloadgit-repair-a0cc01f89964f6670ff60e5ddf0a08d72d1094b7.tar.gz
update descs
-rw-r--r--debian/control4
-rw-r--r--doc/index.mdwn4
-rw-r--r--git-repair.cabal4
3 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index bf14911..1defbd2 100644
--- a/debian/control
+++ b/debian/control
@@ -27,3 +27,7 @@ Description: repair various forms of damage to git repositorie
git-repair can repair various forms of damage to git repositories.
.
It is a complement to git fsck, which finds problems, but does not fix them.
+ .
+ As well as avoiding the need to rm -rf a damaged repository and re-clone,
+ using git-repair can help rescue commits you've made to the damaged
+ repository and not yet pushed out.
diff --git a/doc/index.mdwn b/doc/index.mdwn
index e081051..1d9a7a9 100644
--- a/doc/index.mdwn
+++ b/doc/index.mdwn
@@ -3,6 +3,10 @@
It is a complement to `git fsck`, which finds problems, but does not fix
them.
+As well as avoiding the need to rm -rf a damaged repository and re-clone,
+using git-repair can help rescue commits you've made to the damaged
+repository and not yet pushed out.
+
## download
* `git clone git://git-repair.branchable.com/ git-repair`
diff --git a/git-repair.cabal b/git-repair.cabal
index 286a712..41b00c1 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -16,6 +16,10 @@ Description:
.
It is a complement to git fsck, which finds problems, but does not fix
them.
+ .
+ As well as avoiding the need to rm -rf a damaged repository and re-clone,
+ using git-repair can help rescue commits you've made to the damaged
+ repository and not yet pushed out.
Executable git-repair
Main-Is: git-repair.hs