Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gitpython-developers/GitPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: gcmarx/GitPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 3 files changed
  • 1 contributor

Commits on May 21, 2025

  1. add tests for is_cygwin_git

    gcmarx committed May 21, 2025
    Configuration menu
    Copy the full SHA
    ec00872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de5e57c View commit details
    Browse the repository at this point in the history
  3. adding self to authors

    gcmarx committed May 21, 2025
    Configuration menu
    Copy the full SHA
    428be1a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Revert "check for the existence/execute bit on the uname command befo…

    …re trying to run it"
    
    This reverts commit de5e57c.
    gcmarx committed May 22, 2025
    Configuration menu
    Copy the full SHA
    58ff723 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7187984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f5a942 View commit details
    Browse the repository at this point in the history
  4. check that uname_cmd points to a file; if uname_cmd were a directory,…

    … it could both exist and have os.X_OK but not work
    gcmarx committed May 22, 2025
    Configuration menu
    Copy the full SHA
    226f4ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22d6284 View commit details
    Browse the repository at this point in the history
  6. it's is_file(), not isfile()

    gcmarx committed May 22, 2025
    Configuration menu
    Copy the full SHA
    b1289ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cffa264 View commit details
    Browse the repository at this point in the history
Loading