summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2022-03-24refactor cheatsheet generatorJesse Duffield
2022-03-23allow adding whole diff to patchJesse Duffield
this was causing a panic add integration test for toggling all commit files
2022-03-17update cheatsheetsJesse Duffield
2022-03-17clean up keybindings menuJesse Duffield
2022-03-17update cheatsheetJesse Duffield
2022-03-17update cheatsheetsJesse Duffield
2022-03-17fix cheatsheet crashJesse Duffield
2022-03-17fix lintingJesse Duffield
2022-03-17fix some thingsJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
more and more move rebase commit refreshing into existing abstraction and more and more WIP and more handling clicks properly fix merge conflicts update cheatsheet lots more preparation to start moving things into controllers WIP better typing expand on remotes controller moving more code into controllers
2022-03-17allow skipping confirmation prompt after opening subprocessv0.34Ram Bhosale
2022-03-16ignore current user language when generating cheatsheetsJesse 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-29simplify submodule removeJesse Duffield
2022-01-24stop skipping stash warningsJesse Duffield
2022-01-22add support for git bisectJesse Duffield
2022-01-19softer auto-generation messageJesse Duffield
2022-01-17allow sandbox mode with integration testsJesse Duffield
2022-01-04add cheatsheet check scriptJesse Duffield
2022-01-04make it clear that keybinding cheat sheets are auto-generatedJesse Duffield
2021-12-26update docs on integration testsFrancisco Miamoto
The instructions provided were not working as expected.
2021-12-25Use "reword" for amending a commit message everywherejustinsb
We were inconsistent about "rename" vs "reword" for commits. reword is the term used in git itself (for example, in rebase).
2021-12-25add signoff configMark Sagi-Kazar
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-12-25fix typoCokile
2021-12-25support config unified color for commit authorsCokile
2021-12-13fix show filetree default value in docsTheodore Keloglou
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-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-16Allow having multiple config filesmjarkk
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-08-30allow user to configure the gui languageDwarven YANG
2021-08-25Fix translationsRyooooooga
2021-08-23Merge pull request #1413 from Ryooooooga/feature/edit-lineMark Kopenga
Make os.editCommand customizable using template
2021-08-23Update docs/Config.mdRyoga
Co-authored-by: Jesse Duffield <jessedduffield@gmail.com>
2021-08-21apply suggestion for the document of editCommandTemplateRyooooooga
2021-08-20add documentation of editCommandTemplateRyooooooga
2021-08-07Support match colors in `labelFormat` entry in menuFromCommand promptsElwardi
2021-08-06Show only labels in menuFromCommand promptsElwardi
2021-08-06Minor changes to menuFromCommand promptsElwardi