Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 428 Bytes

File metadata and controls

9 lines (7 loc) · 428 Bytes

List of Inconsistencies

This list contains all inconsistencies this project can or should not handle in ruby.

  • Situation: a config key is supplied multiple times but you ask only for one of them
    • git: uses the last value
    • libgit2: uses the last value
    • jgit: uses the first value code