summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort.fettig@d70d23fc114548bde4082eecaddafd1f488f29d6 <tfettig@web>2018-07-09 10:19:36 +0000
committeradmin <admin@branchable.com>2018-07-09 10:19:36 +0000
commit16022a8b98f4bc134542e78a42538364d2f97d92 (patch)
treea1deb4130afedd255dcabd02e47a7aa9ee8a87ea
parent5ca81d114d7ccf0ee984cb03f56ad6ec1d9499f0 (diff)
downloadgit-repair-16022a8b98f4bc134542e78a42538364d2f97d92.tar.gz
-rw-r--r--doc/index/discussion.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn
new file mode 100644
index 0000000..dea2ec7
--- /dev/null
+++ b/doc/index/discussion.mdwn
@@ -0,0 +1,12 @@
+My experience with git repair:
+
+git repair
+Running git fsck ...
+Stack space overflow: current size 8388608 bytes.
+Use `+RTS -Ksize -RTS' to increase it.
+
+git repair +RTS -K32M -RTS
+git-repair: Most RTS options are disabled. Link with -rtsopts to enable them.
+
+Whats up guys? Are we playing catch 22 here?
+