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
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
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
---
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
4 matches
Mail list logo