index
:
git-branch-list
master
A Git add-on that maintains a list of branches that can be checked out quickly
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-03-21
Increase version v0.0.1 -> v0.1.0
v0.1.0
Teddy Wing
2018-03-21
Add CHANGELOG
Teddy Wing
2018-03-21
Merge branch 'drop-multiple-branches'
Teddy Wing
2018-03-21
Merge branch 'clear-command'
Teddy Wing
2018-03-21
git-branch-list(drop): Add support for multiple branch arguments
Teddy Wing
2018-03-21
Add `drop` command tests
Teddy Wing
2018-03-18
git-branch-list(drop): Show error message when branch not found
Teddy Wing
2018-03-18
t/: Move `$BIN` variable to module
Teddy Wing
2018-03-18
git-branch-list: Add `clear` command
Teddy Wing
2018-03-18
Add TAP test structure
Teddy Wing
2018-02-21
README: Add installation instructions
Teddy Wing
2018-02-21
Add Homebrew formula
Teddy Wing
2018-02-21
Add README
v0.0.1
Teddy Wing
2018-02-21
git-branch-list: Remove `$?` from `exit`
Teddy Wing
2018-02-21
git-branch-list: Add a flag to output the program version
Teddy Wing
2018-02-21
Add Bash completion
Teddy Wing
2018-02-21
git-branch-list(is_a_branch): Remove `$?` from `return`
Teddy Wing
2018-02-21
git-branch-list: Update usage to include optional `<branch-name>`
Teddy Wing
2018-02-21
Add license (GNU GPLv3+)
Teddy Wing
2018-02-21
git-branch-list: Add usage output
Teddy Wing
2018-02-20
git-branch-list: Remove obsolete comments
Teddy Wing
2018-02-20
git-branch-list(drop_branch): Remove `sed` backup file
Teddy Wing
2018-02-20
git-branch-list(is_a_branch): Quiet `git rev-parse`
Teddy Wing
2018-02-20
git-branch-list(drop_branch): Allow dropping branches by ID
Teddy Wing
2018-02-20
git-branch-list(checkout_branch): Error if ID is invalid
Teddy Wing
2018-02-20
git-branch-list: Verify ID is an integer before doing `checkout`
Teddy Wing
2018-02-20
git-branch-list(save_branch): Don't add branch if already saved
Teddy Wing
2018-02-20
Add initial draft of `git-branch-list`
Teddy Wing