We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19da27 commit 512ed6cCopy full SHA for 512ed6c
git-object/tests/owned/mod.rs
@@ -116,6 +116,9 @@ mod tag {
116
use bstr::ByteSlice;
117
use git_object::{borrowed, owned};
118
119
+ // Git checks out text files with different line feeds, which causes parsing failure.
120
+ // No way to configure this in the checkout action :/
121
+ #[cfg_attr(windows, ignore)]
122
#[test]
123
fn round_trip() {
124
for input in &[
0 commit comments