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

Speedup browsing huge patches - show changes for single files. #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 21, 2022

  1. PatchContent shows changes only for selected file if size of patch te…

    …xt exceeds configured limit.
    
    Added configuration option "Max patch size MiB".
    If size of patch text exceeds that limit - PatchContent splits it into per-file change
    and shows changes for each selected file separately.
    Otherwise - no changes, will be shown entire patch content.
    agutikov committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    01542eb View commit details
    Browse the repository at this point in the history