This repo treats each reform as a Git commit with the real promulgation date, so git blame constitucion.md shows the exact law that introduced or changed each line.
A few things that came out interesting: - Three laws from 2021 (31280, 31304, 31305) were struck down by the Constitutional Court. They show zero lines in blame — the court ruling appears as a revert commit. - Alberto Fujimori's signature was removed from the constitution in 2000 by Law 27600. Law 32265 (March 2025) restored it. git blame attributes lines 1–4 to that 2025 law. - The right to water (Art. 7-A) is attributed to Law 30588, 2017. The right to free internet (Art. 14-A) to Law 31878, 2023.
The reconstructed public history branch is here: git clone --branch history https://github.com/Duvet05/Constitucion-Politica-del-Peru.gi...