summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-21 16:23:41 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-21 16:23:41 -0400
commitbfc0cf16bba6fd203a118c89485b55883a087ed7 (patch)
treec1014a44655ad744c8a523cb0e2fbce55bccb2ad
parentefb52424e3935525c13f2e9564890e43dbdd402d (diff)
comment
-rw-r--r--doc/todo/Allow_globally_limiting_filename_length/comment_4_918d87f7a961bfeb834cc28f7175ccd8._comment23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/todo/Allow_globally_limiting_filename_length/comment_4_918d87f7a961bfeb834cc28f7175ccd8._comment b/doc/todo/Allow_globally_limiting_filename_length/comment_4_918d87f7a961bfeb834cc28f7175ccd8._comment
new file mode 100644
index 000000000..ec18558f6
--- /dev/null
+++ b/doc/todo/Allow_globally_limiting_filename_length/comment_4_918d87f7a961bfeb834cc28f7175ccd8._comment
@@ -0,0 +1,23 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 4"""
+ date="2016-09-21T20:16:44Z"
+ content="""
+If an update hook rejects a push, then `git annex sync` will just note that
+it was unable to push. It will sync in only one direction until the problem
+that prevents pushing gets resolved.
+
+It might try pushing to a different branch name than usual to get around
+some other problems that cause pushes to fail so be sure to have the update
+hook check pushes to all branches (except for the git-annex branch)).
+
+I don't know why you'd want to filter such a commit out of the git history.
+You could just fix it by renaming the problem file and make a commit on top
+of the problem commit. Just make the update hook only look at the diff
+between the old version of the branch and the new version, so it won't be
+tripped up by intermediate commits that violate its rules.
+
+(I know that Ubuntu uses encfs or something like that by default, but
+surely they have not removed the Debian installer's support for full
+disk encryption?)
+"""]]