Junio C Hamano writes:
> Tobias Ulmer writes:
>
>> When --quiet is requested, gc --auto should not display messages unless
>> there is an error.
>>
>> Signed-off-by: Tobias Ulmer
>> ---
>> builtin/gc.c |4 +---
>> 1 files changed, 1 insertions(+), 3 deletions(-)
>>
>> diff --git a/builtin/
Tobias Ulmer writes:
> When --quiet is requested, gc --auto should not display messages unless
> there is an error.
>
> Signed-off-by: Tobias Ulmer
> ---
> builtin/gc.c |4 +---
> 1 files changed, 1 insertions(+), 3 deletions(-)
>
> diff --git a/builtin/gc.c b/builtin/gc.c
> index 6d46608..
On Mon, Sep 24, 2012 at 04:40:24AM +0200, Tobias Ulmer wrote:
> When --quiet is requested, gc --auto should not display messages unless
> there is an error.
> [...]
> - if (quiet)
> - fprintf(stderr, _("Auto packing the repository for
> optimum performance.\n"));
When --quiet is requested, gc --auto should not display messages unless
there is an error.
Signed-off-by: Tobias Ulmer
---
builtin/gc.c |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/builtin/gc.c b/builtin/gc.c
index 6d46608..6be6c8d 100644
--- a/builtin/gc.c
+++ b/b
4 matches
Mail list logo