summaryrefslogtreecommitdiffstats
path: root/pkg/commands
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-26add testsAnthony HAMON
2018-08-26extract dependenciesAnthony HAMON
2018-08-26switch GetOpenCommand scope to privateAnthony HAMON
2018-08-26move dummy functions, rename functionsAnthony HAMON
2018-08-26add tests to pkg/commandsAnthony HAMON
2018-08-26remove useless returned variableAnthony HAMON
2018-08-26remove useless returned variableAnthony HAMON
2018-08-26simplify methodAnthony HAMON
2018-08-26avoid useless allocationAnthony HAMON
2018-08-26move platform specific code to dedicated platform filesAnthony 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-22Merge pull request #198 from antham/fix-various-errorsJesse Duffield
2018-08-21fix documentation and reference issuesAnthony HAMON
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-19add test for variety of potential git diff situationsJesse Duffield
2018-08-18improve remove file logicJesse Duffield
2018-08-18support opening and editing config fileJesse Duffield
2018-08-17support filenames that match branchnamesJesse Duffield
2018-08-17Merge pull request #159 from remyabel/158_escape_backticksJesse Duffield
2018-08-17use platform independent command to remove a file or directoryJesse Duffield
2018-08-16Use strings.Replace instead of regexpTommy Nguyen
2018-08-16reformatTommy Nguyen
2018-08-15fix formattingTommy Nguyen
2018-08-15#158: escapes backticks, which is a problem in shells like BashTommy Nguyen
2018-08-14pull errors out of package scope and store sentinel errors on the gui structJesse Duffield
2018-08-14tried to update to latest masterMark Kopenga
2018-08-14support files with spaces in nameJesse Duffield
2018-08-14fix open commandJesse Duffield
2018-08-14better git squash logicJesse Duffield
2018-08-14Merge branch 'master' into feature/quoted-messagesJesse Duffield
2018-08-14refactor commands to depend less on the shellJesse Duffield
2018-08-14Platform should only be present onceAndrei Miulescu
2018-08-14use platform-specific message quotingJesse Duffield
2018-08-14centralise subprocess code to gui.goJesse 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-13got this bad boy compiling againJesse Duffield