aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2017-07-30 08:09:38 +0100
committerDaniel Thompson <daniel.thompson@linaro.org>2017-07-31 17:26:29 +0100
commit864e00fd7403c8bf02ef2f36a1b36268a948da3f (patch)
tree0974b174e147b50863dfda55a28f78235c5d2e78
parent828e1efab7ac90cf805e0b795ea929d522ea6532 (diff)
tools: patman: RDA supportrda/v2012.04.01-r1
-rw-r--r--tools/patman/README8
-rw-r--r--[l---------]tools/patman/patman0
-rw-r--r--[-rwxr-xr-x]tools/patman/patman.py0
3 files changed, 4 insertions, 4 deletions
diff --git a/tools/patman/README b/tools/patman/README
index 587c97fc88..7ba9e804d5 100644
--- a/tools/patman/README
+++ b/tools/patman/README
@@ -93,17 +93,17 @@ How to run it
First do a dry run:
-$ ./tools/scripts/patman/patman -n
+$ ./tools/patman/patman -n
If it can't detect the upstream branch, try telling it how many patches
there are in your series:
-$ ./tools/scripts/patman/patman -n -c5
+$ ./tools/patman/patman -n -c5
This will create patch files in your current directory and tell you who
it is thinking of sending them to. Take a look at the patch files.
-$ ./tools/scripts/patman/patman -n -c5 -s1
+$ ./tools/patman/patman -n -c5 -s1
Similar to the above, but skip the first commit and take the next 5. This
is useful if your top commit is for setting up testing.
@@ -197,7 +197,7 @@ patch series and see how the patches turn out.
Where Patches Are Sent
======================
-Once the patches are created, patman sends them using gti send-email. The
+Once the patches are created, patman sends them using git send-email. The
whole series is sent to the recipients in Series-to: and Series-cc.
You can Cc individual patches to other people with the Cc: tag. Tags in the
subject are also picked up to Cc patches. For example, a commit like this:
diff --git a/tools/patman/patman b/tools/patman/patman
index 6cc3d7a56a..6cc3d7a56a 120000..100644
--- a/tools/patman/patman
+++ b/tools/patman/patman
diff --git a/tools/patman/patman.py b/tools/patman/patman.py
index cfe06d0823..cfe06d0823 100755..100644
--- a/tools/patman/patman.py
+++ b/tools/patman/patman.py