quilt-dev
[Top][All Lists]
Advanced

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

Re: [Quilt-dev] patch - list all changed files in all applied patches


From: Andreas Gruenbacher
Subject: Re: [Quilt-dev] patch - list all changed files in all applied patches
Date: Fri, 30 Jul 2004 02:11:35 +0200
User-agent: KMail/1.6.2

On Friday 30 July 2004 00:04, Dean Roehrich wrote:
> >From:  Andreas Gruenbacher <address@hidden>
> >
> >I once did this:
> >
> >     tabs=$'\t\t\t\t\t'
> >
> >     #echo "0-------8-------16------24------32------40------48"
> >     while read a b; do
> >         let n=$(( ${#a} >> 3 ))
> >         (( n >= ${#tabs} )) && n=$(( ${#ntabs} - 1 ))
> >         printf "%s%s%s\n" "$a" "${tabs:n}" "$b"
> >     done
>
> That really pushes on the second column.  I'll leave the formatting for
> another discussion.

Okay.

> Here's the latest version of my patch.  This adds --combine and uses
> [patchname] delimiters only when -v and -l are used together.

Good, I'll take that. Thanks for your work!

Cheers,
-- 
Andreas Gruenbacher <address@hidden>
SUSE Labs, SUSE LINUX AG




reply via email to

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