Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Comparing changes
Open a pull request
base repository:gitpython-developers/GitPython
Uh oh!
There was an error while loading.Please reload this page.
base:2.1.8
head repository:gitpython-developers/GitPython
Uh oh!
There was an error while loading.Please reload this page.
compare:2.1.9
- 20commits
- 50files changed
- 3contributors
Commits on Dec 12, 2017
Assure master is pushed as well when pushing tags
Previously, master wasn't pushed, which might leave the committhat bumps the version on disk. That is rather confusing then.
Byron committedDec 12, 2017
Commits on Mar 18, 2018
Allow mmap not just for py2.6/2.7/3.6+ but also 3.0+
hugovk committedMar 18, 2018 Drop support for EOL Python 2.6
hugovk committedMar 18, 2018 Replace function call with set literal
hugovk committedMar 18, 2018 Rewrite unnecessary dict/list/tuple calls as literals
hugovk committedMar 18, 2018 Remove unnecessary list comprehension - 'any' can take a generator
hugovk committedMar 18, 2018 Unnecessary generator - rewrite as a list comprehension
hugovk committedMar 18, 2018 Unnecessary generator - rewrite as a set comprehension
hugovk committedMar 18, 2018 Unnecessary generator - rewrite as a dict comprehension
hugovk committedMar 18, 2018 - hugovk committed
Mar 18, 2018 - hugovk committed
Mar 18, 2018 Merge pull request#736from hugovk/fix-version-check
Allow mmap not just for py2.6, 2.7 and 3.6+ but also 3.0+
Byron authoredMar 18, 2018 Drop support for EOL Python 3.3
hugovk committedMar 18, 2018
Commits on Mar 24, 2018
Merge pull request#737from hugovk/rm-2.6
Drop support for EOL Python 2.6 and 3.3
Byron authoredMar 24, 2018 - Byron committed
Mar 24, 2018
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 2.1.8...2.1.9
Uh oh!
There was an error while loading.Please reload this page.