Open GoogleCodeExporter opened 9 years ago
I'm not sure what you mean by a "reasonable history".
$ time git log --oneline master --
chrome/browser/safe_browsing/safe_browsing_service.h | wc -l
134
git log --oneline master -- 7.72s user 0.17s system 99% cpu 7.927 total
wc -l 0.00s user 0.00s system 0% cpu 7.927 total
That's on my reasonably fast workstation with a hot disk cache. Unfortunately
googlesource.com slowdowns of 2x-10x are par for the course on _every_ git
operation. It just happens that many git operations are so fast you don't
notice.
We've put substantial effort into caching blame results but have done nothing
for file logs. Don't mind leaving this bug open but this is not currently on
our roadmap.
Original comment by dborowitz@google.com
on 18 Jun 2014 at 11:20
Issue 57 has been merged into this issue.
Original comment by dborowitz@google.com
on 18 Jun 2014 at 11:33
Original comment by benhe...@google.com
on 19 Jun 2014 at 11:23
hmm, this is something that I use more than blame. It's critical that this is
fast, since we need to use this often during our day to track down regressions
and other tasks. I haven't tried to use it on gitiles since I had presumed it
would be fast.
@dborowitz: by "reasonable", we're comparing it to viewvc.
Original comment by jam@chromium.org
on 27 Jun 2014 at 2:58
+1 to this being a major part of Chromium development workflow.
Original comment by pkasting@chromium.org
on 27 Jun 2014 at 5:15
https://gerrit-review.googlesource.com/58913 is a bandaid until we can work
through the necessary core changes to git to improve log of a file.
Original comment by dborowitz@google.com
on 31 Jul 2014 at 6:30
We have integrated git into a wiki-style transcription editing system, and when
the user wishes to see the history log for the transcriptions, it can take
minutes to pull up the log. Would really appreciate this being moved up in
priority.
Original comment by scribe...@gmail.com
on 7 Oct 2014 at 2:47
Original issue reported on code.google.com by
mattm@chromium.org
on 18 Jun 2014 at 11:12