summaryrefslogtreecommitdiffstats
path: root/pkg/commands/files.go
AgeCommit message (Expand)Author
2022-01-09refactorJesse Duffield
2022-01-09fix testsJesse Duffield
2022-01-09start breaking up git structJesse Duffield
2022-01-07simplify how we log commandsJesse Duffield
2022-01-04refactor files_test.goJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04WIPJesse Duffield
2022-01-04no more config in git command structJesse Duffield
2022-01-04WIPJesse Duffield
2021-12-06Use `DiffContextSize` in `ShowFileDiffStr`DerTeta
2021-12-06Use `DiffContextSize` in `WorkTreeFileDiffCmdStr`DerTeta
2021-10-23use cached git configJesse Duffield
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-08-25Change not to use cat commandRyooooooga
2021-08-23Merge pull request #1413 from Ryooooooga/feature/edit-lineMark Kopenga
2021-08-13fix checkout file commandRyooooooga
2021-08-13fix crash when double quotes in filename #1433Ryooooooga
2021-08-13Update pkg/commands/files.goblack_desk
2021-08-13fix empty patch panel when spaces in filenameblack_desk
2021-08-04fix backward compatibilityRyooooooga
2021-08-03introduce edit command template to open a specifig line of a fileRyooooooga
2021-07-01:art: prefer the long switch over the short one for easier readingDavyd McColl
2021-07-01:sparkles: facilitate toggling whitespace in the diff view with a hotkey (c-w...Davyd McColl
2021-06-05Docs for EditCommand.caojoshua
2021-06-05Edit command as user OS config optioncaojoshua
2021-04-11start adding support for logging of commandsJesse Duffield
2021-04-11allow opening merge toolJesse Duffield
2021-04-10fix commit amendJesse Duffield
2021-04-06add retry logic for running git commands to avoid index.lock problemsJesse Duffield
2021-04-02fix merge conflict cat issue on windowsJesse Duffield
2021-04-02refactor to no longer call these things file changesJesse Duffield
2021-04-01support GIT_EDITORJesse Duffield
2021-03-30refactorJesse Duffield
2021-03-30rename some thingsJesse Duffield
2021-03-30allow toggling on/off file tree modeJesse Duffield
2021-03-30more file tree improvementsJesse Duffield
2021-03-30allow ignoring directoriesJesse Duffield
2021-03-30support discarding changes in dirJesse Duffield
2021-03-30showing changes for directoriesJesse Duffield
2021-03-20better handling of discarding filesJesse Duffield
2021-03-14fix renamed files looking wrongv0.26.1Jesse Duffield
2021-03-13Fix testsRyooooooga
2021-03-13Fix staging/unstaging filenames that starts with `-` or `--`Ryooooooga
2021-02-08remove go-gitconfig packageJesse Duffield
2020-11-28standardise how we read from the configJesse Duffield
2020-10-02bulk submodule menuJesse Duffield
2020-10-02allow submodule init and show submodule diff with a prefixJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield