google / gitiles

A simple browser for Git repositories.
https://gerrit.googlesource.com/gitiles/
Other
582 stars 174 forks source link

Some pages show txt links which return 4xx #139

Open meirf opened 6 years ago

meirf commented 6 years ago

Here are some examples which show that https://foo.googlesource.com/?format=TEXT works, but https://foo.googlesource.com/foo?format=TEXT does not.

This works: https://chromium.googlesource.com/?format=TEXT This doesn't work: https://chromium.googlesource.com/chromium?format=TEXT

This works: https://go.googlesource.com/?format=TEXT This doesn't work: https://go.googlesource.com/go?format=TEXT