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

Libgit2update #153

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

Libgit2update #153

wants to merge 44 commits into from

Commits on Nov 21, 2023

  1. Reason:

    Murmele committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    048980a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8f76e1 View commit details
    Browse the repository at this point in the history
  3. Reason:

    Murmele committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    2912134 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4651f48 View commit details
    Browse the repository at this point in the history
  5. implement filter with streams

    Murmele committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    361aee9 View commit details
    Browse the repository at this point in the history
  6. fix build

    Murmele committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ba200be View commit details
    Browse the repository at this point in the history
  7. Reason:

    Murmele committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d1d01e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b803a1 View commit details
    Browse the repository at this point in the history
  9. comment out for now

    Murmele committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ac6451b View commit details
    Browse the repository at this point in the history
  10. format

    Murmele committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a63dd88 View commit details
    Browse the repository at this point in the history
  11. fix test

    Murmele committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7b53409 View commit details
    Browse the repository at this point in the history
  12. rename to util

    Reason: because in libgit2 there is also a util target
    Murmele committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7faf33f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d3432ca View commit details
    Browse the repository at this point in the history
  14. format

    Murmele committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0d9b9f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Check if this helps

    Murmele committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    556e6f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    ebb739b View commit details
    Browse the repository at this point in the history
  2. update libgit2

    blame_buffer not required anymore because upstream changes are made so this one is not required anymore
    submodule: not required because different solution used
    Murmele committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d188e24 View commit details
    Browse the repository at this point in the history
  3. fix compilation errors

    Murmele committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    de360b9 View commit details
    Browse the repository at this point in the history
  4. fix compilation

    Murmele committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f81c694 View commit details
    Browse the repository at this point in the history
  5. use system libs

    Murmele committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ec66c0e View commit details
    Browse the repository at this point in the history
  6. Update libssh2 and openssl

    Murmele committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    682123c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e60180d View commit details
    Browse the repository at this point in the history
  8. cleanup

    Murmele committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e7e27c0 View commit details
    Browse the repository at this point in the history
  9. missing colon

    Murmele committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    126ee94 View commit details
    Browse the repository at this point in the history
  10. libssh2 required

    Murmele committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8169d04 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4fb03ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    19a76eb View commit details
    Browse the repository at this point in the history
  13. TESTING

    Murmele committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3aabc67 View commit details
    Browse the repository at this point in the history
  14. change branch back

    Reason: to check if it still passes the flatpak build
    Murmele committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d6ea21a View commit details
    Browse the repository at this point in the history
  15. set to off again

    Murmele committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ebf2b60 View commit details
    Browse the repository at this point in the history
  16. if stashRef is invalid it should not checked further.

    Description: In a previous libgit2 version there was an assert and return if the stash is invalid, but in newer once it is not
    Murmele committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    593d791 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 15, 2024

  1. use default

    Murmele committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    684d6dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a074eb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. drop win32 support

    Murmele committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7fa1d4b View commit details
    Browse the repository at this point in the history
  2. cmake format

    Murmele committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    895b9df View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

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

Commits on Oct 29, 2024

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

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    496aa58 View commit details
    Browse the repository at this point in the history
  2. use system openssl for macOS

    Murmele committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    15a05c7 View commit details
    Browse the repository at this point in the history
  3. use correct openssl version

    Murmele committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1121015 View commit details
    Browse the repository at this point in the history
  4. update macos version

    Reason: because macos 12 is deprecated
    Murmele committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a71bb42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d644ef View commit details
    Browse the repository at this point in the history
  6. force install

    Murmele committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    88121ec View commit details
    Browse the repository at this point in the history