sisroruksyui / gitiles

Automatically exported from code.google.com/p/gitiles
0 stars 0 forks source link

API for +log views #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
-Support JSON/TEXT format for +log
-Support additional arguments similar to git log, e.g. filtering by author or 
date.

Original issue reported on code.google.com by dborowitz@google.com on 11 Apr 2013 at 7:29

GoogleCodeExporter commented 8 years ago
It would also be nice to have a rev-list endpoint.  There are a lot of services 
that will only be interested in the ordering of commits.

Original comment by szager@chromium.org on 26 Sep 2013 at 5:43

GoogleCodeExporter commented 8 years ago
I'd be willing to patch in the json support. Which fields were you interested 
in having in the output? Are you looking at KeySet.SHORTLOG just like in the 
html output?

Original comment by aval...@chromium.org on 22 Oct 2013 at 2:35

GoogleCodeExporter commented 8 years ago
from https://skia.googlesource.com/skia/+log/HEAD

I'd like to get the full git hash and associated commit time in unix seconds 
for each row. Thanks.

Original comment by bens...@google.com on 22 Oct 2013 at 2:39

GoogleCodeExporter commented 8 years ago
Are CL descriptions and authors too much to add? If not, we might need them in 
the future. Thank you.

Original comment by bens...@google.com on 22 Oct 2013 at 2:41

GoogleCodeExporter commented 8 years ago
FWIW, gwt-team is interested in at least commit hash id, subject, author name, 
and author email.

Original comment by mdemp...@google.com on 31 Oct 2013 at 5:41

GoogleCodeExporter commented 8 years ago
First pass at:
https://gerrit-review.googlesource.com/51324

Only supports the limit revision syntax already supported by +log; will 
eventually be extended to have more git-rev-list-y options.

Original comment by dborowitz@google.com on 1 Nov 2013 at 7:17