bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#377600: please support -R to reverse diff (fwd)


From: martin f krafft
Subject: Re: Bug#377600: please support -R to reverse diff (fwd)
Date: Sat, 15 Jul 2006 09:53:01 +0200
User-agent: Mutt/1.5.11+cvs20060403

also sprach Eric Blake <address@hidden> [2006.07.14.1642 +0200]:
> Ahh - I was thinking of interdiff (same patchutils package, but different
> program).
> 
> interdiff foo.diff /dev/null
> 
> will reverse an existing patch file.

Thanks for the pointer.

Nevertheless, the bug report was filed because I think that the -R
option would save the user typing. Compare:

  cp file{,.orig} && diff -R file*

with

  cp file{,.orig} && diff file{.orig,}

with

  cp file{,.orig} && diff file* | interdiff - /dev/null

To me, making life easier for the user by introducing a feature
that's not too far from the diff core application seems like the way
to go, especially with free software, especially because it can
hardly be considered bloat. I am not asking anyone to make diff play
music.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`.     martin f. krafft <address@hidden>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system

Attachment: signature.asc
Description: Digital signature (GPG/PGP)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]