update
authorJoey Hess <joeyh@joeyh.name>
Wed, 17 May 2023 17:41:33 +0000 (13:41 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 17 May 2023 17:41:33 +0000 (13:41 -0400)
doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_6_2e0ad0cdb9d813d0fbc514c1642669ca._comment
doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_7_bb6b5503ec5f699749fa8e3ffce59aab._comment

index 0d29b8139f514d3d47f3078ca544c8185fbeeefa..e05874f65b3a51b7f089d010c881e84da622d755 100644 (file)
@@ -14,4 +14,8 @@ good path to making annex.synccontent default.
 
 Update: Implemented `git-annex pull` and `git-annex push`, although I have
 no plans yet to deprecate `git-annex sync`.
+
+Update: I found a better path to transition to sync --content by
+default, and have started that transition. `git-annex pull/push` sync
+content by default already.
 """]]
index 7cd7c43976da85643740c39f5e48a194fe69af70..df6d21fe5263196693591c4b259f40994817ae22 100644 (file)
@@ -6,7 +6,7 @@
 Brainstorming some names for a new command that is `git add -A` + sync...
 
 `git-annex publish` kind of implies more exposure of local files to others
-than just syncing. But it also implies sending data, not also receiving it.
+than just syncing. But it more implies sending data, not also receiving it.
 
 `git-annex addsync` is clear what it does, but not very memorable.