Allegro.cc - Online Community

Allegro.cc Forums » Allegro Development » A5 Git clone missing files

Credits go to bamccaig and SiegeLord for helping out!
This thread is locked; no one can reply to it. rss feed Print
A5 Git clone missing files
Edgar Reynaldo
Major Reynaldo
May 2007
avatar

When I clone Allegro 5 from git and checkout master, I don't see any of the Readme_X files in my directory. I can't find them anywhere. Is there a reason they're not included in the git repo? I can browse them online on github just fine, but for some reason they're not included in the git repo when I clone it.

SiegeLord
Member #7,827
October 2006
avatar

Works fine here. Not sure what could possibly make them not appear ???

"For in much wisdom is much grief: and he that increases knowledge increases sorrow."-Ecclesiastes 1:18
[SiegeLord's Abode][Codes]:[DAllegro5]:[RustAllegro]

bamccaig
Member #7,536
July 2006
avatar

dir /b /s *readme*       & rem cmd.exe

OR

find -iname '*readme*'    # bash

If that's empty, check your git status and git branch and report back.

Append:

Also, report your current SHA1. git rev-parse HEAD I think.

Edgar Reynaldo
Major Reynaldo
May 2007
avatar

Go to: