This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
git-vendor
mirror of
https://github.com/brettlangdon/git-vendor.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
8
Wiki
Activity
Browse Source
Fix issue not listing all dependencies
fixes
#4
bug/git.vendor.list
Brett Langdon
10 years ago
parent
baf4136309
commit
8db3b88e74
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
bin/git-vendor
+ 1
- 2
bin/git-vendor
View File
@ -97,8 +97,7 @@ git-vendor-ref: $ref
cmd_list()
{
showOnly="$1"
vendorNames=$(vendor_names_from_log)
for name in "${vendorNames[@]}";
for name in $(vendor_names_from_log);
do
vendor_git_log_first "$name" |
while read a b junk; do
Write
Preview
Loading…
Cancel
Save