aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-13Merge branch 'make-branch-list-work-in-git-worktrees'HEADv0.1.4masterTeddy Wing
2020-03-13git-branch-list: Update copyright yearTeddy Wing
2020-03-13Increase version v0.1.3 -> v0.1.4Teddy Wing
2020-03-13git-branch-list: Allow commands to work in Git worktreesTeddy Wing
2019-12-09CHANGELOG: Add entry for `clear` subcommand Bash completionv0.1.3Teddy Wing
2019-12-09git-branch-list.bash-completion: Update copyright yearTeddy Wing
2019-12-09git-branch-list.bash-completion: Complete `clear` subcommandTeddy Wing
2019-12-09Migrate Homebrew formula to teddywing/formulaeTeddy Wing
2019-12-09git-branch-list: Update copyright yearTeddy Wing
2019-12-09Increase version v0.1.2 -> v0.1.3Teddy Wing
2019-12-09Merge branch 'fix-operations-when-there-are-more-than-ten-saved-branches'Teddy Wing
2019-12-09git-branch-list: Fix checkout and drop commands for >10 saved branchesTeddy Wing
2019-05-25Homebrew: Update for v0.1.2Teddy Wing
2019-05-25Increase version v0.1.1 -> v0.1.2v0.1.2Teddy Wing
2019-05-25Merge branch 'update-help-output'Teddy Wing
2019-05-25git-branch-list(usage): Add `clear` command; Drop is variadicTeddy Wing
2019-05-25Merge branch 'make-program-work-in-subdirectories'Teddy Wing
2019-05-25git-branch-list: Make the branch list work in subdirectoriesTeddy Wing
2018-04-20Homebrew: Update for v0.1.1Teddy Wing
2018-04-20Increase version v0.1.0 -> v0.1.1v0.1.1Teddy Wing
2018-04-19Merge branch 'fix-drop-for-branch-names-with-slashes'Teddy Wing
2018-04-19git-branch-list(drop): Fix deletion for branches with slashesTeddy Wing
2018-04-19Merge branch 'fix-drop-for-branches-with-similar-names'Teddy Wing
2018-04-19git-branch-list(save): Allow saving branches with similar namesTeddy Wing
2018-04-19git-branch-list(drop): Support multiple branches with similar namesTeddy Wing
2018-03-22Homebrew: Update for v0.1.0Teddy Wing
2018-03-21Increase version v0.0.1 -> v0.1.0v0.1.0Teddy Wing
2018-03-21Add CHANGELOGTeddy Wing
2018-03-21Merge branch 'drop-multiple-branches'Teddy Wing
2018-03-21Merge branch 'clear-command'Teddy Wing
2018-03-21git-branch-list(drop): Add support for multiple branch argumentsTeddy Wing
2018-03-21Add `drop` command testsTeddy Wing
2018-03-18git-branch-list(drop): Show error message when branch not foundTeddy Wing
2018-03-18t/: Move `$BIN` variable to moduleTeddy Wing
2018-03-18git-branch-list: Add `clear` commandTeddy Wing
2018-03-18Add TAP test structureTeddy Wing
2018-02-21README: Add installation instructionsTeddy Wing
2018-02-21Add Homebrew formulaTeddy Wing
2018-02-21Add READMEv0.0.1Teddy Wing
2018-02-21git-branch-list: Remove `$?` from `exit`Teddy Wing
2018-02-21git-branch-list: Add a flag to output the program versionTeddy Wing
2018-02-21Add Bash completionTeddy Wing
2018-02-21git-branch-list(is_a_branch): Remove `$?` from `return`Teddy Wing
2018-02-21git-branch-list: Update usage to include optional `<branch-name>`Teddy Wing
2018-02-21Add license (GNU GPLv3+)Teddy Wing
2018-02-21git-branch-list: Add usage outputTeddy Wing
2018-02-20git-branch-list: Remove obsolete commentsTeddy Wing
2018-02-20git-branch-list(drop_branch): Remove `sed` backup fileTeddy Wing
2018-02-20git-branch-list(is_a_branch): Quiet `git rev-parse`Teddy Wing
2018-02-20git-branch-list(drop_branch): Allow dropping branches by IDTeddy Wing