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
2020-03-13
Merge branch 'make-branch-list-work-in-git-worktrees'
HEAD
v0.1.4
master
Teddy Wing
2020-03-13
git-branch-list: Update copyright year
Teddy Wing
2020-03-13
Increase version v0.1.3 -> v0.1.4
Teddy Wing
2020-03-13
git-branch-list: Allow commands to work in Git worktrees
Teddy Wing
2019-12-09
CHANGELOG: Add entry for `clear` subcommand Bash completion
v0.1.3
Teddy Wing
2019-12-09
git-branch-list.bash-completion: Update copyright year
Teddy Wing
2019-12-09
git-branch-list.bash-completion: Complete `clear` subcommand
Teddy Wing
2019-12-09
Migrate Homebrew formula to teddywing/formulae
Teddy Wing
2019-12-09
git-branch-list: Update copyright year
Teddy Wing
2019-12-09
Increase version v0.1.2 -> v0.1.3
Teddy Wing
2019-12-09
Merge branch 'fix-operations-when-there-are-more-than-ten-saved-branches'
Teddy Wing
2019-12-09
git-branch-list: Fix checkout and drop commands for >10 saved branches
Teddy Wing
2019-05-25
Homebrew: Update for v0.1.2
Teddy Wing
2019-05-25
Increase version v0.1.1 -> v0.1.2
v0.1.2
Teddy Wing
2019-05-25
Merge branch 'update-help-output'
Teddy Wing
2019-05-25
git-branch-list(usage): Add `clear` command; Drop is variadic
Teddy Wing
2019-05-25
Merge branch 'make-program-work-in-subdirectories'
Teddy Wing
2019-05-25
git-branch-list: Make the branch list work in subdirectories
Teddy Wing
2018-04-20
Homebrew: Update for v0.1.1
Teddy Wing
2018-04-20
Increase version v0.1.0 -> v0.1.1
v0.1.1
Teddy Wing
2018-04-19
Merge branch 'fix-drop-for-branch-names-with-slashes'
Teddy Wing
2018-04-19
git-branch-list(drop): Fix deletion for branches with slashes
Teddy Wing
2018-04-19
Merge branch 'fix-drop-for-branches-with-similar-names'
Teddy Wing
2018-04-19
git-branch-list(save): Allow saving branches with similar names
Teddy Wing
2018-04-19
git-branch-list(drop): Support multiple branches with similar names
Teddy Wing
2018-03-22
Homebrew: Update for v0.1.0
Teddy Wing
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
[next]