1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-14 11:23:09 +02:00
Commit Graph

3301 Commits

Author SHA1 Message Date
Michael Mead
9d304098bb feat: add confirm prompt for custom keybindings
- 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-04 11:36:13 -07:00
Jesse Duffield
582b1991a4
Merge pull request #1997 from shinhs0506/wsl-support 2022-07-04 18:13:55 +10:00
Jesse Duffield
6e6e8ce8ca
Update CONTRIBUTING.md 2022-07-04 18:09:24 +10:00
John Shin
1eb47deae4 apply gofumpt 2022-07-03 02:00:40 -07:00
README-bot
7fbb073b18 Updated README.md 2022-07-03 08:39:40 +00:00
Jesse Duffield
bc989dd846
Merge pull request #2022 from Ryooooooga/fix-config-env
docs(Config.md): fix docs on specifying config file
2022-07-03 18:39:19 +10:00
Ryooooooga
60049f8f4f
docs(Config.md): fix docs on specifying config file 2022-07-02 19:53:54 +09:00
Jesse Duffield
f565290737
Merge pull request #2002 from Ryooooooga/update-config-docs 2022-07-01 17:22:19 +10:00
Jesse Duffield
a6eb2c7e9d
Merge pull request #2006 from jesseduffield/better-killing 2022-07-01 17:16:29 +10:00
README-bot
3ab1b39ac7 Updated README.md 2022-07-01 07:15:58 +00:00
Jesse Duffield
36c8f592cf
Merge pull request #2020 from mark2185/feature/default-branch 2022-07-01 17:15:39 +10:00
Luka Markušić
f1efa02640 Ask for initial branch name 2022-06-30 13:53:58 +02:00
Jesse Duffield
41071c3703
Update README.md 2022-06-19 17:41:04 +10:00
README-bot
9618338b4f Updated README.md 2022-06-19 07:34:48 +00:00
Jesse Duffield
6d2bc6dca3
Update README.md 2022-06-19 17:34:32 +10:00
Jesse Duffield
c9d891a913 better process killing 2022-06-18 13:39:22 +10:00
Ryooooooga
92b0e0edd0
docs(Config.md): add missing keybinding.branches.renameBranch 2022-06-16 23:29:48 +09:00
Jesse Duffield
a5821f5ec8
Merge pull request #1960 from fsmiamoto/fix-interactive-rebase 2022-06-13 12:44:07 +10:00
Francisco Miamoto
d8dfed79b3 fix: use todo parser to properly read rebase todo file 2022-06-12 20:01:32 -03:00
Francisco Miamoto
0b08a0b298 build: add github.com/fsmiamoto/git-todo-parser 2022-06-12 20:01:32 -03:00
John Shin
4d54b3801f apply formatting 2022-06-11 23:23:22 -07:00
John Shin
3067c2c321 support open file and link on WSL 2022-06-11 23:18:29 -07:00
Jesse Duffield
2bccbee32b
Merge pull request #1992 from jesseduffield/fix-ci 2022-06-11 13:23:59 +10:00
Jesse Duffield
2fc77796b1 fix ci 2022-06-11 13:20:49 +10:00
Jesse Duffield
2864366e95
Merge pull request #1991 from jesseduffield/parallel-tests 2022-06-11 13:17:36 +10:00
Jesse Duffield
3d61893589 add more cache paths 2022-06-11 13:11:56 +10:00
Jesse Duffield
ef36ac955d remove unused file 2022-06-11 13:11:51 +10:00
Jesse Duffield
02c5559704 run integration tests in parallel and properly cache windows build 2022-06-11 13:06:29 +10:00
Jesse Duffield
32c0b39dbd
Merge pull request #1950 from HiromasaNojima/add_subcommand_into_specific_layout_directly 2022-06-11 11:51:14 +10:00
Jesse Duffield
baa02ac154
Merge pull request #1969 from mark2185/fix-windows-create-new-git-repo 2022-06-11 11:50:53 +10:00
Jesse Duffield
d0748c6c28 verbose tests 2022-06-11 11:23:56 +10:00
Jesse Duffield
b1e4968d0b allow opening lazygit to a specific panel 2022-06-11 11:23:56 +10:00
Luka Markušić
a955dbcfd7 Validate recent repo before blindly opening it 2022-06-11 09:42:51 +10:00
Luka Markušić
658a6b239b Fix parsing of 'y/n' when starting in non-repo 2022-06-11 09:42:51 +10:00
Jesse Duffield
36aa01c3ac
Merge pull request #1970 from mark2185/fix-helpful-unmarshall-error 2022-06-11 09:19:30 +10:00
Jesse Duffield
de3114edc3
Merge pull request #1972 from lei4519/feature/display-whole-graph-by-default 2022-06-09 20:17:25 +10:00
Jesse Duffield
cdec70cc06
Merge pull request #1975 from mark2185/fix-unmatching-remote-branch-name 2022-06-09 20:12:56 +10:00
Jesse Duffield
24e3afbb56
Merge pull request #1983 from David-Else/master 2022-06-09 20:10:47 +10:00
Jesse Duffield
f15fafd7cb
Merge pull request #1929 from jesseduffield/set-author 2022-06-09 19:28:54 +10:00
Jesse Duffield
9591cc381a support setting the author of a commit
update copy
2022-06-09 19:12:20 +10:00
README-bot
901ab3ac1b Updated README.md 2022-06-08 06:18:32 +00:00
Jesse Duffield
9a8625b35c
Merge pull request #1986 from Shin-JaeHeon/feature/korean
Add Korean translation
2022-06-08 16:18:14 +10:00
Shin-JaeHeon
b6b1f5dc37 improve korean translation 2022-06-07 23:46:32 +09:00
Shin-JaeHeon
d2a873cb40 improve korean translation 2022-06-07 23:36:24 +09:00
Shin-JaeHeon
d533427173 Korean translation 2022-06-07 23:31:56 +09:00
David
d669d9dab7 Update Fedora/RHEL installation information 2022-06-06 10:49:06 +01:00
Luka Markušić
55a941d5dc Fetch the correct remote branch 2022-06-01 20:35:09 +02:00
README-bot
f9a3188b56 Updated README.md 2022-06-01 09:14:26 +00:00
Jesse Duffield
f6ce220807
Update Custom_Command_Keybindings.md 2022-06-01 19:14:08 +10:00
Luka Markušić
abf203e012
Update pkg/config/app_config.go
Print out error to narrow down the search

Co-authored-by: Ryoga <eial5q265e5+github@gmail.com>
2022-05-31 13:28:24 +02:00