summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar aloukian@c071735c08bc04266b792aa478ad1bae2d6a8b50 <aloukian@web>2015-11-04 23:28:46 +0000
committerGravatar admin <admin@branchable.com>2015-11-04 23:28:46 +0000
commite3e1b1ed8a5ac36cdaabd8f07f8b6897d185b38e (patch)
treec95645566b853c40cfefb915ebf73a472457cb41
parent036dcc57dc90f609b23ef36bb7b75d7ba8347cda (diff)
-rw-r--r--doc/forum/Git_annex_status_always_showing_annexed_files_as_modified.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/Git_annex_status_always_showing_annexed_files_as_modified.mdwn b/doc/forum/Git_annex_status_always_showing_annexed_files_as_modified.mdwn
index 2207c4cd7..df2d9da27 100644
--- a/doc/forum/Git_annex_status_always_showing_annexed_files_as_modified.mdwn
+++ b/doc/forum/Git_annex_status_always_showing_annexed_files_as_modified.mdwn
@@ -18,4 +18,15 @@ M ..\15-11-03/rc-test-2 (2015 Nov 03).csv
M ..\15-11-03/wash-absorption.png
```
+Edit: I should add that this repo is untrusted. Doing sync on it just ends up pulling from remotes, not pushing anywhere:
+```
+λ git annex sync
+commit (recording state in git...)
+ok
+pull origin
+ok
+pull github
+ok
+```
+
How would I check if this is a problem with my installation or a bug in git annex?