summaryrefslogtreecommitdiffstats
path: root/pkg/utils
AgeCommit message (Collapse)Author
2023-04-29enforce lowercase filenamesJesse Duffield
2023-04-15Make moving todo commits more robustStefan Haller
2023-04-15Make EditRebaseTodo more robustStefan Haller
It used to work on the assumption that rebasing commits in lazygit's model correspond one-to-one to lines in the git-rebase-todo file, which isn't necessarily true (e.g. when users use "git rebase --edit-todo" at the custom command prompt and add a "break" between lines).
2023-01-18fix: fix `ReplacePlaceholderString`Ryooooooga
2022-10-15Use lazycore utils: Clamp and GetLazyRootDirectoryGustavo Andrioli
2022-10-13fix: fix stash with empty messageRyooooooga
2022-10-02use thread safe mapJesse Duffield
2022-09-30feat: allow `OSCommand.Quote` to be invoked within a custom commandRyooooooga
2022-09-23Merge pull request #2167 from xiaoliwang/remove_deprecatedJesse Duffield
2022-09-17formatterTomCao New Macbook Pro
2022-09-17remove deprecated callsjiepeng
2022-09-17Add Key field to CustomCommandPrompt structMihai22125
Add Form field to CustomCommandObjects struct Write user prompts responses to Form field Ensure that map keys exists Add form prompts integration test Remove redundant index
2022-08-14better CLI interfaceJesse Duffield
2022-08-11add new integration test patternJesse Duffield
2022-08-07add deadlock mutex packageJesse Duffield
write to deadlock stderr after closing gocui more deadlock checking
2022-08-06refactor to only have one context per viewJesse Duffield
2022-05-18feat: add ability to customize time formatRyooooooga
2022-05-04feat: accept named colors for `gui.authorColors`Ryooooooga
2022-03-24refactor cheatsheet generatorJesse Duffield
2022-03-24many more genericsJesse Duffield
2022-03-24more genericsJesse Duffield
2022-03-24make more use of genericsJesse Duffield
2022-03-19update lintersJesse Duffield
2022-03-17move more view model logic into the files view modelJesse Duffield
2022-03-17start refactoring guiJesse Duffield
2022-02-01Add shared function for loading map of custom colorsMatt Cles
2022-01-22add support for git bisectJesse Duffield
2022-01-09add some more lintersJesse Duffield
2022-01-09refactorJesse Duffield
2022-01-09fix testsJesse Duffield
2022-01-09start breaking up git structJesse Duffield
2022-01-04more test refactoringJesse Duffield
2022-01-04refactoring the config structJesse Duffield
2022-01-04introduce Common struct for passing around common stuffJesse Duffield
2021-12-26add FindNamedMatches function in utilsJesse Duffield
2021-11-05render commit graphJesse Duffield
2021-10-31better formattingJesse Duffield
2021-10-30fix truncationJesse Duffield
2021-10-30fix yet another issue with indentationJesse Duffield
2021-10-30fix another issue with indentationJesse Duffield
2021-10-30fix issue with indentationJesse Duffield
2021-10-30Fix multibyte initial charactersRyooooooga
2021-10-30associate random colours with authorsJesse Duffield
2021-10-23add more suggestionsJesse Duffield
2021-07-31add tests for color changesmjarkk
2021-07-31simplify code a bitJesse Duffield
2021-07-30Switch to github.com/gookit/color for terminal colorsmjarkk
2021-07-23correctly show files with special chars in commitmjarkk
2021-06-05support reverting merge commitsJesse Duffield
2021-06-02refactorJesse Duffield