summaryrefslogtreecommitdiffstats
path: root/pkg/config
AgeCommit message (Collapse)Author
2022-05-01Merge pull request #1894 from Ryooooooga/feature/iconsJesse Duffield
2022-04-23fix: improve default editCommandTemplateRyooooooga
2022-04-23feat(gui): show file iconsRyooooooga
2022-04-18allow hiding bottom lineJesse Duffield
2022-04-16clearer highlighting of current lineJesse Duffield
2022-04-06chore: typo hunting ft. codespellcasswedson
2022-04-02feat: fix permission problem of temp dirsRyooooooga
2022-03-27config: Add option 'git.autoRefresh' to en-/disable auto-refreshMoritz Haase
Adds a new 'autoRefresh' option to the 'git' config section that allows user to disable auto-refresh (defaults to on). If auto-refresh is enabled, the refreshInterval is now checked before starting the timer to prevent crashes when it is non-positive. Fixes #1417
2022-03-26Add copy commit attributes optionLuka Markušić
2022-03-19update lintersJesse Duffield
2022-03-17allow skipping confirmation prompt after opening subprocessv0.34Ram Bhosale
2022-03-16more explicitJesse Duffield
2022-03-16Add unstagedChangesColor config optionDaniel Kiss
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