Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the performance of tree listing #570

Closed
wants to merge 8 commits into from

Commits on Jan 6, 2017

  1. Preliminary implementation

    typeless committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    79cfbe8 View commit details
    Browse the repository at this point in the history
  2. Do not redundantly sort the tree entries

    They are pre-sorted by git-mktree.
    typeless committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    0088b59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    791d3e4 View commit details
    Browse the repository at this point in the history
  4. Check invalid query values

    typeless committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    1fe0d48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    702565e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

  1. Revert the change of removing entries sorting

    The sorting done by git-mktree is alphabetical but it doesn't take directories into consideration.
    typeless committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    0c6d9ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f155fc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Configuration menu
    Copy the full SHA
    7594d24 View commit details
    Browse the repository at this point in the history