* (broken ?) output of "git diff --color-word"
@ 2013-11-06 21:02 Toralf Förster
0 siblings, 0 replies; only message in thread
From: Toralf Förster @ 2013-11-06 21:02 UTC (permalink / raw)
To: git@vger.kernel.org
I just commented out few lines, "git diff" is fine :
@@ -144,10 +145,10 @@ StartUML || exit 2
SHARES=""
if [[ $VICTIMS -eq 1 ]]; then
-# SHARES="/tmp"
-# SHARES="$SHARES /mnt/hostfs"
-# SHARES="$SHARES /mnt/nfsv2"
-# SHARES="$SHARES /mnt/nfsv3"
+ SHARES="/tmp"
+ SHARES="$SHARES /mnt/hostfs"
+ SHARES="$SHARES /mnt/nfsv2"
+ SHARES="$SHARES /mnt/nfsv3"
# SHARES="$SHARES /mnt/nfsv4"
echo $SHARES | grep -q hostfs
but "git diff --color-words" places the "#" somehow obscure :
@@ -144,10 +145,10 @@ StartUML || exit 2
SHARES=""
if [[ $VICTIMS -eq 1 ]]; then
# SHARES="/tmp"#
SHARES="$SHARES /mnt/hostfs"#
SHARES="$SHARES /mnt/nfsv2"#
SHARES="$SHARES /mnt/nfsv3"
# SHARES="$SHARES /mnt/nfsv4"
echo $SHARES | grep -q hostfs
--
MfG/Sincerely
Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-11-06 21:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06 21:02 (broken ?) output of "git diff --color-word" Toralf Förster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).