Skip to content

Commit

Permalink
Temporarily squelched warning about unavailable filter feature
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmehr committed Jul 24, 2021
1 parent d23603d commit aa348da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1765,11 +1765,12 @@ get_commit_details(connector *session)
session->host);

if ((strnstr(session->response, "filter", session->response_size) == NULL) && (session->commit_history)) {
/*
fprintf(stderr,
"! %s does not support the filter feature and the "
"commit history is unavailable\n",
session->host);

*/
session->commit_history = false;
}

Expand Down

0 comments on commit aa348da

Please sign in to comment.