summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-21 15:21:37 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-21 15:21:37 -0400
commit01cff54d4007c5ade9fca76138fa181f74deb143 (patch)
treee9febeff2bdd93d8b45bd3da4069d25f8d214e89
parent3b885b421120e44c7aa404485b18f5f1ee9ef269 (diff)
followup
-rw-r--r--doc/todo/Detailed_post-install_commit_messages/comment_3_f6b7ece8bb96a69d1fbc4e3abf12929f._comment7
-rw-r--r--doc/todo/Detailed_post-install_commit_messages/comment_4_bf387e2effc4e14e331610e7e588693a._comment11
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/todo/Detailed_post-install_commit_messages/comment_3_f6b7ece8bb96a69d1fbc4e3abf12929f._comment b/doc/todo/Detailed_post-install_commit_messages/comment_3_f6b7ece8bb96a69d1fbc4e3abf12929f._comment
new file mode 100644
index 0000000..6b9cd75
--- /dev/null
+++ b/doc/todo/Detailed_post-install_commit_messages/comment_3_f6b7ece8bb96a69d1fbc4e3abf12929f._comment
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2016-10-21T19:13:48Z"
+ content="""
+
+"""]]
diff --git a/doc/todo/Detailed_post-install_commit_messages/comment_4_bf387e2effc4e14e331610e7e588693a._comment b/doc/todo/Detailed_post-install_commit_messages/comment_4_bf387e2effc4e14e331610e7e588693a._comment
new file mode 100644
index 0000000..be18e05
--- /dev/null
+++ b/doc/todo/Detailed_post-install_commit_messages/comment_4_bf387e2effc4e14e331610e7e588693a._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 4"""
+ date="2016-10-21T19:14:23Z"
+ content="""
+Good thought about argument length limit. Use xargs?
+
+There is a disturbing lack of quoting on `$FILELIST` which I think could be
+a problem with filenames containing spaces etc. Using xargs with `-d \n`
+should also avoid that problem.
+"""]]