aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-09 16:02:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-09 16:02:06 -0400
commiteee2566fce1e3cf8337ced753a8dcfc2923b28b2 (patch)
tree642ff8ba7540460ddc25a52fa1439efe073b103f
parent55713df9db683f5c6c30fb04666fdde545cdaee3 (diff)
response
-rw-r--r--doc/forum/removing_remote.log_information_completely/comment_1_033f5b8f2b306c756b3f12e0a9bc6637._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/removing_remote.log_information_completely/comment_1_033f5b8f2b306c756b3f12e0a9bc6637._comment b/doc/forum/removing_remote.log_information_completely/comment_1_033f5b8f2b306c756b3f12e0a9bc6637._comment
new file mode 100644
index 000000000..762f1ef4c
--- /dev/null
+++ b/doc/forum/removing_remote.log_information_completely/comment_1_033f5b8f2b306c756b3f12e0a9bc6637._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-09-09T19:57:26Z"
+ content="""
+There's no guaranteed way to remove lines from log files on the git-annex
+branch. A union merge can always result in a removed line being added back later.
+
+The thing to do is to add a new line, that has a newer timestamp and
+omits the information you want to remove with new information.
+
+When reading the remote.log, git-annex will look for the line for a remote
+that has the newest timestamp, and use it in preference to older lines.
+"""]]