assistant: Pass ssh-options through 3 more git pull/push calls that were missed before.

It was used for regular pull, but not for regular push, tagged push, or the
fallback fetching.
This commit is contained in:
Joey Hess 2015-11-10 16:52:30 -04:00
parent 4cc95f3fd3
commit 7c741302cc
Failed to extract signature
5 changed files with 34 additions and 12 deletions

2
debian/changelog vendored
View file

@ -25,6 +25,8 @@ git-annex (5.20151102.2) UNRELEASED; urgency=medium
* fsck: When fscking a dead repo, avoid incorrect "fixing location log"
message, and display a message, since it's unusual to have access to a
dead repo.
* assistant: Pass ssh-options through 3 more git pull/push calls
that were missed before.
-- Joey Hess <id@joeyh.name> Wed, 04 Nov 2015 12:50:20 -0400