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

Use git log name-status in get last commit #16059

Merged
merged 6 commits into from
Jun 20, 2021

Commits on Jun 14, 2021

  1. Improve get last commit using git log --name-status

    git log --name-status -c provides information about the diff between a
    commit and its parents. Using this and adjusting the algorithm to use
    the first change to a path allows for a much faster generation of commit
    info.
    
    There is a subtle change in the results generated but this will cause
    the results to more closely match those from elsewhere.
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    bf38602 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. remove unused function

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    a28fe59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6f0578 View commit details
    Browse the repository at this point in the history
  3. remove another unused function

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    1df9e44 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

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

Commits on Jun 20, 2021

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