7 comments

[ 3.3 ms ] story [ 40.3 ms ] thread
Great to see the .gitignore with a committed date of "54 years ago" ...
The files clearly weren't Git commits at the time they originally written, as Git itself was only created in 2005.

Someone put them into Git much more recently, and edited the commit date to whatever they guessed would be historically accurate (hopefully it was a good guess based on supporting evidence).

IIRC In git, the earliest possible commit date/timestamp is the Unix epoch. Interestingly enough, for this application (the .gitignore file) I'd imagine the offset from the epoch is set to zero. This would result in the commit timestamp you're seeing.
You don't believe that story about Torvalds writing git in a fortnight in a fit of pique do you? Have you seen Torvalds in a fit of pique? It would have been called "fuckbastardwankgibbon" rather than "git" if he had. In fact it was coded by Richard Burton the Victorian adventurer for the Babbage engine, the name "git" is a corruption of the original "Gentleman's inventory".
IMHO K&R C was the most elegant C variant. (Sorry C89 et al.)
What specifically makes K&R more elegant than C89 in your view?
It’s smaller, simpler, yet just as powerful. Less verbose. (In general, it is not unusual that extension and modification of the original design, however sensible, is done at the expense of elegance.)