diff options
author | Joey Hess <joeyh@joeyh.name> | 2018-02-07 12:47:07 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2018-02-07 12:47:07 -0400 |
commit | 759c89dbdb2af41b1026dd1be8da1748ba4cd091 (patch) | |
tree | 187403a21524bef0cdf21db9426c328f91f087a5 /doc | |
parent | 5176e9f21f5e1a0bdc15f692b4c89ec7b1d9d6ba (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/exporting_trees_to_special_remotes/comment_18_fe77370699b7ce0acd547fd1e045e254._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/design/exporting_trees_to_special_remotes/comment_18_fe77370699b7ce0acd547fd1e045e254._comment b/doc/design/exporting_trees_to_special_remotes/comment_18_fe77370699b7ce0acd547fd1e045e254._comment new file mode 100644 index 000000000..bebfee6ed --- /dev/null +++ b/doc/design/exporting_trees_to_special_remotes/comment_18_fe77370699b7ce0acd547fd1e045e254._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 18""" + date="2018-02-07T16:43:02Z" + content=""" +Changing VERSION would prevent any older versions of git-annex from working +with that external special remote, since they would reject the unknown +version. (The current parsing of VERSION also happens to preclude adding +some fields after the number.) + +Since it seems completely possible to make the protocol be changed in a way +that is backwards compatible both ways, while still letting new features to +be used, I'd rather reserve changing VERSION for whatever future thing +needs a full breaking bump. +"""]] |