summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn2
-rw-r--r--doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn2
-rw-r--r--doc/git-annex-shell.mdwn2
3 files changed, 4 insertions, 2 deletions
diff --git a/doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn b/doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn
index ced4fc5a0..8df3bde48 100644
--- a/doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn
+++ b/doc/bugs/No_easy_way_to_re-inject_a_file_into_an_annex.mdwn
@@ -8,3 +8,5 @@ Then, I copied the annex object to the correct place in .git/annex/objects/...,
Long story short, I think there should be a `git annex reinject $file` or similar which will take a file, either one replacing the symlink or with an arbitrary path, and put it into the correct place in the object store. Called normally, it should reject all reinjects where the checksum does not match. With --force, this should be overridden. For reasons of safety, WORM should always require --force.
+
+> [[closing|done]], seems addressed --[[Joey]]
diff --git a/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn
index c447f75f0..118f6fbb7 100644
--- a/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn
+++ b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems.mdwn
@@ -16,4 +16,4 @@ make: *** [Touch.hs] Error 1
I dug around the OSX documentation and fcntl.h header file and it seems that UTIME_OMIT, UTIME_NOW, AT_FDCWD and AT_SYMLINK_NOFOLLOW aren't defined (at least on OSX). I suspect the BSD's in general will have problems compiling git-annex.
-[[!meta title="annexed symlink mtime matching code is disabled on non-linux systems; needs testing"]
+[[!meta title="annexed symlink mtime matching code is disabled on non-linux systems; needs testing"]]
diff --git a/doc/git-annex-shell.mdwn b/doc/git-annex-shell.mdwn
index 060d23ca1..1fc9647c8 100644
--- a/doc/git-annex-shell.mdwn
+++ b/doc/git-annex-shell.mdwn
@@ -42,7 +42,7 @@ Any command not listed below is passed through to git-shell.
This runs rsync in server mode to transfer out the content of a key.
-## OPTIONS
+# OPTIONS
Same as git-annex or git-shell, depending on the command being run.