We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ea136 commit 637f2e2Copy full SHA for 637f2e2
internal/config/config.go
@@ -35,7 +35,7 @@ type Profile struct {
35
Push map[string]any `yaml:"push,omitempty"`
36
Rebase map[string]any `yaml:"rebase,omitempty"`
37
Rerere map[string]any `yaml:"rerere,omitempty"`
38
- Pager map[string]any `yaml:"pager,omitempty"`
+ Pager map[string]any `yaml:"pager,omitempty"`
39
Tag map[string]any `yaml:"tag,omitempty"`
40
URL []URLConfig `yaml:"url,omitempty"`
41
User UserConfig `yaml:"user,omitempty"`
internal/config/sections_test.go
@@ -262,6 +262,7 @@ func TestConfigSections(t *testing.T) {
262
"gpg": true,
263
"pull": true,
264
"rerere": true,
265
+ "pager": true,
266
"column": true,
267
"branch": true,
268
"init": true,
0 commit comments