Y
Hacker News
new
|
ask
|
show
|
jobs
by
ramon156
26 days ago
I dont think I've ever seen a commit that says "49 years ago". Damn.
5 comments
RobotToaster
25 days ago
Not quite as old, but brl-cad is still in active development and has commits from 1983.
https://github.com/BRL-CAD/brlcad/graphs/contributors?all=1
link
formerly_proven
26 days ago
https://github.com/dspinellis/unix-history-repo
link
zymhan
25 days ago
I was confused by the short commit history, and then I checked the branches.
I love that someone went to this effort.
link
pletnes
26 days ago
1968
https://www.netlib.org/go/fft.f
link
mapM
25 days ago
It's funny that the .gitignore is marked as being from 49 years ago ...
link
nextaccountic
25 days ago
Even the README here is (erroneously?) timestamped as 1978
https://github.com/microsoft/BASIC-M6502
Which is unlikely since it seems to be written by AI
link
chungy
25 days ago
Files in Git don't have timestamps, only commits do. It got swept up when `git commit --date=...` was run.
link
nextaccountic
25 days ago
oh I see. proper archeology would be to have more commits then
link