From 96792ee47ae65c9d87786c0c3c26e45035143ff3 Mon Sep 17 00:00:00 2001 From: Sebastian Koslowski Date: Wed, 8 Aug 2018 12:19:46 +0200 Subject: [PATCH] fix "Patch Log" fixes ambiguous argument error --- src/Git/Repository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Git/Repository.php b/src/Git/Repository.php index d6b5830..3dd4405 100644 --- a/src/Git/Repository.php +++ b/src/Git/Repository.php @@ -54,7 +54,7 @@ class Repository extends BaseRepository . '%ct' . '' . '' - . "\" $file" + . "\" -- $file" ); $patch_collection = array();