Disappointed that they weren't backdated.
All 104 amendments to the Constitution of India as Git commits
11–20 of 91 posts
Re: All 104 amendments to the Constitution of India as Git commits
#12I look forward to the day when constitutional amendments are pull requests.
Re: All 104 amendments to the Constitution of India as Git commits
#13Shouldn‘t it be one commit if they were amended? /s
In that sense, one could argue that every "amendment" is a bugfix, feature-request of sorts.
Debatable both ways.
I personally like the idea of independent commits better as the "git browse" UIs handle individual commits better.
Re: All 104 amendments to the Constitution of India as Git commits
#14This is very cool. Diff for 42nd Ammendment which was used to impose emergency https://github.com/prince-mishra/the-constitution-of-india/c...
Re: All 104 amendments to the Constitution of India as Git commits
#15Great effort! I wish the files were named as Part01.txt, Part02.txt and so on to suit the default string sorting used by GitHub. The list on GitHub has Part1.txt, Part10.txt...Part19.txt, Part2.txt, and so on, which makes it a bit cumbersome to browse on that site.
Re: All 104 amendments to the Constitution of India as Git commits
#16The dates are accurate.
Re: All 104 amendments to the Constitution of India as Git commits
#17This is very cool. Diff for 42nd Ammendment which was used to impose emergency https://github.com/prince-mishra/the-constitution-of-india/c...
Especially look at the restrictions on courts!
Re: All 104 amendments to the Constitution of India as Git commits
#18Re: All 104 amendments to the Constitution of India as Git commits
#19Shouldn‘t it be one commit if they were amended? /s
An amendment in the Indian Constitution is an act/law/bill in itself. It does modify the core document (the constitution) but it has an independent existence. In that sense, one could argue that every "amendment" is a bugfix, feature-request of sorts. Debatable both ways. I personally like the idea of independent commits better as the "git browse" UIs handle individual commits better.
Re: All 104 amendments to the Constitution of India as Git commits
#20I look forward to the day when constitutional amendments are pull requests.
One difficult challenge is that text-line based diffs don't work well for free-form text documents. Line length, line breaks, paragraph breaks, list formatting, etc. are very ad-hoc in most legal documents.