Re: [PATCH 5/8] push, send-pack: support pushing HEAD to real ref name

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Steffen Prohaska
Date: Sunday, October 28, 2007 - 1:03 am

On Oct 28, 2007, at 8:28 AM, Junio C Hamano wrote:


I'll think about Daniel's suggestion of implementing it
differently.



When are excess and unnecessary braces acceptable?
Is

	if (something) {
  		printf("text %d"
   		       "more text %d"
                        "and even more %d\n"
		       , a, b, c);
	}

ok? Or should I avoid braces there, too?

	Steffen
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 5/8] push, send-pack: support pushing HEAD to r ..., Steffen Prohaska, (Sun Oct 28, 1:03 am)