home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cda4c5
)
Avoid diff colorization when piping
author
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 12 Mar 2021 11:40:34 +0000
(06:40 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 12 Mar 2021 11:40:34 +0000
(06:40 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
c2d4b8c
..
788b7d2
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-159,7
+159,7
@@
$(foreach d,$(DEPS),$(eval $(call GEN_DEP_RULE,$(d))))
diff:
find home -type f -print0 \
| $(SED) -z 's/^home\///g' \
- | xargs -0 -I% sh -c 'echo %; $(DIFF) --color=a
lways
~/% home/%'
+ | xargs -0 -I% sh -c 'echo %; $(DIFF) --color=a
uto
~/% home/%'
pull:
find home -type f -print0 \
This page took
0.019915 seconds
and
4
git commands to generate.