Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 956 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 956 Bytes

What is this project ?

This project is NOT the official ITK repository.

It is a fork of ITK sources hosted at https://github.com/InsightSoftwareConsortium/ITK

It is used as staging area to maintain topics specific to Slicer Custom Application that will eventually be contributed back to the official repository.

What is the branch naming convention ?

Each branch is named following the pattern kitware-custom-app-YYYY-MM-DD-SHA{7}

where:

  • kitware-custom-app is the name of the custom application (if it can be publicly disclosed)
  • YYYY-MM-DD is the date of the last official commit associated with the branch.
  • SHA{10} are the first ten characters of the last official commit associated with the branch.

For more details, see https://www.slicer.org/wiki/Documentation/Nightly/Developers/ProjectForks