diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-02 16:00:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-02 16:37:53 +0300 |
commit | e2c792fc0453a0d332a9bd9a2c002f04da82f1e3 (patch) | |
tree | 60a9f24edb321c813760b3e82ff91aa9b0bc0508 /tests/rep-fetch-git-refname.testscript | |
parent | 2b3ee000c596ff27d24415cb498e1fc3439d2249 (diff) |
Add reduced support for git versions [2.11.0 2.14.0)
Diffstat (limited to 'tests/rep-fetch-git-refname.testscript')
-rw-r--r-- | tests/rep-fetch-git-refname.testscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rep-fetch-git-refname.testscript b/tests/rep-fetch-git-refname.testscript index fe5b330..88f1e2a 100644 --- a/tests/rep-fetch-git-refname.testscript +++ b/tests/rep-fetch-git-refname.testscript @@ -39,6 +39,7 @@ : changed : + if ($git_fully_supported || $git_protocol != 'https-smart-unadv') { g = git -C u = "$rep_git/state1" |