uutils/diffutils

`diff3` command is not implemented

Aberta

#15 aberto em 18 de fev. de 2024

 (1 comentário) (0 reação) (0 responsável)Rust (36 forks)user submission
good first issue

Métricas do repositório

Stars
 (275 estrelas)
Métricas de merge de PR
 (Mesclagem média 4d 9h) (11 fundiu PRs em 30d)

Description

Currently uutils' diffutils only implements the diff executable.

But GNU's diffutils also provide cmp, diff3 and sdiff.

This issue is a tracker for the implementation of the diff3 utility.

Documentation: https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html.

Guia do colaborador