Hi,
Since chromium migrated to git months ago, viewvc[1] seems not useful anymore.
Is there a similar web tool to browse code? Especially to browse commits by Cr-Commit-Position number(may plus branch info), that will be quite useful.
Thanks
Pan
[1] https://src.chromium.org/viewvc/chrome/
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
That is great, thanks
Furthermore, is it possible to use a cr-commit-position argument?
Now we can use the git hash to access a commit, e.g.
https://chromium.googlesource.com/chromium/src/+/8ea251ca5220a7875f9d50a583575b07522d478c
if we can use cr-comit-position, it would be better, something like
https://chromium.googlesource.com/chromium/src?cr-commit-position=...
Pan
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Can you clarify under what circumstances crrev.com/cr-commit-position doesn't work? It should work all the time for src.git.
I've repeatedly had it give me an unrelated cl. If memory serves, sometimes in a different repo. I figured it was due to a collision with a true commit prefix. I'll reply the next time it happens.