summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2021-12-23change branch regex to only grab the first remote on each line of branch commandErik Scrafford
2021-12-06more efficient context diff size changingJesse Duffield
2021-12-06Use `DiffContextSize` in `ShowStashEntryCmdStr`DerTeta
2021-12-06Use `DiffContextSize` in `ShowCmdStr`DerTeta
2021-12-06Use `DiffContextSize` in `ShowFileDiffStr`DerTeta
2021-12-06Use `DiffContextSize` in `WorkTreeFileDiffCmdStr`DerTeta
2021-11-05add menu options for log stuffJesse Duffield
2021-11-05add some configJesse Duffield
2021-11-05render commit graphJesse Duffield
2021-10-30fix crashJesse Duffield
2021-10-30show author info in rebase commitsJesse Duffield
2021-10-30stream output from certain git commands in command log panelJesse Duffield
2021-10-23use cached git configJesse Duffield
2021-10-22simplify pull logicJesse Duffield
2021-10-20fix issue where upstream origin and branch were quoted togetherJesse Duffield
2021-10-18Improve backward compatibilityRyooooooga
2021-10-17Enable/disable os specific tests at compile timeRyooooooga
2021-10-17Fix testsRyooooooga
2021-10-16Use replacerRyooooooga
2021-10-16Escape special charactersRyooooooga
2021-10-16Fix testRyooooooga
2021-10-16Fix open link command in WindowsRyooooooga
2021-10-16minor changesJesse Duffield
2021-10-16copy selected text to clipboardHrishikesh Hiraskar
2021-10-09Quote ref names and branchesRyooooooga
2021-10-08Quote branch names and remote namesRyooooooga
2021-10-06Fix git-remote commandsRyooooooga
2021-10-06Fix error prompt when new tag name starts with '--'Ryooooooga
2021-10-06Fix crash when new submodule url contains double quotesRyooooooga
2021-10-06Fix crash when try to ignore tracked filesRyooooooga
2021-09-29Save patch files in TempDirRyooooooga
2021-09-21Fix crash on remove tracked files #1480Ryooooooga
2021-09-16Format code to pass lintblack_desk
2021-08-30allow user to configure the gui languageDwarven YANG
2021-08-25Change not to use cat commandRyooooooga
2021-08-23Merge pull request #1413 from Ryooooooga/feature/edit-lineMark Kopenga
2021-08-17Merge pull request #1432 from black-desk/moved-submodulev0.29Mark Kopenga
2021-08-16Merge pull request #1438 from Ryooooooga/feature/rename-files-with-modificationMark Kopenga
2021-08-16Fix stash submodule #1436Ryooooooga
2021-08-16Remove unused constantRyooooooga
2021-08-16Fix error when filename contains ` -> `Ryooooooga
2021-08-16Fix staged renamed file with unstaged changes displays incorrectly in Files v...Ryooooooga
2021-08-16Merge pull request #1434 from Ryooooooga/feature/fix-quote-in-filenameMark Kopenga
2021-08-16fix submodule command escaping #1436Ryooooooga
2021-08-13fix testRyooooooga
2021-08-13fix checkout file commandRyooooooga
2021-08-13fix crash when double quotes in filename #1433Ryooooooga
2021-08-13fix moved submoduleblack_desk
2021-08-13Update pkg/commands/files.goblack_desk
2021-08-13fix empty patch panel when spaces in filenameblack_desk