From: Shane Date: Mon, 26 Jan 2026 06:40:10 +0000 (+0000) Subject: try this #5 X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=fcddb55f904bfbbb2ee7e1877d1307faca0ffa46;p=gamesguru%2Fgit-remote-gcrypt.git try this #5 --- diff --git a/git-remote-gcrypt b/git-remote-gcrypt index df8e4de..53f16e8 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -1531,6 +1531,9 @@ get_remote_file_list() # List files from ALL fetched branches # We iterate refs manually to detect which one has files local refs all_files="" ref_files="" + # distinct refs + Global_Dirty_Refs="" + refs=$(git for-each-ref --format='%(refname)' "refs/gcrypt/list-files/") echo_info "Debug: Found refs: $refs" for ref in $refs; do echo_info "Debug: Checking ref $ref"