Edgewall Software

Changes between Initial Version and Version 4 of Ticket #11971


Ignore:
Timestamp:
Apr 1, 2015, 7:14:38 PM (9 years ago)
Author:
Jun Omae
Comment:

Committed in [13951] and merged to trunk in [13952].

I noticed changeset view retrieves changes of the changeset twice. In [13953], reduced to once.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11971

    • Property Owner set to Jun Omae
    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #11971 – Release Notes

    initial v4  
     1 - Improve git repository connector
     2   - Fixed pretty slow if a git repository has many branches
     3   - Cache tags to avoid executions of git process in `get_tags()`
     4   - Check whether a repository is modified using `git show-ref`
     5 - Reduce retrieving changes of a changeset from twice to once in changeset view