summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_test.go
AgeCommit message (Expand)Author
2018-12-08Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-08fetching branches without checking outJesse Duffield
2018-12-06Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-05staging lines and hunksJesse Duffield
2018-12-04initial support for staging individual linesJesse Duffield
2018-11-30Add full stops to new comments.BlakeMScurr
2018-11-30Add simple comments to uncommented functions.BlakeMScurr
2018-11-14Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-11-14change how we build our list of branches to support detached headsJesse Duffield
2018-11-03Fixed testmjarkk
2018-10-31Fixed one textmjarkk
2018-10-31Fixed some testsmjarkk
2018-10-31Made a better way of test pushingmjarkk
2018-10-29Made error handling bettermjarkk
2018-10-27Made tests passmjarkk
2018-10-27Fixed testmjarkk
2018-10-08Fix tests and add test scenarios for amend.Kristijan Husak
2018-10-05more test coverageJesse Duffield
2018-09-25add test for CurrentBranchNameJesse Duffield
2018-09-25add test for getMergeBaseJesse Duffield
2018-09-25Merge branch 'feature/informative-commit-colors' of https://github.com/jessed...Jesse Duffield
2018-09-25support git flow when colouring commitsJesse Duffield
2018-09-20commands/git : refactor test to Diff, refactor functionAnthony HAMON
2018-09-20commands/git : returns an error instead of panicingAnthony HAMON
2018-09-20commands/git : add test to GetLogAnthony HAMON
2018-09-19fix specsJesse Duffield
2018-09-19fix specsJesse Duffield
2018-09-19Merge branch 'master' into hotfix/cursor-positioningJesse Duffield
2018-09-19update specsJesse Duffield
2018-09-17commands/git : add GetCommits tests refactorAnthony HAMON
2018-09-16commands/git : add test to GetBranchGraph, refactorAnthony HAMON
2018-09-16commands/git : add test to Checkout, refactorAnthony HAMON
2018-09-16commands/git : add test to RemoveFile, refactorAnthony HAMON
2018-09-16commands/git : move testsAnthony HAMON
2018-09-16commands/git : add tests, refactor a bitAnthony HAMON
2018-09-12commands/git : add tests on SquashFixupCommit and refactorAnthony HAMON
2018-09-12commands/git : add tests on SquashPreviousTwoCommitsAnthony HAMON
2018-09-12commands/git : swap global/local get configAnthony HAMON
2018-09-11commands/git : fix testAnthony HAMON
2018-09-11commands/git : add test to Push func, refactorAnthony HAMON
2018-09-11commands/git : add test to Commit func, refactorAnthony HAMON
2018-09-11commands/git: rewrite UsingGpg, add testsAnthony HAMON
2018-09-09commands/git : fix function callAnthony HAMON
2018-09-09commands/git : add several tests, do some cleanupAnthony HAMON
2018-09-09commands/git : rename functionsAnthony HAMON
2018-09-09commands/git : add tests for GetCommitsToPushAnthony HAMON
2018-09-09commands/git : add tests for UpstreamDifferentCountAnthony HAMON
2018-09-09rewrite to use subtestsAnthony HAMON
2018-09-04use RunCommandAnthony HAMON
2018-09-04rename NewApp to SetupAnthony HAMON