projects
/
wrapfs-mgmt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f82003
)
fix
author
ezk
<ezk>
Tue, 17 Dec 2019 05:43:01 +0000
(
05:43
+0000)
committer
ezk
<ezk>
Tue, 17 Dec 2019 05:43:01 +0000
(
05:43
+0000)
gen-all-wrapfs-patches.sh
patch
|
blob
|
history
diff --git
a/gen-all-wrapfs-patches.sh
b/gen-all-wrapfs-patches.sh
index 0f4bc1a85d5f3914b5bb6e8ca5f032c27653b103..3f3416789d0cadc754cadaf2d59509b7da47993f 100755
(executable)
--- a/
gen-all-wrapfs-patches.sh
+++ b/
gen-all-wrapfs-patches.sh
@@
-6,5
+6,5
@@
do
test -d $i || continue
echo $i
cd $i
- git diff master wrapfs > $TMP/wrapfs-`git describe`.diff
+ git diff master wrapfs > $TMP/wrapfs-`git describe
wrapfs
`.diff
done