Skip to content

Commit

Permalink
Add missing Git server capability 'thin-pack'
Browse files Browse the repository at this point in the history
See #8 for more details.
  • Loading branch information
redrabbit committed Oct 9, 2018
1 parent 0811392 commit c4086a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/gitrekt/lib/gitrekt/wire_protocol.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule GitRekt.WireProtocol do
alias GitRekt.Git
alias GitRekt.Packfile

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

@doc """
Expand Down

0 comments on commit c4086a7

Please sign in to comment.