summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
index 05e3f46..c9374b0 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -1,5 +1,5 @@
Name: git-repair
-Version: 1.20131119
+Version: 1.20131122
Cabal-Version: >= 1.6
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>
@@ -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
@@ -23,7 +27,7 @@ Executable git-repair
Build-Depends: MissingH, hslogger, directory, filepath, containers, mtl,
network, extensible-exceptions, unix-compat, bytestring,
base >= 4.5, base < 5, IfElse, text, process, time, QuickCheck,
- utf8-string, async, optparse-applicative, SHA
+ utf8-string, async, optparse-applicative
if (! os(windows))
Build-Depends: unix