Skip to content
  • VTK Developers's avatar
    verdict 2012-08-24 (reduced) · 42017336
    VTK Developers authored and Brad King's avatar Brad King committed
    Extract upstream verdict using the following shell code.
    
    sha1=68e6c095645ea9777d42877d019aba7721435d4a &&
    paths='
     *.cpp
     *.h
     *.h.in
     *.hpp
     CMakeLists.txt
     README
     Verdict.doc
     Verdict.htm
    ' &&
    git archive --prefix=verdict-reduced/ $sha1 -- $paths |
    tar x
    
    Change-Id: I32d13c6e8180179aed3f3a43a1f90b69427286f3
    42017336