summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git.go
AgeCommit message (Expand)Author
2018-08-28dont panic when catting directoriesJesse Duffield
2018-08-28when panicking due to malformed gitconfig, show a more useful errorJesse Duffield
2018-08-27Merge branch 'master' into feature/add-allJesse Duffield
2018-08-27Merge branch 'master' into feature/anonymous-reportingJesse Duffield
2018-08-26anonymous reporting dataJesse Duffield
2018-08-26run gofmtAnthony HAMON
2018-08-26remove useless returned variableAnthony HAMON
2018-08-25add 'a' keybinding to toggle staged/unstaged for all filesJesse Duffield
2018-08-23Sirupsen -> sirupsenDawid Dziurla
2018-08-21Merge pull request #151 from alcohol/force-delete-branchJesse Duffield
2018-08-20add option to force delete given branchRob Bast
2018-08-19popup force push confirmation panel if the local branch has diverged from the...Jesse Duffield
2018-08-19fix ignore featureJesse Duffield
2018-08-19handle filenames with spaces betterJesse Duffield
2018-08-19Merge pull request #172 from jesseduffield/hotfix/167-ambiguous-name-in-diffJesse Duffield
2018-08-18improve remove file logicJesse Duffield
2018-08-17support filenames that match branchnamesJesse Duffield
2018-08-17use platform independent command to remove a file or directoryJesse Duffield
2018-08-14support files with spaces in nameJesse Duffield
2018-08-14better git squash logicJesse Duffield
2018-08-14refactor commands to depend less on the shellJesse Duffield
2018-08-14use platform-specific message quotingJesse Duffield
2018-08-14check both local and global config for gpgsignJesse Duffield
2018-08-14use git command with message in subprocess if using gpgsignJesse Duffield
2018-08-13progress on refactorJesse Duffield
2018-08-12no more go-git for committing (reflecting the change in master)Jesse Duffield
2018-08-12Mid refactor change some more stuffAndrei Miulescu
2018-08-12Move some commands aroundAndrei Miulescu
2018-08-12WIP refactorJesse Duffield
2018-08-12Restrucure project in a way where it is more modularAndrei Miulescu