mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-18 07:19:07 +08:00
Fix how non-empty merge detection is done. Allow to proceed despite non-empty merges (they will typically will cause conflicts during applying patches, but if conflicts were handled already, it should be ok to ignore this problem). Also ensure that diff's output is in unified diff format. Signed-off-by: Andrii Nakryiko <andriin@fb.com>