Jeff King writes:
> On Sat, Oct 26, 2013 at 10:35:17AM +0200, Thomas Rast wrote:
> ...
>> Can you quote the *? I may have become somewhat paranoid, but still.
>> This is the first use of the * syntax, and test_atom seems
>> written to correctly quote its arguments, so why risk it? :-)
>
> Yeah,
On Sat, Oct 26, 2013 at 10:35:17AM +0200, Thomas Rast wrote:
> Jeff King writes:
>
> > diff --git a/t/t6300-for-each-ref.sh b/t/t6300-for-each-ref.sh
> > index 752f5cb..2b4b9a9 100755
> [...]
> > +test_atom head *objectname ''
> > +test_atom head *objecttype ''
> [...]
> > +test_atom tag *object
Jeff King writes:
> diff --git a/t/t6300-for-each-ref.sh b/t/t6300-for-each-ref.sh
> index 752f5cb..2b4b9a9 100755
[...]
> +test_atom head *objectname ''
> +test_atom head *objecttype ''
[...]
> +test_atom tag *objectname '67a36f10722846e891fbada1ba48ed035de75581'
> +test_atom tag *objecttype 'co
If you ask for-each-ref to print each ref and its object,
like:
git for-each-ref --format='%(objectname) %(refname)'
this should involve little more work than looking at the ref
files (and packed-refs) themselves. However, for-each-ref
will actually load each object from disk just to print its
If you ask for-each-ref to print each ref and its object,
like:
git for-each-ref --format='%(objectname) %(refname)'
this should involve little more work than looking at the ref
files themselves (along with packed-refs). However,
for-each-ref will actually load each object from disk just
to pri
5 matches
Mail list logo