diff options
author | Nikolay Edigaryev <edigaryev@gmail.com> | 2024-04-12 02:01:46 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 23:01:46 +0100 |
commit | 89cce891887e85b7b1bc43958f24c558d637143f (patch) | |
tree | 842a100861d1ec787a02a047e49d9794a3e66232 /plumbing/protocol/packp/ulreq.go | |
parent | 7d3984315fa46391f174f291b81d2ce2fd7d4ed4 (diff) | |
download | go-git-89cce891887e85b7b1bc43958f24c558d637143f.tar.gz |
plumbing: protocol/packp, client-side filter capability support (#1000)
* plumbing: protocol/packp, client-side filter capability support
Diffstat (limited to 'plumbing/protocol/packp/ulreq.go')
-rw-r--r-- | plumbing/protocol/packp/ulreq.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plumbing/protocol/packp/ulreq.go b/plumbing/protocol/packp/ulreq.go index 344f8c7..ef4e08a 100644 --- a/plumbing/protocol/packp/ulreq.go +++ b/plumbing/protocol/packp/ulreq.go @@ -17,6 +17,7 @@ type UploadRequest struct { Wants []plumbing.Hash Shallows []plumbing.Hash Depth Depth + Filter Filter } // Depth values stores the desired depth of the requested packfile: see |