summaryrefslogtreecommitdiffstats
path: root/pkg/config
AgeCommit message (Collapse)Author
2023-02-20remove x keybinding for opening menu so we now only use '?'Jesse Duffield
2023-02-20add create tag from commit testJesse Duffield
2023-02-19feat: support to create tag on branchRyooooooga
2023-02-19rename key to PullJesse Duffield
2023-02-01Fixing indent in user_config.goPhanindra kumar Paladi
2023-01-29Merge branch 'master' into #2319_default_screen_modePhanindra Kumar Paladi
2023-01-26Add user config gui.skipRewordInEditorWarningstk
2023-01-16replaced 'screenMode' to 'windowSize' in configPhanindra kumar Paladi
2023-01-11Added screenMode configuration to gui configurationPhanindra kumar Paladi
2023-01-06feat(config): change `git.commit.verbose` to accept "default"Ryooooooga
2023-01-01Add option to allow --verbose commit in editor commitsPaul Horn
2022-12-28Merge pull request #2311 from wakaka6/add_return_alt1Jesse Duffield
2022-12-26chore(config): remove unused configRyooooooga
2022-12-20Change null as the default return-alt1wakaka6
2022-12-11add return alt1wakaka6
2022-11-30fix ignore file keybindingJesse Duffield
2022-11-21[#2279] defaultFgColor entry in theme configArnaud PERALTA
2022-11-12use better colour defaultsJesse Duffield
2022-10-16feat: add rename stashRyooooooga
2022-09-23Merge pull request #2167 from xiaoliwang/remove_deprecatedJesse Duffield
2022-09-17remove deprecated callsjiepeng
2022-09-17Add Key field to CustomCommandPrompt structMihai22125
Add Form field to CustomCommandObjects struct Write user prompts responses to Form field Ensure that map keys exists Add form prompts integration test Remove redundant index
2022-08-14basic custom command testJesse Duffield
2022-08-13introduce gui adapterJesse Duffield
2022-08-01add build info when building from sourceJesse Duffield
2022-07-28Add showOutput option to custom commands (#1163)sportshead
2022-07-05Merge pull request #2027 from jesseduffield/gozes-jesseJesse Duffield
Attempt at fixing CI
2022-07-05Allow adding a file to the .git/info/exclude fileJuan Sanchez Montalvo
2022-07-04Update pkg/config/user_config.goJesse Duffield
2022-07-04feat: add confirm prompt for custom keybindingsMichael Mead
- Supports configuring a custom confirmation prompt via `config.yml` for custom keybindings. A new `CustomCommandPrompt.Body` field is used to store the immutable body text of the confirmation popup. - Adds a sample 'confirm' prompt to the example `config.yml`. - Updates the `Prompts` section of the documentation to include 'confirm' prompt type and also describe which fields pertain to it (i.e. `initialValue`). Closes: https://github.com/jesseduffield/lazygit/issues/1858 Signed-off-by: Michael Mead <mmead.developer@gmail.com>
2022-07-03apply gofumptJohn Shin
2022-06-11apply formattingJohn Shin
2022-06-11support open file and link on WSLJohn Shin
2022-06-11Merge pull request #1970 from mark2185/fix-helpful-unmarshall-errorJesse Duffield
2022-05-31Update pkg/config/app_config.go Luka Markušić
Print out error to narrow down the search Co-authored-by: Ryoga <eial5q265e5+github@gmail.com>
2022-05-30fix: lint errorLay
2022-05-30Add config param that displays the whole git graph by defaultLay
2022-05-28Add helpful message on unmarshall errorLuka Markušić
2022-05-18feat: add ability to customize time formatRyooooooga
2022-05-08add option to always show unstaged/staged panelsHiromasaNojima
2022-05-08Add command to reset the commit author from the commits panel.Jens Pfeifle
2022-05-07Merge pull request #1918 from RhydianJenkins/name-bug-fixJesse Duffield
2022-05-06Bug fix - unused name paramRhydian Jenkins
2022-05-06feat: add ability to edit hunkRyooooooga
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