Re: [arch-general] [PATCH 14/48] Fix whitespace errors I introduced.

2010-07-01 Thread Victor Lowther
On Thu, 2010-07-01 at 23:01 -0400, Caleb Cushing wrote: > On Wed, Jun 30, 2010 at 6:06 PM, Thomas Bächler wrote: > > If you introduced whitespace errors (or any errors), fix them in the > > commits that introduced them, don't do a separate commit fixing them. > ++ > > rebase -i on the remote and

Re: [arch-general] [PATCH 14/48] Fix whitespace errors I introduced.

2010-07-01 Thread Caleb Cushing
On Wed, Jun 30, 2010 at 6:06 PM, Thomas Bächler wrote: > If you introduced whitespace errors (or any errors), fix them in the > commits that introduced them, don't do a separate commit fixing them. ++ rebase -i on the remote and flatten squash this patch into the patch the problem was introduced

Re: [arch-general] [PATCH 14/48] Fix whitespace errors I introduced.

2010-06-30 Thread Thomas Bächler
If you introduced whitespace errors (or any errors), fix them in the commits that introduced them, don't do a separate commit fixing them. signature.asc Description: OpenPGP digital signature

[arch-general] [PATCH 14/48] Fix whitespace errors I introduced.

2010-06-30 Thread Victor Lowther
--- functions |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions b/functions index 9c89ea1..d8e8e54 100644 --- a/functions +++ b/functions @@ -170,7 +170,7 @@ start_daemon() { ck_depends() { for daemon in "$@"; do - ck_daemon "$daemon" && start_da