]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Allow setting a git directory when sending
authorSimon Glass <sjg@chromium.org>
Wed, 7 May 2025 16:06:52 +0000 (18:06 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commita5afb75c6dcadeb22bb24d931170766f7af4c58c
treed53e60ee7fee51c16b0cac677d4cb3e031f49713
parent60b8709b980a30a9ae2e4a702cb2ac5e117d2a92
patman: Allow setting a git directory when sending

Support specifying the git-directory when creating and sending patches.
This will allow better testing of this functionality, since we can use a
test directory.

For count_commits_to_branch() support an end commit while we are here.

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