All of lore.kernel.org
 help / color / mirror / Atom feed
* git-config doc: variables sorting bug
@ 2024-02-28 10:12 Bruno Haible
  2024-02-29 19:02 ` [PATCH] docs: sort configuration variable groupings alphabetically Eric Sunshine
  2024-02-29 19:08 ` git-config doc: variables sorting bug Eric Sunshine
  0 siblings, 2 replies; 4+ messages in thread
From: Bruno Haible @ 2024-02-28 10:12 UTC (permalink / raw)
  To: git

Hi,

In https://git-scm.com/docs/git-config the variables (advice.* ...
worktree.guessRemote) are apparently meant to be in alphabetical order.

However,
  filter.<driver>.clean
  filter.<driver>.smudge
come after format.*. They should come before format.*, since 'i' < 'o'.

Bruno




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

end of thread, other threads:[~2024-02-29 19:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-28 10:12 git-config doc: variables sorting bug Bruno Haible
2024-02-29 19:02 ` [PATCH] docs: sort configuration variable groupings alphabetically Eric Sunshine
2024-02-29 19:59   ` Junio C Hamano
2024-02-29 19:08 ` git-config doc: variables sorting bug Eric Sunshine

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.