scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

git branch -a breaks shell when there are many branches #200

Open kgsterneberg opened 8 years ago

kgsterneberg commented 8 years ago

"git branch -a" breaks my shell if I use it on a repository with many branches. Works one time. Next time result is: git branch -a -bash: /usr/bin/sed: Argument list too long -bash: /usr/bin/ruby: Argument list too long -bash: /usr/bin/git: Argument list too long -bash: /usr/bin/sed: Argument list too long

Complete test:

git branch -a [1] my-branch [2] your-branch ... [6735] some other branch

git branch -a -bash: /usr/bin/sed: Argument list too long -bash: /usr/bin/ruby: Argument list too long -bash: /usr/bin/git: Argument list too long -bash: /usr/bin/sed: Argument list too long

git status -bash: /usr/bin/git: Argument list too long

ghthor commented 5 years ago

Related to #84 because it about branches.