We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1208907 commit 9ee9c4bCopy full SHA for 9ee9c4b
git-iterate
@@ -434,7 +434,7 @@ do
434
fi
435
436
if [ -n "$some_branch" ]; then
437
- branches=$(LANG="en" git for-each-ref refs/heads/* --format='%(refname)'|cut -c12-)
+ branches=$(LANG="en" git for-each-ref refs/heads/** --format='%(refname)'|cut -c12-)
438
if [ -z "$branches" ]; then
439
cd "$OLDPWD"
440
continue
@@ -497,7 +497,7 @@ do
497
498
499
if [ -n "$branch_type" ]; then
500
501
502
503
0 commit comments