From: Shane Date: Mon, 26 Jan 2026 06:35:02 +0000 (+0000) Subject: try this #3 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=a2543c9fb9bfdcdf1298b88b6557e2fa5ab3f687;p=gamesguru%2Fgit-remote-gcrypt.git try this #3 --- diff --git a/git-remote-gcrypt b/git-remote-gcrypt index ae9564d..b6615fc 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -1547,6 +1547,7 @@ get_remote_file_list() local ls_stderr="" ls_stderr=$(mktemp) + rm -f "$ls_stderr" ref_files=$(git -c core.quotePath=false ls-tree -r --name-only "$ref" 2>"$ls_stderr") || { echo_info "Debug: ls-tree failed for $ref:" cat "$ls_stderr" >&2