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:
e899b7a
)
Sort paths before diffing
author
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 13 Jan 2022 18:54:42 +0000
(13:54 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 13 Jan 2022 18:55:02 +0000
(13:55 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
7f3ef91
..
01156ae
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-158,6
+158,7
@@
$(foreach d,$(DEPS),$(eval $(call GEN_DEP_RULE,$(d))))
diff:
find home -type f -print0 \
| $(SED) -z 's/^home\///g' \
+ | sort -zr \
| xargs -0 -I% sh -c 'echo %; $(DIFF) --color=auto ~/% home/%'
pull:
This page took
0.026466 seconds
and
4
git commands to generate.