Skip to content

Commit 674a26b

Browse files
committed
filter not supported give error
Signed-off-by: John Giorshev <john.giorshev1@gmail.com>
1 parent a554262 commit 674a26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: fetch-pack.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ static int send_fetch_request(struct fetch_negotiator *negotiator, int fd_out,
13821382

13831383
/* Add filter */
13841384
send_filter(args, &req_buf,
1385-
server_supports_feature("fetch", "filter", 0));
1385+
server_supports_feature("fetch", "filter", 1));
13861386

13871387
if (server_supports_feature("fetch", "packfile-uris", 0)) {
13881388
int i;

0 commit comments

Comments
 (0)