repo.or.cz
/
xrzperl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated git and svn scripts
[xrzperl.git]
/
git-branch-av
blob
d5d046661c6ce59bb68c9ebb8cab4eca299e6baf
1
#!/usr/bin/perl
2
print
"git branch -av
\n
"
;
3
exec
(
qw
/git branch -av/
);