Skip to content

Commit

Permalink
Add thin-pack capability for Git upload-pack
Browse files Browse the repository at this point in the history
See #8 for more details.
  • Loading branch information
redrabbit committed Jul 8, 2021
1 parent 3cd5b88 commit 0e767f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/gitrekt/lib/gitrekt/wire_protocol.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ defmodule GitRekt.WireProtocol do
alias GitRekt.GitAgent
alias GitRekt.GitRef

@upload_caps ~w(multi_ack multi_ack_detailed)
@receive_caps ~w(report-status delete-refs)
@upload_caps ~w(multi_ack multi_ack_detailed thin-pack)
@receive_caps ~w(delete-refs report-status)

@doc """
Callback used to transist a service to the next step.
Expand Down

0 comments on commit 0e767f6

Please sign in to comment.