Shawn Kim
f605276bd3
Fetch the last ref before pulling
6 years ago
Brett Langdon
fe2f6cca40
Merge pull request #7 from hpe-cloud-garage/fix-bashisms
Fix bashisms.
10 years ago
Aaron Lefkowitz
89fa67a317
Fix bashisms.
I have a feeling this script was created on OSX because then it would be
being executed using on old bash in strict mode. On Ubuntu 14.04 though
it's executed using dash and various parts fall over because there's a
bunch of bash-specific code in here.
I corrected the problems that the checkbashisms script reported and it
seems to be working better now.
- Use printf instead of echo where escapes are necessary.
- Don't use double bracketed if statements where unnecessary.
- Use -o instead of ||
10 years ago
Brett Langdon
ab50b5529a
Merge pull request #5 from brettlangdon/bug/git.vendor.list.sqwished
Fix issue not listing all dependencies
10 years ago
Brett Langdon
f938ff71d4
Fix issue not listing all dependencies
fixes #4
10 years ago
Brett Langdon
baf4136309
add homebrew install instructions
10 years ago
Brett Langdon
b22ee0a66a
Merge pull request #3 from brettlangdon/dev/handle.deletes.sqwished
Add git-vendor remove and cleanup some code
10 years ago
Brett Langdon
b536c912a8
Add git-vendor remove and cleanup some code
10 years ago
Brett Langdon
ab86ee469d
fix bash syntax error
10 years ago
Brett Langdon
0798b51372
update readme
10 years ago
Brett Langdon
fea0201205
assign a <name> to each dependency
10 years ago
Brett Langdon
bb35a97da4
cleanup usage and command/option parsing
10 years ago
Brett Langdon
3a1c9e6928
use git.io short url
10 years ago
Brett Langdon
5bd4f3966a
add install.sh
10 years ago
Brett Langdon
e0d1a53103
reorganize
10 years ago
Brett Langdon
13ea55184e
update readme
10 years ago
Brett Langdon
8a918ebf78
update readme
10 years ago
Brett Langdon
cf9cdd2cf1
rename git-vendor.sh to git-vendor
10 years ago
Brett Langdon
15a1f1c144
update readme
10 years ago
Brett Langdon
9dd91aa37c
add start to readme
10 years ago
Brett Langdon
c18c0eb79d
add license
10 years ago
Brett Langdon
753c4be7e4
update copyright
10 years ago
Brett Langdon
53d934cdc3
get list and update working
10 years ago
Brett Langdon
4717e15a9d
initial prototype of 'git vendor add'
10 years ago