Skip to content

Commit

Permalink
Merge back
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipjohnston committed Sep 18, 2024
1 parent 355fa1e commit 8f67310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/fast-import.c
Original file line number Diff line number Diff line change
Expand Up @@ -2815,7 +2815,7 @@ static void parse_new_commit(const char *arg)
strbuf_addstr(&new_data, "gpgsig-sha256 ");
else
die("Expected gpgsig algorithm sha1 or sha256, got %s", sig_alg);
string_list_split_in_place(&siglines, sig.buf, '\n', -1);
string_list_split_in_place(&siglines, sig.buf, "\n", -1);
strbuf_add_separated_string_list(&new_data, "\n ", &siglines);
strbuf_addch(&new_data, '\n');
}
Expand Down

0 comments on commit 8f67310

Please sign in to comment.