-
-
Notifications
You must be signed in to change notification settings - Fork 933
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.29
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.30
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 17 files changed
- 7 contributors
Commits on Oct 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8f51abd - Browse repository at this point
Copy the full SHA 8f51abdView commit details
Commits on Oct 14, 2022
-
Merge pull request #1501 from SergeantMenacingGarlic/date_types
Add datetime.datetime type to commit_date and author_date
Configuration menu - View commit details
-
Copy full SHA for 183cf35 - Browse repository at this point
Copy the full SHA 183cf35View commit details
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4171333 - Browse repository at this point
Copy the full SHA 4171333View commit details -
Bump cygwin/cygwin-install-action from 2 to 3
Bumps [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action) from 2 to 3. - [Release notes](https://github.com/cygwin/cygwin-install-action/releases) - [Commits](cygwin/cygwin-install-action@v2...v3) --- updated-dependencies: - dependency-name: cygwin/cygwin-install-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 17ff263 - Browse repository at this point
Copy the full SHA 17ff263View commit details
Commits on Dec 21, 2022
-
Add `--` in some commands that receive user input and if interpreted as options could lead to remote code execution (RCE). There may be more commands that could benefit from `--` so the input is never interpreted as an option, but most of those aren't dangerous. Fixed commands: - push - pull - fetch - clone/clone_from and friends - archive (not sure if this one can be exploited, but it doesn't hurt adding `--` :)) For anyone using GitPython and exposing any of the GitPython methods to users, make sure to always validate the input (like if starts with `--`). And for anyone allowing users to pass arbitrary options, be aware that some options may lead fo RCE, like `--exc`, `--upload-pack`, `--receive-pack`, `--config` (#1516). Ref #1517
Configuration menu - View commit details
-
Copy full SHA for fbf9c7e - Browse repository at this point
Copy the full SHA fbf9c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c51865 - Browse repository at this point
Copy the full SHA 3c51865View commit details
Commits on Dec 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7918fcc - Browse repository at this point
Copy the full SHA 7918fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aae532 - Browse repository at this point
Copy the full SHA 2aae532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 787359d - Browse repository at this point
Copy the full SHA 787359dView commit details
Commits on Dec 23, 2022
-
Forbid unsafe protocol URLs in Repo.clone{,_from}()
Since the URL is passed directly to git clone, and the remote-ext helper will happily execute shell commands, so by default disallow URLs that contain a "::" unless a new unsafe_protocols kwarg is passed. (CVE-2022-24439) Fixes #1515
Configuration menu - View commit details
-
Copy full SHA for 2625ed9 - Browse repository at this point
Copy the full SHA 2625ed9View commit details
Commits on Dec 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e6108c7 - Browse repository at this point
Copy the full SHA e6108c7View commit details
Commits on Dec 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fd2c6da - Browse repository at this point
Copy the full SHA fd2c6daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b92f01a - Browse repository at this point
Copy the full SHA b92f01aView commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c8ae33b - Browse repository at this point
Copy the full SHA c8ae33bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc4392 - Browse repository at this point
Copy the full SHA 9dc4392View commit details
Commits on Dec 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f4f2658 - Browse repository at this point
Copy the full SHA f4f2658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bce9b4 - Browse repository at this point
Copy the full SHA 5bce9b4View commit details -
pycharm yells at me without this
Configuration menu - View commit details
-
Copy full SHA for ae6a6e4 - Browse repository at this point
Copy the full SHA ae6a6e4View commit details -
Merge pull request #1521 from stsewd/block-insecure-options
Block insecure options and protocols by default
Configuration menu - View commit details
-
Copy full SHA for 678a8fe - Browse repository at this point
Copy the full SHA 678a8feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 141cd65 - Browse repository at this point
Copy the full SHA 141cd65View 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.29...3.1.30