Bug Fixes
- Fix the bug when some branches were not displayed in the branches list.
Explanation: Git has an optimization mechanism when it packs rarely used branches into a special file.git/packed-refs
. Before this fix, git-jump was not accounting for this file.