From 8987cc214e3ac2bb49d3429629f41f3a7923d2d9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 17 May 2023 13:41:33 -0400 Subject: [PATCH] update --- .../comment_6_2e0ad0cdb9d813d0fbc514c1642669ca._comment | 4 ++++ .../comment_7_bb6b5503ec5f699749fa8e3ffce59aab._comment | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_6_2e0ad0cdb9d813d0fbc514c1642669ca._comment b/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_6_2e0ad0cdb9d813d0fbc514c1642669ca._comment index 0d29b8139f..e05874f65b 100644 --- a/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_6_2e0ad0cdb9d813d0fbc514c1642669ca._comment +++ b/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_6_2e0ad0cdb9d813d0fbc514c1642669ca._comment @@ -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. """]] diff --git a/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_7_bb6b5503ec5f699749fa8e3ffce59aab._comment b/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_7_bb6b5503ec5f699749fa8e3ffce59aab._comment index 7cd7c43976..df6d21fe52 100644 --- a/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_7_bb6b5503ec5f699749fa8e3ffce59aab._comment +++ b/doc/todo/Having___39__git_annex_sync__39___optionally_add/comment_7_bb6b5503ec5f699749fa8e3ffce59aab._comment @@ -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.