ome / omero-matlab

Toolbox for accessing OMERO from MATLAB
GNU General Public License v2.0
0 stars 6 forks source link

Filter branch #1

Closed joshmoore closed 5 years ago

joshmoore commented 6 years ago

https://github.com/openmicroscopy/openmicroscopy/tree/develop/components/tools/OmeroM needs extracting from the main build.

sbesson commented 6 years ago

If we are extracting this component, https://github.com/openmicroscopy/openmicroscopy/tree/develop/examples/Training/matlab might also be included in the filter branch operation or moved to e.g. omero-examples to prevent circular dependencies

joshmoore commented 5 years ago

Running this now:

git filter-branch --index-filter 'git rm --cached -qr --ignore-unmatch -- . && git reset -q $GIT_COMMIT -- components/tools/OmeroM examples/Training/matlab' --prune-empty -- --all
joshmoore commented 5 years ago

Please review https://github.com/ome/omero-matlab/releases/tag/v5.4.8-filtered and re-open this issue if necessary. I'll prepare the renaming of the files PR now. (We can decide whether we merge that first or @kouichi-c-nakamura's PR first there.)