-
-
Notifications
You must be signed in to change notification settings - Fork 945
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 3.1.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: gitpython-developers/GitPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.11
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 13 files changed
- 6 contributors
Commits on Sep 4, 2020
-
Adjust signature key - please read if you verify installs/packages
After a recent 'cleanup' operation that attempted to simplify my GPG key workflow with Yubikeys, it looks like my GPG installation has 'forgotten' how to interact with the key I typically used to sign GitPython releases. Since I never managed to establish a chain of trust with my only remaining 'good' key, for you this means you cannot trust new GitPython releases anymore. There is nothing I can do about except to apologize for the hassle. If you want to make constructive suggestions on how to fix this, I am happy to work with you on that.
Configuration menu - View commit details
-
Copy full SHA for eb411ee - Browse repository at this point
Copy the full SHA eb411eeView commit details
Commits on Sep 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1759a78 - Browse repository at this point
Copy the full SHA 1759a78View commit details
Commits on Sep 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 135e775 - Browse repository at this point
Copy the full SHA 135e775View commit details
Commits on Sep 28, 2020
-
git/repo/base.py: is_dirty(): Fix pathspec handling
It's possible to specify a pathspec (eg :!foo) to git diff/status/... but it currently fails with: git.exc.GitCommandError: Cmd('/usr/bin/git') failed due to: exit code(128) cmdline: /usr/bin/git diff --abbrev=40 --full-index --raw :!foo stderr: 'fatal: ambiguous argument ':!foo': unknown revision or path not in the working tree. Add missing '--' to the arguments to fix this ambiguity Signed-off-by: Arnaud Patard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 624eb28 - Browse repository at this point
Copy the full SHA 624eb28View commit details
Commits on Sep 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8a9f8c5 - Browse repository at this point
Copy the full SHA 8a9f8c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for df6fa49 - Browse repository at this point
Copy the full SHA df6fa49View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2067ba - Browse repository at this point
Copy the full SHA e2067baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60acfa5 - Browse repository at this point
Copy the full SHA 60acfa5View commit details
Commits on Oct 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7cd47ae - Browse repository at this point
Copy the full SHA 7cd47aeView commit details
Commits on Oct 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4ba76d6 - Browse repository at this point
Copy the full SHA 4ba76d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c6e670 - Browse repository at this point
Copy the full SHA 0c6e670View commit details
Commits on Oct 22, 2020
-
Get system user id in a lazy manner
Calling getpass.getuser may lead to breakage in environments where there is no entries in the /etc/passwd file for the current user. Setting the environment variables for the git user configurations should prevents GitPython from using values from /etc/passwd. However, doing so will not prevent reading /etc/passwd and looking for an entry with the current user UID. This patch changes the behavior described above so GitPython will perform a lazy evaluation of /etc/passwd, only doing so when the environment variables for the git user configuration are not available. Signed-off-by: Athos Ribeiro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c96476b - Browse repository at this point
Copy the full SHA c96476bView commit details
Commits on Oct 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e30a597 - Browse repository at this point
Copy the full SHA e30a597View commit details -
Fix default actor name handling
In c96476b, the new default_name nested function does not contain a retun statement. This leads to an issue when the environment variables are not present, where the actor name would not be set. Signed-off-by: Athos Ribeiro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0898907 - Browse repository at this point
Copy the full SHA 0898907View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9541d6b - Browse repository at this point
Copy the full SHA 9541d6bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.1.8...3.1.11