-
-
Notifications
You must be signed in to change notification settings - Fork 966
Comparing changes
Open a pull request
base repository: gitpython-developers/GitPython
base: 3.1.46
head repository: gitpython-developers/GitPython
compare: main
- 7 commits
- 4 files changed
- 4 contributors
Commits on Jan 1, 2026
-
Merge pull request #2095 from gitpython-developers/release
Prepare next release
Configuration menu - View commit details
-
Copy full SHA for 1e98250 - Browse repository at this point
Copy the full SHA 1e98250View commit details
Commits on Jan 5, 2026
-
Bump git/ext/gitdb from
335c0f6to4c63ee6Bumps [git/ext/gitdb](https://github.com/gitpython-developers/gitdb) from `335c0f6` to `4c63ee6`. - [Release notes](https://github.com/gitpython-developers/gitdb/releases) - [Commits](gitpython-developers/gitdb@335c0f6...4c63ee6) --- updated-dependencies: - dependency-name: git/ext/gitdb dependency-version: 4c63ee6636a6a3370f58b05d0bd19fec2f16dd5a dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0b45d12 - Browse repository at this point
Copy the full SHA 0b45d12View commit details -
Merge pull request #2096 from gitpython-developers/dependabot/submodu…
…les/git/ext/gitdb-4c63ee6 Bump git/ext/gitdb from `335c0f6` to `4c63ee6`
Configuration menu - View commit details
-
Copy full SHA for 7d06b14 - Browse repository at this point
Copy the full SHA 7d06b14View commit details
Commits on Jan 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for acc6a8c - Browse repository at this point
Copy the full SHA acc6a8cView commit details -
Merge pull request #2098 from Timour-Ilyas/update-readme-urls
DOC: README Add urls and updated a relative url
Configuration menu - View commit details
-
Copy full SHA for 57bbea9 - Browse repository at this point
Copy the full SHA 57bbea9View commit details
Commits on Feb 9, 2026
-
Fix GitConfigParser ignoring multiple [include] path entries
When an [include] section has multiple entries with the same key (e.g. multiple 'path' values), only the last one was respected. This is because _included_paths() used self.items(section) which delegates to _OMD.items(), and _OMD.__getitem__ returns only the last value for a given key. Fix by using _OMD.items_all() to retrieve all values for each key in the include/includeIf sections, ensuring all paths are processed. Fixes #2099
Configuration menu - View commit details
-
Copy full SHA for 1a74bce - Browse repository at this point
Copy the full SHA 1a74bceView commit details
Commits on Feb 14, 2026
-
Merge pull request #2100 from daniel7an/fix-issue-2099-multiple-includes
Fix GitConfigParser ignoring multiple [include] path entries
Configuration menu - View commit details
-
Copy full SHA for 22e0b52 - Browse repository at this point
Copy the full SHA 22e0b52View commit details
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.46...main