summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/index/discussion.mdwn12
-rw-r--r--doc/news/version_1.20151215.mdwn5
-rw-r--r--doc/news/version_1.20161111.mdwn10
-rw-r--r--doc/news/version_1.20161118.mdwn3
-rw-r--r--doc/news/version_1.20170626.mdwn5
5 files changed, 35 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?
+
diff --git a/doc/news/version_1.20151215.mdwn b/doc/news/version_1.20151215.mdwn
new file mode 100644
index 0000000..79b16f1
--- /dev/null
+++ b/doc/news/version_1.20151215.mdwn
@@ -0,0 +1,5 @@
+git-repair 1.20151215 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix insecure temporary permissions and potential denial of
+ service attack when creating temp dirs. Closes: #[807341](http://bugs.debian.org/807341)
+ * Merge from git-annex."""]] \ No newline at end of file
diff --git a/doc/news/version_1.20161111.mdwn b/doc/news/version_1.20161111.mdwn
new file mode 100644
index 0000000..baba58b
--- /dev/null
+++ b/doc/news/version_1.20161111.mdwn
@@ -0,0 +1,10 @@
+git-repair 1.20161111 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * git-repair.cabal: Add Setup-Depends.
+ * Updated cabal file explictly lists source files. The tarball
+ on hackage will include only the files needed for cabal install;
+ it is NOT the full git-repair source tree.
+ * debian/changelog: Converted to symlinks to CHANGELOG.
+ * Merge from git-annex.
+ * Makefile: Support building with stack as well as cabal.
+ * Makefile: The CABAL variable has been renamed to BUILDER."""]] \ No newline at end of file
diff --git a/doc/news/version_1.20161118.mdwn b/doc/news/version_1.20161118.mdwn
new file mode 100644
index 0000000..c687f46
--- /dev/null
+++ b/doc/news/version_1.20161118.mdwn
@@ -0,0 +1,3 @@
+git-repair 1.20161118 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix build with recent versions of cabal and ghc."""]] \ No newline at end of file
diff --git a/doc/news/version_1.20170626.mdwn b/doc/news/version_1.20170626.mdwn
new file mode 100644
index 0000000..9e9830a
--- /dev/null
+++ b/doc/news/version_1.20170626.mdwn
@@ -0,0 +1,5 @@
+git-repair 1.20170626 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Merge from git-annex.
+ * Removes dependency on MissingH, adding a dependency on split instead.
+ * Fixes build with directory-1.3."""]] \ No newline at end of file