Bugfix: export --tracking (a deprecated option) set annex-annex-tracking-branch, instead of annex-tracking-branch.
This commit is contained in:
parent
1f0fc9ff5f
commit
a3a674d15b
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
git-annex (7.20200220) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Bugfix: export --tracking (a deprecated option) set
|
||||||
|
annex-annex-tracking-branch, instead of annex-tracking-branch.
|
||||||
|
|
||||||
|
-- Joey Hess <id@joeyh.name> Wed, 19 Feb 2020 12:48:58 -0400
|
||||||
|
|
||||||
git-annex (7.20200219) upstream; urgency=medium
|
git-annex (7.20200219) upstream; urgency=medium
|
||||||
|
|
||||||
* Added sync --only-annex, which syncs the git-annex branch and annexed
|
* Added sync --only-annex, which syncs the git-annex branch and annexed
|
||||||
|
|
|
@ -81,7 +81,7 @@ seek o = do
|
||||||
|
|
||||||
-- handle deprecated option
|
-- handle deprecated option
|
||||||
when (exportTracking o) $
|
when (exportTracking o) $
|
||||||
setConfig (remoteConfig r "annex-tracking-branch")
|
setConfig (remoteConfig r "tracking-branch")
|
||||||
(fromRef $ exportTreeish o)
|
(fromRef $ exportTreeish o)
|
||||||
|
|
||||||
tree <- filterPreferredContent r =<<
|
tree <- filterPreferredContent r =<<
|
||||||
|
|
Loading…
Reference in a new issue