diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-07-11 06:37:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-11 06:37:32 -0700 |
commit | d42ecf655db7969fdaaa3e65be18e0c9be7ddb8f (patch) | |
tree | 7691e5817dee02594904786c7a9f3f6a990b39d0 /plumbing/protocol | |
parent | 09cd5ccfd384be79e8c49d0d0bccd22589098809 (diff) | |
parent | 09f5f2a35f0f4c42b2def0642540f32e59fdeeb3 (diff) | |
download | go-git-d42ecf655db7969fdaaa3e65be18e0c9be7ddb8f.tar.gz |
Merge pull request #472 from smola/fix-caps-delete-refs
improve delete support on push
Diffstat (limited to 'plumbing/protocol')
-rw-r--r-- | plumbing/protocol/packp/updreq.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plumbing/protocol/packp/updreq.go b/plumbing/protocol/packp/updreq.go index 0624930..b246613 100644 --- a/plumbing/protocol/packp/updreq.go +++ b/plumbing/protocol/packp/updreq.go @@ -42,6 +42,7 @@ func NewReferenceUpdateRequest() *ReferenceUpdateRequest { // - report-status // - ofs-delta // - ref-delta +// - delete-refs // It leaves up to the user to add the following capabilities later: // - atomic // - ofs-delta |