summaryrefslogtreecommitdiffstats
path: root/gitcommands.go
AgeCommit message (Expand)Author
2018-08-12Restrucure project in a way where it is more modularAndrei Miulescu
2018-08-11if you are using gpgsign, must use git editor to commitJesse Duffield
2018-08-11fix whitespaceJesse Duffield
2018-08-11fallback to vi when trying to edit file and no EDITOR/VISUAL is definedJesse Duffield
2018-08-11Merge branch 'master' into feature/deleting-branchesJesse Duffield
2018-08-11merge branch masterJesse Duffield
2018-08-11clean up fixup codeJesse Duffield
2018-08-11remove time loggingJesse Duffield
2018-08-10added branch delete functionallityHubert Baumgartner
2018-08-10compare branches for name equality regardless of caseJesse Duffield
2018-08-10Obtain branches in a more robust way. Begin refactor work on gitcommandsJesse Duffield
2018-08-10Add `fixup` option into commits panelChing-Hsuan Yen
2018-08-09WIP hard resetJesse Duffield
2018-08-09throw error when git username not configuredJesse Duffield
2018-08-09use go-git for commitsJesse Duffield
2018-08-09factor out platform specific logic into a struct on stateJesse Duffield
2018-08-09show error on git add --patching untracked fileJesse Duffield
2018-08-08add git config check and editing abilityJesse Duffield
2018-08-08"opening and editing"Jesse Duffield
2018-08-08"step one towards dealing with gpgsign"Jesse Duffield
2018-08-08add file to commandJesse Duffield
2018-08-08Merge branch 'master' into feature/better-file-openingJesse Duffield
2018-08-07support patched addingJesse Duffield
2018-08-07rename recency to prefixJesse Duffield
2018-08-07refactor into smaller functionsJesse Duffield
2018-08-07ensure current branch is on top of the branch listJesse Duffield
2018-08-07refactorJesse Duffield
2018-08-07revert to using bash instead of shJesse Duffield
2018-08-07better function nameJesse Duffield
2018-08-07refactor getting branchesJesse Duffield
2018-08-07fixupJesse Duffield
2018-08-07merge masterJesse Duffield
2018-08-07run subprocess cleanlyJesse Duffield
2018-08-07platform specific shell usageJesse Duffield
2018-08-07swap out bash command for a git oneJesse Duffield
2018-08-07use git branch when merging branchesJesse Duffield
2018-08-07return on error when merging branchesJesse Duffield
2018-08-07use sh instead of bashJesse Duffield
2018-08-07limit commits in graph output for performanceJesse Duffield
2018-08-06Modified reference to HEAD in one case, others appear to exist for ranges but...Karl Mutch
2018-08-07fix incorrect checked out branch displayJesse Duffield
2018-08-06fix windows bash conditional errorJesse Duffield
2018-08-06handling file editJesse Duffield
2018-08-06remove old commentJesse Duffield
2018-08-06show graph when selecting branch in branch panelJesse Duffield
2018-08-06standardise error handling of command functionsJesse Duffield
2018-08-06no panic on git commit errorJesse Duffield
2018-08-06add vscode keybindingJesse Duffield
2018-08-06fix spacingJesse Duffield
2018-08-06deal with month time unit in reflog outputJesse Duffield