Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist

Arquillian Repo Split

View gist:884933
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
Repositories:
 
arquillian-container-jbossas
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep -v "^\(container.\?/\?jboss.*\)" | xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
arquillian-container-weld
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep -v "^\(container.\?/\?weld.*\)" | xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
arquillian-container-reloaded
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep -v "^\(container.\?/\?reloaded.*\)" | xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
arquillian-container-glassfish
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep -v "^\(container.\?/\?glassfish.*\)" | xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
arquillian-container-tomcat
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep -v "^\(container.\?/\?tomcat.*\)" | xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
arquillian-container-jetty
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep -v "^\(container.\?/\?jetty.*\)" | xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
arquillian-container-resin
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep -v "^\(container.\?/\?resin.*\)" | xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
arquillian-container-openwebbeans
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep -v "^\(container.\?/\?openwebbean.*\)" | xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
arquillian-container-openejb
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep -v "^\(container.\?/\?openejb.*\)" | xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
 
arquillian-container-websphere
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep -v "^\(container.\?/\?websphere.*\)" | xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
arquillian-container-osgi
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep -v "^\(container.\?/\?osgi.*\|protocols/jmx.*\|testenrichers/osgi.*\)" | xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
arquillian-extension-drone
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep -v "^\(extensions/\(selenium\|drone\).*\)" | xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
 
arquillian-extension-performance
 
git filter-branch --subdirectory-filter extensions/performance/ -- --all
 
 
arquillian-core
 
git filter-branch --index-filter 'git ls-tree -r --name-only --full-tree $GIT_COMMIT | grep "^\(extension.*\)\|^\(container.*\)\|^\(framework.*\)"| xargs -I {} git rm --cached -r {}' --tag-name-filter cat --prune-empty -- --all
 
 
Helpers:
 
git log --name-only --follow --all -- containers/jbossas-remote-6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.