1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/commands/git_commands
2022-11-12 18:09:15 -03:30
..
bisect_info.go simplify 2022-03-24 20:14:41 +11:00
bisect.go select current bisect commit even if bisect was started on another branch 2022-01-26 19:29:17 +11:00
branch_test.go refactor to group up more commonly used git command stuff 2022-01-18 22:01:09 +11:00
branch.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
commit_test.go pkg/commands: Don't duplicate line breaks when retrieving commit message 2022-03-23 08:19:17 +11:00
commit.go support setting the author of a commit 2022-06-09 19:12:20 +10:00
common.go add deadlock mutex package 2022-08-07 11:16:14 +10:00
config.go restore field 2022-01-09 14:09:53 +11:00
custom.go refactor to group up more commonly used git command stuff 2022-01-18 22:01:09 +11:00
deps_test.go refactor to group up more commonly used git command stuff 2022-01-18 22:01:09 +11:00
file_test.go fix: improve default editCommandTemplate 2022-04-23 17:39:12 +09:00
file.go remove deprecated calls 2022-09-17 15:10:41 -07:00
flow.go refactor to group up more commonly used git command stuff 2022-01-18 22:01:09 +11:00
patch.go refactor todo file generation 2022-03-24 20:14:41 +11:00
rebase_test.go clearer separation of concerns when bootstrapping application 2022-05-07 16:02:04 +10:00
rebase.go Rebase merges by default 2022-09-24 23:37:17 +02:00
remote.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
stash_test.go chore: refactor rename stash 2022-10-16 09:30:04 +09:00
stash.go Merge branch 'master' into stash-untracked-changes 2022-11-01 16:08:34 -02:30
status.go Apply refactoring suggestions 2022-08-15 13:59:34 +01:00
submodule.go add a file close that was missed 2022-01-26 14:50:47 +11:00
sync_test.go add some more linters 2022-01-09 14:09:53 +11:00
sync.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
tag.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
working_tree_test.go remove deprecated calls 2022-09-17 15:10:41 -07:00
working_tree.go fix could-not-access error 2022-11-12 18:09:15 -03:30