Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub cut down the README.adoc of this repo at 512k bytes #75

Closed
cirosantilli opened this issue Jun 30, 2019 · 1 comment
Closed

GitHub cut down the README.adoc of this repo at 512k bytes #75

cirosantilli opened this issue Jun 30, 2019 · 1 comment

Comments

@cirosantilli
Copy link
Owner

cirosantilli commented Jun 30, 2019

Upstream report: isaacs/github#1610 We will have to either redirect people to the README.adoc blob, or setup a GitHub pages if this doesn't get fixed soon.

At 7068228

The README.adoc shown was cut down at:

Each run gets a separate output directory. For example:

./run --arch aarch64 --emulator gem5 --run-id 0 &>/dev/null &
./run --arch aarch64 --emulator gem5 --run-id 1 &>/dev/null &
produces two separate <<

when viewed from the home page:

Archive: http://web.archive.org/web/20190630152630/https://github.com/cirosantilli/linux-kernel-module-cheat

Links to sections below the cutoff were also broken, e.g. [rootfs_overlay], that's how I noticed it.

The length of the document down to the cut point was exactly 512k bytes, wc says:

15988   64231  512000

However, when viewing the README.adoc directly, the full document was rendered:

@cirosantilli
Copy link
Owner Author

Closed with: de1457c

@cirosantilli cirosantilli changed the title GitHub cut down the README.adoc of this repo GitHub cut down the README.adoc of this repo at 512k bytes Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant