]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Allow setting the current directory when sending
authorSimon Glass <sjg@chromium.org>
Wed, 7 May 2025 16:02:47 +0000 (18:02 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit60b8709b980a30a9ae2e4a702cb2ac5e117d2a92
tree4d7ee5094f4e4224eb131942bc2b7172042bfb26
parent4f7bd6cae8fa3697d8b90a15b83c47087933f61b
patman: Allow setting the current directory when sending

Plumb a current-working-directory (cwd) through from send all the way to
the command gitutil libraries. This will allow better testing of this
functionality, since we can use a test directory.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/checkpatch.py
tools/patman/patchstream.py
tools/patman/send.py
tools/patman/series.py