aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-11Merge branch 'separate-branch-history-by-repository'v0.2.0Teddy Wing
2015-01-11Merge branch 'checkout-history-without-storage-file-bug'v0.1.1Teddy Wing
2015-01-11utils.go: Change error message when no history fileTeddy Wing
2015-01-11utils.go: Separate history by repositoryTeddy Wing
2015-01-06Merge branch 'bash-completion'Teddy Wing
2015-01-06README: Add information about shell completionTeddy Wing
2015-01-06Add patch for git-completion.bashTeddy Wing
2015-01-02utils.go: Trim trailing newline on repo directoryTeddy Wing
2014-12-31utils.go: Add function to get current git repo pathTeddy Wing
2014-12-26README: Add installation instructionsTeddy Wing
2014-12-26Add LICENSEv0.1.0Teddy Wing
2014-12-26README: Update with example & issuesTeddy Wing
2014-12-26git-checkout-history: Print output from `git-checkout`Teddy Wing
2014-12-26utils.go: Rename `OpenRCFile` -> `OpenHistoryFile`Teddy Wing
2014-12-26git-checkout-store: Take arbitrary argumentsTeddy Wing
2014-12-26git-checkout-store: Use Print instead of Println for cmd outputTeddy Wing
2014-12-26git-checkout-store: Print `git checkout` stderr outputTeddy Wing
2014-12-14git-checkout-history: Put duplicated code in utils.goTeddy Wing
2014-12-13utils.go: Extract branch storage filename to a variableTeddy Wing
2014-12-06git-checkout-history: Store branches in checkout historyv0.0.1Teddy Wing
2014-12-06Move branch storage to utils packageTeddy Wing
2014-12-06git-checkout-history: Passing an arg checks out a branchTeddy Wing
2014-12-06git-checkout-history: Output list of branches in historyTeddy Wing
2014-12-06git-checkout-store: Prepend to the branch listTeddy Wing
2014-12-06git-checkout-store: .git-checkout-historyrc -> .git-checkout-historyTeddy Wing
2014-12-06git-checkout-store: Store branch in YAML fileTeddy Wing
2014-12-06git-checkout-store: Create an rc file if it doesn't existTeddy Wing
2014-12-06git-checkout-store: go fmtTeddy Wing
2014-12-06git-checkout-store: Try to output STDOUT from git-checkoutTeddy Wing
2014-12-06git-checkout-store: Run `git checkout` with argumentTeddy Wing
2014-12-06Initial commit.Teddy Wing