From bd3a38178383b786c76816eb30e5568dc4678cc6 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Mon, 5 Jun 2017 16:26:00 -0700 Subject: [PATCH] Warn about early GitHub history rebuild We part of our experimenting with GitHub, we reset the history of this repository. Anyone who was tracking the calc "pre-release" on GitHub prior to version 2.12.6.0 should do a: git reset --hard origin/master git cleanup -f Or you may just want to start over: rm -rf calc git clone https://github.com/lcn2/calc.git Sorry about that. The previous GitHub repository was an useful experiment. Based on what we learned, we decided to rebuild it. --- CHANGES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES b/CHANGES index 305520d..11494a5 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,23 @@ The following are the changes from calc version 2.12.6.0 to date: http://www.isthe.com/chongo/tech/comp/calc/calc-mirror.html + IMPORTANT NOTE: + + On 2017 June 02, the calc GitHub history was re-written. + Anyone who was tracking the calc "pre-release" on GitHub prior + to version 2.12.6.0 should do a: + + git reset --hard origin/master + git cleanup -f + + Or you may just want to start over: + + rm -rf calc + git clone https://github.com/lcn2/calc.git + + Sorry about that. The previous GitHub repository was an useful + experiment. Based on what we learned, we decided to rebuild it. + Renamed README to README.FIRST. Added README.md for the GitHub repository.