bingoing / gitiles

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

Support "..." in logs viewer #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
works: https://gerrit.googlesource.com/gerrit/+log/stable-2.6..master
404: https://gerrit.googlesource.com/gerrit/+log/stable-2.6...master

I'd expect "+log/foo...bar" to give the same output as "git log foo...bar".

Original issue reported on code.google.com by mdemp...@google.com on 26 Apr 2013 at 8:57

GoogleCodeExporter commented 9 years ago
Happy to do this, but it may turn into a yak shave. Specifically, currently we 
are parsing multiple-revision expressions manually in Gitiles, and while it 
would be nice to reuse what JGit does for emulating "git log" support, that 
will require some API tweaks in JGit.

Original comment by dborowitz@google.com on 2 May 2013 at 5:42