From 036c90d79289ef3c14c28d69c9d8ab94fca1e841 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 May 2017 15:04:07 -0400 Subject: annex.backend is the new name for what was annex.backends It takes a single key-value backend, rather than the unncessary and confusing list. The old option still works if set. Simplified some old old code too. This commit was sponsored by Thomas Hochstein on Patreon. --- doc/git-annex-calckey.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/git-annex-calckey.mdwn') diff --git a/doc/git-annex-calckey.mdwn b/doc/git-annex-calckey.mdwn index 340c03eed..c91e1a827 100644 --- a/doc/git-annex-calckey.mdwn +++ b/doc/git-annex-calckey.mdwn @@ -12,7 +12,7 @@ This plumbing-level command calculates the key that would be used to refer to a file. The file is not added to the annex by this command. The key is output to stdout. -The backend used is the first listed in the annex.backends configuration +The backend used is the one from the annex.backend configuration setting, which can be overridden by the --backend option. For example, to force use of the SHA1 backend: -- cgit v1.2.3