force signature fetch

This commit is contained in:
Lance Vick 2023-09-26 18:54:21 -07:00
parent 03bbbcc350
commit f3a6e6c472
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ cmd_pull() {
-r|--remote) remote="$2"; shift 2 ;;
--) shift; break ;;
esac done
git fetch "$remote" refs/notes/signatures:refs/notes/${remote}/signatures
git fetch "$remote" +refs/notes/signatures:refs/notes/${remote}/signatures
git notes --ref signatures merge -s cat_sort_uniq "${remote}"/signatures
}