]> Nutra Git (v2) - gamesguru/git-remote-gcrypt.git/commitdiff
try this #3
authorShane <chown_tee@proton.me>
Mon, 26 Jan 2026 06:35:02 +0000 (06:35 +0000)
committerShane <chown_tee@proton.me>
Mon, 26 Jan 2026 06:35:02 +0000 (06:35 +0000)
git-remote-gcrypt

index ae9564d6cd75110a685f2637ae45a45d32848c73..b6615fc51ebfcc19893935765a83c1f3d9609871 100755 (executable)
@@ -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