public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [ORG] git config list
@ 2025-12-22 14:37 Eugene R
  2025-12-22 16:17 ` Kristoffer Haugsbakk
  0 siblings, 1 reply; 2+ messages in thread
From: Eugene R @ 2025-12-22 14:37 UTC (permalink / raw)
  To: git

Dear Sir (Madam)

On the page https://git-scm.com/docs/git-config (Russian version)  we 
can see: git config list, that is might be an mistype as we supposes to 
see: git config --list

Thank you in advance.

-------

Best regards,

Eugene


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

* Re: [ORG] git config list
  2025-12-22 14:37 [ORG] git config list Eugene R
@ 2025-12-22 16:17 ` Kristoffer Haugsbakk
  0 siblings, 0 replies; 2+ messages in thread
From: Kristoffer Haugsbakk @ 2025-12-22 16:17 UTC (permalink / raw)
  To: Eugene R, git

On Mon, Dec 22, 2025, at 15:37, Eugene R wrote:
> On the page https://git-scm.com/docs/git-config (Russian version)  we
> can see: git config list, that is might be an mistype as we supposes to
> see: git config --list

No. The current documentation on that page is for Git 2.52.0. Git 2.46.0
introduced subcommands like `list` that deprecates the corresponding
options like `--list`. From the release notes:

      * The operation mode options (like "--get") the "git config" command
        uses have been deprecated and replaced with subcommands (like "git
        config get").

See also the [Deprecated Modes] section.

Both `git config list` and `git config --list` work. But the `--list`
form is deprecated.

Most people might use much older Git versions since that is what their
package manager (that they directly or indirectly use) provides. I see
that Debian Stable now uses a derivation of Git 2.47.0. But I think up
until recently it might have used Git 2.43.0?

🔗: Deprecated Modes: https://git-scm.com/docs/git-config#_deprecated_modes

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

end of thread, other threads:[~2025-12-22 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-22 14:37 [ORG] git config list Eugene R
2025-12-22 16:17 ` Kristoffer Haugsbakk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox