From 87ec070e779d364952a2854dfc0f05028c0493f1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Jun 2015 19:01:06 -0400 Subject: on second thought, sync --content --unused is probably not useful, remove --- Command/Sync.hs | 1 - doc/git-annex-sync.mdwn | 6 ------ 2 files changed, 7 deletions(-) diff --git a/Command/Sync.hs b/Command/Sync.hs index 90f4281a4..eb6bbcea4 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -61,7 +61,6 @@ syncOptions = [ contentOption , messageOption , allOption - , unusedOption ] contentOption :: Option diff --git a/doc/git-annex-sync.mdwn b/doc/git-annex-sync.mdwn index 2d81d44de..2f7180546 100644 --- a/doc/git-annex-sync.mdwn +++ b/doc/git-annex-sync.mdwn @@ -65,12 +65,6 @@ by running "git annex sync" on the remote. will only match the version of files currently in the work tree, but not past versions of files. -* `--unused` - - This option, when combined with `--content`, makes files - found by last run of git-annex unused be synced, when preferred content - settings allow. - # SEE ALSO [[git-annex]](1) -- cgit v1.2.3