I did not explain correctly.
Don't use the commit hashes from the Commit Patches web page. Use git log.
cd $GIT_DIR_TOP_LEVEL
git log
Scroll to the desired date. Find the last commit hash for that date. Copy that hash number
and then use git reset --hard.
I have started rebuilding after resetting to 4/10.
Darrell