Re: [PATCH 3/9] for-each-ref: avoid printing each element directly to stdout

2013-05-19 Thread Duy Nguyen
On Sun, May 19, 2013 at 6:17 PM, Ramkumar Ramachandra wrote: >> [PATCH 3/9] for-each-ref: avoid printing each element directly to stdout > > Why did you do this? Atoms are designed to be independent of each > other. I'll keep reading: might find out in a later patch. S

Re: [PATCH 3/9] for-each-ref: avoid printing each element directly to stdout

2013-05-19 Thread Ramkumar Ramachandra
> [PATCH 3/9] for-each-ref: avoid printing each element directly to stdout Why did you do this? Atoms are designed to be independent of each other. I'll keep reading: might find out in a later patch. -- To unsubscribe from this list: send the line "unsubscribe git" in the bo

[PATCH 3/9] for-each-ref: avoid printing each element directly to stdout

2013-05-19 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- builtin/for-each-ref.c | 48 +--- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/builtin/for-each-ref.c b/builtin/for-each-ref.c index 14151b4..08d4eb1 100644 --- a/builtin/for-each-ref.c +++ b/b