| LOW | .golangci.yml | 41 | # underscore, which we also use in a few places. Since it can't be |
| LOW | demo/config.yml | 1 | # Specify a command to be executed |
| LOW | demo/config.yml | 21 | # or use `auto` to take the current |
| LOW | docs/Config.md | 101 | # Number from 0 to 1.0. |
| LOW | docs/Config.md | 121 | mainPanelSplitMode: flexible |
| LOW | docs/Config.md | 241 | # If true, show the bottom line that contains keybinding info and useful |
| LOW | docs/Config.md | 341 | # Config relating to git |
| LOW | docs/Config.md | 461 | # If true, parse emoji strings in commit messages e.g. render :rocket: as 🚀 |
| LOW | docs/Config.md | 481 | |
| LOW | docs/Config.md | 581 | |
| LOW | docs-master/Config.md | 101 | # Number from 0 to 1.0. |
| LOW | docs-master/Config.md | 121 | mainPanelSplitMode: flexible |
| LOW | docs-master/Config.md | 241 | # If true, show the bottom line that contains keybinding info and useful |
| LOW | docs-master/Config.md | 341 | # Config relating to git |
| LOW | docs-master/Config.md | 461 | # If true, parse emoji strings in commit messages e.g. render :rocket: as 🚀 |
| LOW | docs-master/Config.md | 481 | |
| LOW | docs-master/Config.md | 581 | |
| LOW | pkg/tasks/tasks.go | 161 | self.throttle = false |
| LOW | pkg/config/app_config_test.go | 401 | |
| LOW | pkg/config/app_config_test.go | 421 | # Possible values: |
| LOW | pkg/config/app_config_test.go | 681 | |
| LOW | pkg/config/app_config_test.go | 761 | |
| LOW | pkg/config/user_config.go | 21 | QuitOnTopLevelReturn bool `yaml:"quitOnTopLevelReturn"` |
| LOW | pkg/config/user_config.go | 61 | type GuiConfig struct { |
| LOW | pkg/config/user_config.go | 81 | // Note that when using a pager, the pager has its own tab width setting, so you need to pass it separately in the page |
| LOW | pkg/config/user_config.go | 101 | // If true, increase the height of the focused side window; creating an accordion effect. |
| LOW | pkg/config/user_config.go | 121 | Language string `yaml:"language" jsonschema:"enum=auto,enum=en,enum=zh-TW,enum=zh-CN,enum=pl,enum=nl,enum=ja,enum=ko,en |
| LOW | pkg/config/user_config.go | 141 | // One of: 'mixed' (default) | 'filesFirst' | 'foldersFirst' |
| LOW | pkg/config/user_config.go | 161 | // If true (default), file icons are shown in the file views. Only relevant if NerdFontsVersion is not empty. |
| LOW | pkg/config/user_config.go | 181 | // One of: 'normal' (default) | 'half' | 'full' |
| LOW | pkg/config/user_config.go | 261 | // colorArg: "always" |
| LOW | pkg/config/user_config.go | 301 | // Commands used to display git log of all branches in the main window, they will be cycled in order of appearance (arr |
| LOW | pkg/config/user_config.go | 381 | // One of: 'date-order' | 'author-date-order' | 'topo-order' | 'default' |
| LOW | pkg/integration/tests/ui/accordion.go | 1 | package ui |
| LOW | pkg/integration/tests/ui/range_select.go | 1 | package ui |
| LOW | pkg/integration/tests/staging/diff_context_change.go | 21 | // diff --git a/file1 b/file1 |
| LOW | pkg/integration/tests/staging/stage_hunks.go | 21 | // hunk looks like: |
| LOW | …s/cherry_pick/cherry_pick_commit_that_becomes_empty.go | 81 | // 1. We increment the selected line index after pasting by the number of pasted |
| LOW | …ntegration/tests/worktree/bare_repo_worktree_config.go | 21 | // we're going to have a directory structure like this: |
| LOW | pkg/gocui/view.go | 61 | // from a previous render until we explicitly set them to nil, allowing us to |
| LOW | pkg/gocui/view.go | 81 | |
| LOW | pkg/gocui/view.go | 121 | // The rune slice can be defined with 3 different lengths. |
| LOW | pkg/gui/filetree/node.go | 21 | |
| LOW | pkg/gui/types/keybindings.go | 21 | // If defined, this is used in place of Description when showing the keybinding |
| LOW | pkg/gui/types/refresh.go | 41 | // Normally a refresh of the branches tries to keep the same branch selected |
| LOW | pkg/gui/types/common.go | 261 | |
| LOW | pkg/gui/style/text_style.go | 1 | package style |
| LOW | pkg/gui/controllers/bisect_controller.go | 61 | func (self *BisectController) openMidBisectMenu(info *git_commands.BisectInfo, commit *models.Commit) error { |
| LOW | …g/gui/controllers/helpers/window_arrangement_helper.go | 41 | // Width of the screen (in characters) |
| LOW | pkg/commands/models/worktree.go | 1 | package models |
| LOW | pkg/commands/git_config/get_key.go | 21 | // without limitation the rights to use, copy, modify, merge, publish, |
| LOW | pkg/commands/patch/patch_test.go | 661 | expectedResults []int |
| LOW | pkg/commands/patch/transform.go | 21 | |
| LOW | pkg/commands/git_commands/commit_loader.go | 421 | // same, the command was rescheduled. |