Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows partial matching on latest-features
Before this was relying on pattern for git for-each-ref however it only allowed matching branch names between slashes. Eg.: refs/remotes/origin/foo-branch/ -p foo # no match -p foo-branch # matches This now keeps the same API as before (-p pattern) but allows partial matching so -p foo and -f foo-branch both yield the same results for the same scenario This closes #24
- Loading branch information