Loading .gitmodules +4 −1 Original line number Diff line number Diff line [submodule "kinetic-protocol"] path = kinetic-protocol path = vendor/kinetic-protocol url = https://github.com/Seagate/kinetic-protocol.git branch = 2.0.4 [submodule "vendor/ceedling"] path = vendor/ceedling url = https://github.com/ThrowTheSwitch/Ceedling.git [submodule "vendor/protobuf-c"] path = vendor/protobuf-c url = https://github.com/protobuf-c/protobuf-c Doxyfile→config/Doxyfile +0 −0 File moved. View file DoxygenMainPage.md→config/DoxygenMainPage.md +0 −0 File moved. View file apply_license.sh→config/apply_license.sh +1 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,6 @@ do echo Skipping ${file} else echo Applying license to ${file}... cat license_template $file > tmp && mv tmp $file cat ./config/license_template $file > tmp && mv tmp $file fi done beautify.sh→config/beautify.sh +0 −0 File moved. View file Loading
.gitmodules +4 −1 Original line number Diff line number Diff line [submodule "kinetic-protocol"] path = kinetic-protocol path = vendor/kinetic-protocol url = https://github.com/Seagate/kinetic-protocol.git branch = 2.0.4 [submodule "vendor/ceedling"] path = vendor/ceedling url = https://github.com/ThrowTheSwitch/Ceedling.git [submodule "vendor/protobuf-c"] path = vendor/protobuf-c url = https://github.com/protobuf-c/protobuf-c
apply_license.sh→config/apply_license.sh +1 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,6 @@ do echo Skipping ${file} else echo Applying license to ${file}... cat license_template $file > tmp && mv tmp $file cat ./config/license_template $file > tmp && mv tmp $file fi done