8 Commits (47da91d99830f8136ba151456245673447c3c564)

Author SHA1 Message Date
Anton Evers cc3a8379e2 Ignore all .git dirs in the vendor dir recursively
In accordance with http://git-scm.com/docs/gitignore
9 years ago
Richard K Miller 1ee0f28e79 update documentation to work for ZSH or Bash 10 years ago
Richard K Miller 553288a384 Very tiny but necessary edit
To delete `.git` repos of submodules, `rm -rf vendor/**/.git` doesn't work, but `rm -rf vendor/*/*/.git` does
10 years ago
Jordi Boggiano 771233a5a0 Make it clear what is going on when a vcs folder is missing, fixes #2108 11 years ago
Jonathan Reinink 5b3d8dc874 Update should-i-commit-the-dependencies-in-my-vendor-directory.md
Tweak option #3 for including dependencies in a GIT repo.
11 years ago
Jonathan Reinink 5a0e97ccb6 Update should-i-commit-the-dependencies-in-my-vendor-directory.md
Add a third option for including vendor dependencies in main GIT repo.
11 years ago
Włodzimierz Gajda c6ae3caf52 Editorial fix 12 years ago
Jordi Boggiano c9d1e7a918 Add FAQ about committing deps 12 years ago