summaryrefslogtreecommitdiffstats
path: root/pkg/config
AgeCommit message (Collapse)Author
2022-02-01Add configurable colors for branch prefixesMatt Cles
Branches can now be colored based on their prefix, if it matches a user defined prefix in the config file. If no user defined prefix matches, then it will fallback to the defaults: green for 'feature', yellow for 'bugfix', and red for 'hotfix'. All remaining branches will be set to the default text color.
2022-01-24stop skipping stash warningsJesse Duffield
2022-01-22add support for git bisectJesse Duffield
2022-01-04refactoring the config structJesse Duffield
2022-01-04align Gui struct with GitCommandJesse Duffield
2022-01-04no more config in git command structJesse Duffield
2021-12-29allow opening a commit in the browserJesse Duffield
2021-12-25add signoff configMark Sagi-Kazar
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-12-06more efficient context diff size changingJesse Duffield
2021-12-06Add a menu entry and keybinding to `{` for decreasing the context sizeDerTeta
2021-12-06Add a menu item and keybinding to `}` to increase the context sizeDerTeta
2021-12-06Add the `DiffContextSize` setting to `GitConfig`DerTeta
It defaults to 3 lines, which is the default value for git.
2021-11-05add menu options for log stuffJesse Duffield
2021-11-05support scrolling left and rightJesse Duffield
2021-11-05add some configJesse Duffield
2021-10-30support user-configurable author coloursJesse Duffield
2021-10-23easier hiding of command logv0.30Jesse Duffield
2021-10-23add more suggestionsJesse Duffield
2021-10-22show filetree by defaultJesse Duffield
2021-10-22Improve JumpToBlock keybinding functionalitySam Burville
Improve experience when yaml file has != 5 keybindings and change view helper to use the length of the array instead of hardcoded value.
2021-10-22Add JumpToBlock keybindingSam Burville
This should allow users to decide their own keybinding for jumping between blocks/panels. E.g. A user could choose 5-9 instead of 1-5.
2021-10-22simplify pull logicJesse Duffield
2021-10-16Fix open link command in WindowsRyooooooga
2021-10-16small changesJesse Duffield
2021-10-16extra commentJesse Duffield
2021-10-16small changesJesse Duffield
2021-10-16Allow having multiple config filesmjarkk
2021-09-30Fix text formattingSam Burville
2021-09-30Tidy of spacing on GetDefaultConfig in user_configSam Burville
2021-09-30Make cherry pick commit color customisableSam Burville
Two new settings in the config, which allow the cherry picked foreground and background to be custom colors. Issue #856
2021-09-29Save patch files in TempDirRyooooooga
2021-09-16Format code to pass lintblack_desk
2021-08-30allow user to configure the gui languageDwarven YANG
2021-08-25Implement state filtering for commit filesLiberatys
2021-08-23Fix open command in WindowsRyooooooga
2021-08-23Merge pull request #1413 from Ryooooooga/feature/edit-lineMark Kopenga
Make os.editCommand customizable using template
2021-08-06Minor changes to menuFromCommand promptsElwardi
2021-08-05Make menuFromCommand format menu items and their descriptionElwardi
2021-08-04fix backward compatibilityRyooooooga
2021-08-03introduce edit command template to open a specifig line of a fileRyooooooga
2021-07-27Implement pull request options menuDenis Palashevskii
2021-07-19Add option to format filter matches to menuFromCommand promptsElwardi
2021-07-18Apply suggestions from @mjarkk for menyFromCommandsElwardi
2021-07-18Add prompt type: menuFromCommandElwardi
2021-07-16parse github emoji config optionmjarkk
2021-07-01:fire: remove erroneous user_config fieldsDavyd McColl
2021-07-01:sparkles: implement feedback when toggling whitespaceDavyd McColl
2021-07-01:sparkles: facilitate toggling whitespace in the diff view with a hotkey ↵Davyd McColl
(c-w by default)
2021-06-15Read pull mode from gitconfig lazilyEmiliano Ruiz Carletti
2021-06-15Revert "Read pull mode from git configuration"Emiliano Ruiz Carletti
This reverts commit e69e240a312bf990c9cf93a30648ceec5d3ee629.