commit 58aedb1c92b348f1afab88dfddd14b5932ad61c4 from: Stefan Sperling via: Thomas Adam date: Tue Jan 31 15:41:39 2023 UTC add an idea for 'got fetch' to the todo list commit - f35e52a986659efbb797f46df9798c4ad4f36381 commit + 58aedb1c92b348f1afab88dfddd14b5932ad61c4 blob - 32569e7ba83ade82fa12d5862bcd129d3a898ea5 blob + 21ec09720a0b5b78ca5222b9b3af75e04a04e414 --- TODO +++ TODO @@ -14,6 +14,8 @@ got: points to a non-existent reference it should be updated by 'got fetch' to match the HEAD symref sent by the server. - cherrypick/backout -l should display relevant refs/got/worktree/ references +- If invoked in a work tree, got fetch could default to fetching the work + tree's current branch, instead of fetching the remote repository's HEAD. network protocol: - add http(s) transport with libtls, speaking the two Git HTTP protocols