All of lore.kernel.org
 help / color / mirror / Atom feed
* Change on check-attr behavior
@ 2019-01-17 15:47 Sérgio Peixoto
  2019-01-17 16:07 ` Jeff King
  0 siblings, 1 reply; 15+ messages in thread
From: Sérgio Peixoto @ 2019-01-17 15:47 UTC (permalink / raw)
  To: git

Hi,

I think there is a bug on the check-attr behavior of git when asking
for the "allowed-ext" attribute.  Check the logs below to see that
with version  2.20.1.windows.1 we get unspecified even the attribute
is there as you can see when asking for all the attributes.

=== OLD VERSION ===
> git version
git version 2.8.1.windows.1

> git check-attr -a test.py
test.py: text: set
test.py: allowed-ext: 100

> git check-attr allowed-ext test.py
test.py: allowed-ext: 100

=== NEW VERSION ===
> git --version
git version 2.20.1.windows.1

> git check-attr -a test.py
test.py: text: set
test.py: allowed-ext: 100

> git check-attr allowed-ext test.py
test.py: allowed-ext: unspecified

Cheers,
Sérgio Peixoto

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-01-23  5:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 15:47 Change on check-attr behavior Sérgio Peixoto
2019-01-17 16:07 ` Jeff King
2019-01-18  9:41   ` Sérgio Peixoto
2019-01-18 16:58     ` Jeff King
2019-01-18 21:34       ` [PATCH] attr: do not mark queried macros as unset Jeff King
2019-01-18 21:46         ` Jeff King
2019-01-18 22:19           ` Stefan Beller
2019-01-22  7:19             ` Jeff King
2019-01-22  9:50               ` Duy Nguyen
2019-01-22 22:00           ` Junio C Hamano
2019-01-21 10:05         ` Duy Nguyen
2019-01-22  7:21           ` Jeff King
2019-01-22  9:34         ` Duy Nguyen
2019-01-22 21:48         ` Junio C Hamano
2019-01-23  5:40           ` Jeff King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.