Displaying 3 results from an estimated 3 matches for "addoldprefix".
2020 Mar 28
0
[klibc:master] dash: README.dash: Do all patch filtering with filterdiff
...h/README.dash
index de083092..68033809 100644
--- a/usr/dash/README.dash
+++ b/usr/dash/README.dash
@@ -10,17 +10,15 @@ HOWTO sync branch:
1) Generate mailbox of patches and fix up their paths:
git format-patch --subject-prefix=klibc -N --stdout <changeset>.. \
+ | filterdiff --strip 2 --addoldprefix a/usr/dash/ --addnewprefix b/usr/dash/ \
+ --exclude="*/configure.ac" --exclude="*/ChangeLog" \
+ --exclude="*/dash.1" --exclude="*/Makefile.am" \
+ --exclude="*/mksignames.c" \
> dash.mbox
-Path fixup:
- perl -i -pe 's#...
2020 Mar 28
0
[klibc:master] dash: README.dash: Include "dash:" and upstream commit in patches
...&& /^Subject:/ { sub("^Subject:", "Subject: [klibc] dash:") }
+ { print; blank = /^$/ }
+ header && blank {
+ print "[ dash commit", hash, "]"; print
+ header = 0
+ }' \
| filterdiff --strip 2 --addoldprefix a/usr/dash/ --addnewprefix b/usr/dash/ \
--exclude="*/configure.ac" --exclude="*/ChangeLog" \
--exclude="*/dash.1" --exclude="*/Makefile.am" \
2020 Mar 28
0
[klibc:update-dash] dash: README.dash: Exclude .gitignore when synching
...org.uk>
---
usr/dash/README.dash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr/dash/README.dash b/usr/dash/README.dash
index d67a5aff..11ecff54 100644
--- a/usr/dash/README.dash
+++ b/usr/dash/README.dash
@@ -35,7 +35,7 @@ HOWTO sync branch:
| filterdiff --strip 2 --addoldprefix a/usr/dash/ --addnewprefix b/usr/dash/ \
--exclude="*/configure.ac" --exclude="*/ChangeLog" \
--exclude="*/dash.1" --exclude="*/Makefile.am" \
- --exclude="*/mksignames.c" \
+ --exclude="*/mksignames.c" --exclud...