diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-08 09:14:19 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-08 09:14:19 +0100 |
commit | d9e8923ff4e58ecd182dbb3b8eb6b6fe657e6eb5 (patch) | |
tree | 18d51b90ebcdaa90f0b9cfcc0137f52f38d24ab1 /include/git.sh | |
parent | 0a93c8238847fc3f595d7431c8a2e12f0603a6ef (diff) | |
parent | 2cea8517f3b6c7f72cdecbcd3e6745db29284852 (diff) |
Merge branch 'master' into 25.04_branch
Diffstat (limited to 'include/git.sh')
-rw-r--r-- | include/git.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git.sh b/include/git.sh index 0a05b5ab..81c75806 100644 --- a/include/git.sh +++ b/include/git.sh @@ -108,7 +108,7 @@ tmpclone() ( [ $# -gt 5 ] || git clone "$repodir" "$3" || err "!clone $repodir $3" git -C "$3" reset --hard "$4" || err "!reset $1 $2 $3 $4 $5" - fx_ "eval x_ git -C \"$3\" am" "$5" -type f + fx_ "eval x_ git -C \"$3\" am" find "$5" -type f ) || repofail="y" [ "$repofail" = "y" ] && [ $# -lt 6 ] && tmpclone "$@" retry |