aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-07-16 17:05:41 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-07-16 17:05:41 +0200
commit2c040c45e5fcbd660407817ef08dfe7cbd6590e6 (patch)
tree13834ac9b7004d9975a54ea8af86174ea27b6466
parentd1da46cdca0065713156487d435a64407984a7fc (diff)
Remove todo regarding the sync commandHEADmaster
-rw-r--r--src/main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c
index 3993157..750e175 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1175,13 +1175,6 @@ int main(int argc, char *argv[])
{.name = "query", .func = ftag_query},
{.name = "sync", .func = ftag_sync},
{.name = "tag", .func = ftag_tag}
- /* TODO: add a "sync" command
-
- The aim is to be able to synchronize ftag data (database and
- files) across multiple machines. With the current approach, I
- think we cannot avoid transferring the whole database at
- every synchonization. For the files however, we should be
- able to only transfer the new files, maybe using rsync. */
};
const int toplevel_command_count = sizeof(toplevel_commands) / sizeof(struct ftag_command);
const char *config_file = NULL;