gpt4 book ai didi

git-config - Git 配置仅列出部分名称

转载 作者:行者123 更新时间:2023-12-05 07:56:30 26 4
gpt4 key购买 nike

我正在开展一个项目,该项目在多个命名部分中定义了一些自定义配置设置。作为其中的一部分,我希望能够列出所有部分名称。我知道这可以通过列出所有配置设置并减少列表来完成,但是有没有办法直接只列出部分名称?

最佳答案

如果不处理 git config -l 的输出,这是不可能的。

请注意,通过添加 --name-only 选项,上述输出很快将更易于处理。

请参阅 commit a92330dcommit f225987commit 9f1429dJeff King (peff)(2015 年 8 月 20 日)。
参见 commit ebca2d4(2015 年 8 月 20 日)和 commit 905f203commit 578625f(2015 年 8 月 10 日)作者 SZEDER Gábor (szeder)
(由 Junio C Hamano -- gitster -- 合并到 commit fc9dfda ,2015 年 8 月 31 日)

config: add '--name-only' option to list only variable names

'git config' can only show values or name-value pairs, so if a shell script needs the names of set config variables it has to run 'git config --list' or '--get-regexp' and parse the output to separate config variable names from their values.
However, such a parsing can't cope with multi-line values.

Help the completion script, and shell scripts in general, by introducing the '--name-only' option to modify the output of '--list' and '--get-regexp' to list only the names of config variables, so they don't have to perform error-prone post processing to separate variable names from their values anymore.

关于git-config - Git 配置仅列出部分名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28655012/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com