From a3551bf5e086043d5b556cdef553ee3225ff0a16 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 29 Nov 2024 10:58:55 +0100 Subject: [PATCH] =?utf8?q?=C3=9Cbergabe=20des=20SUFFIX=20in=20`DIFF.sh`=20?= =?utf8?q?wie=20in=20`TAG.sh`=20ohne=20das=20trennende=20`--`?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- DIFF.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DIFF.sh b/DIFF.sh index d818e8f2..ec4f9cf1 100755 --- a/DIFF.sh +++ b/DIFF.sh @@ -14,7 +14,7 @@ do # gegen einen TAG verglichen, der aus dem Namen des # Branches durch das Anhängen des SUFFIX gebildet # wird - git diff ${branch}${1} ${branch} + git diff ${branch}--${1} ${branch} else git diff origin/$branch $branch fi -- 2.20.1