You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix round-tripping commits that contain extra headers (#1389)
* Ignore .t.err files
* Test round tripping commits w/ custom headers
#1377
* Fix handling of commits with custom headers
* Fix proxy version test
* Lean more on existing traits
- Fmt for Oid instead of hex::encode
- Into instead of as_bstr()
- ByteSlice instead of pointer deref and as_bstr()
* Simplify unsigning when rewriting commits
* Remove unnecessary `use`
* Avoid `use`ing gix_object and fully qualify instead
* Replace proxy test with (currently broken) filter test
* Fix filter-based test for custom headers
Avoid navigating `--reverse`'s behaviour by just applying two inverse
filters explicitly.
* Show Rust backtrace on crashes when running tests
* Remove comment that was for my benefit only
* Reword comment
* Add multiline header to test case
0 commit comments