Re: how to make a patch

2005-09-13 Thread Tollef Fog Heen
* Andreas Schuldei | and because i never can remember if the first or the second file | is the one the resulting patch should apply to, i also use | "--from­file=" pointing to the original. diff $from $to, just like cp. -- Tollef Fog Heen

Re: how to make a patch

2005-09-07 Thread Emilio Jesús Gallego Arias
Paolo Pantaleo <[EMAIL PROTECTED]> writes: > I have spent some time to write the bash completion for apt-file command. > I have written a pair of email to [EMAIL PROTECTED] and i didn't get any > response. Now i want to submit a patch for bash_completion file that > add the apt-file support. [EMA

Re: how to make a patch

2005-09-07 Thread Andreas Schuldei
* Andreas Barth <[EMAIL PROTECTED]> [2005-09-07 13:57:47]: > * Paolo Pantaleo ([EMAIL PROTECTED]) [050907 13:55]: > > I have spent some time to write the bash completion for apt-file command. > > I have written a pair of email to [EMAIL PROTECTED] and i didn't get any > > response. Now i want to s

Re: how to make a patch

2005-09-07 Thread Peter Samuelson
[Paolo Pantaleo] > I have spent some time to write the bash completion for apt-file > command. I have written a pair of email to [EMAIL PROTECTED] and i > didn't get any response. Now i want to submit a patch for > bash_completion file that add the apt-file support. File a bug against the apt-fi

Re: how to make a patch

2005-09-07 Thread Andreas Barth
* Paolo Pantaleo ([EMAIL PROTECTED]) [050907 13:55]: > I have spent some time to write the bash completion for apt-file command. > I have written a pair of email to [EMAIL PROTECTED] and i didn't get any > response. Now i want to submit a patch for bash_completion file that > add the apt-file suppo

how to make a patch

2005-09-07 Thread Paolo Pantaleo
I have spent some time to write the bash completion for apt-file command. I have written a pair of email to [EMAIL PROTECTED] and i didn't get any response. Now i want to submit a patch for bash_completion file that add the apt-file support. How do i make a patch? Is diff -u -c correct? PAolo --