summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2020-08-16add keybinding to create new branch off of commitJesse Duffield
2020-08-16support multi word editor configJesse Duffield
2020-08-16prefill commit reword editorJesse Duffield
2020-08-15move patch stuff into its own packageJesse Duffield
2020-08-15allow opening files on the selected line in the staging panelJesse Duffield
2020-08-12allow entering a password when fast forwarding another branchJesse Duffield
2020-08-12rename argJesse Duffield
2020-08-12stop pulling in generalJesse Duffield
2020-08-12support multiple modes of git pullJesse Duffield
2020-08-12update namingJesse Duffield
2020-08-09simplify patch modifier interfaceJesse Duffield
2020-08-07follow cursor when staging and unstaging a file renameJesse Duffield
2020-08-07allow renames to be discardedJesse Duffield
2020-07-19better logic for staging a renamed fileJesse Duffield
2020-07-15fix TestGitCommandCommit testv0.20.9Randshot
2020-07-15revert changes to 'os_default_platform.go' and 'os_windows.go'Randshot
2020-07-15use strconv for quoting in 'GitCommand.Commit' and 'OSCommand.ShellCommandFro...Randshot
2020-07-14factor out duplicate code into 'ShellCommandFromString'v0.20.8Randshot
2020-07-14add quotes around the git commit command on non-windows systemsRandshot
2020-07-12Merge branch 'master' into add-overrideGpg-switchRandshot
2020-07-12fix 'Amend commit using gpg' testRandshot
2020-07-12fix 'Commit using gpg' testRandshot
2020-07-12fix platform specific quoting when using GPGRandshot
2020-07-10Remove getLocalGitConfigv0.20.5Jasper Mendiola
2020-07-10Rename appconfig to configJasper Mendiola
2020-07-10fix testsJasper Mendiola
2020-07-10add oneline-graphJasper Mendiola
2020-05-30add overrideGpg switch, which prevents lazygit from spawning a separate proce...Randshot
2020-05-19fix https://github.com/jesseduffield/lazygit/issues/848Jesse Duffield
2020-05-15additional password prompt regexJesse Duffield
2020-05-15check if user has configured to push to current by defaultJesse Duffield
2020-05-15prevent flicker from bolding background of selected lineJesse Duffield
2020-05-09Add option to split patch into a new commitGary Yendell
2020-04-27fix issue #640 add catCmd and OS-specific valuesTyler Davis
2020-04-22totally screwed up the last commitv0.20.2Jesse Duffield
2020-04-22handle comments in todo filesv0.20.1Jesse Duffield
2020-04-20support configurable merge argsJesse Duffield
2020-04-20fix: fixed gpg breaking terminalGlenn Vriesman
2020-04-15support copying stuff to clipboardJesse Duffield
2020-03-29add new diff modeJesse Duffield
2020-03-29remove old diff mode codeJesse Duffield
2020-03-29rename to filtered modeJesse Duffield
2020-03-29allow scoped mode where the commits/reflog/stash panels are scoped to a fileJesse Duffield
2020-03-28fix up some things with the patch handling stuffJesse Duffield
2020-03-28autostash changes when pulling file into indexJesse Duffield
2020-03-28move working tree state function into git.goJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-03-28fix testJesse Duffield
2020-03-28in fact we don't need any of these optionsJesse Duffield
2020-03-28actually don't even bother limitingJesse Duffield