projects
/
demos
/
kafka
/
training
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b364733
)
Übergabe des SUFFIX in `DIFF.sh` wie in `TAG.sh` ohne das trennende `--`
author
Kai Moritz
<kai@juplo.de>
Fri, 29 Nov 2024 09:58:55 +0000
(10:58 +0100)
committer
Kai Moritz
<kai@juplo.de>
Fri, 29 Nov 2024 09:58:55 +0000
(10:58 +0100)
DIFF.sh
patch
|
blob
|
history
diff --git
a/DIFF.sh
b/DIFF.sh
index
d818e8f
..
ec4f9cf
100755
(executable)
--- 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