Re: [PATCH] Fix automatic formating in seq

2007-07-09 Thread Andreas Schwab
Jim Meyering <[EMAIL PROTECTED]> writes: > # This is one of the few cases where a cogito command (cg-commit) > # is better than the git-based command: "git commit --amend -e". git commit -a ... should do the same. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products

Re: [PATCH] Fix automatic formating in seq

2007-07-09 Thread Jim Meyering
Pádraig Brady <[EMAIL PROTECTED]> wrote: > While I was looking at the floating point rounding issues in seq > a couple of weeks ago, I noticed some anomalies with the width > automatically determined for floating point numbers, > and even for some integer number formats. > The changes this patch ma

[PATCH] Fix automatic formating in seq

2007-07-09 Thread Pádraig Brady
While I was looking at the floating point rounding issues in seq a couple of weeks ago, I noticed some anomalies with the width automatically determined for floating point numbers, and even for some integer number formats. The changes this patch makes can be seen in the following before and after e