]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: fix use in worktree
authorLudwig Nussel <ludwig.nussel@siemens.com>
Wed, 29 Apr 2026 12:18:51 +0000 (14:18 +0200)
committerSimon Glass <sjg@chromium.org>
Mon, 11 May 2026 18:05:10 +0000 (12:05 -0600)
commit49fc812eb4303d833f413bd31c67d66a85e9d44c
tree87da8fb562d6dee86b1c046aa27e4a2b1894e4b3
parent3d09ec64ebabffdd962b1a683a6b239773065850
patman: fix use in worktree

When using a worktree '.git' actually is a file and pygit2
init_repository() does not like that. The intention is not to create
a new git repo anyway so use normal constructor instead of
init_repository().

Signed-off-by: Ludwig Nussel <ludwig.nussel@siemens.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/patman/cser_helper.py
tools/patman/cseries.py