-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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: matplotlib/matplotlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: qsnake/matplotlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 3 files changed
- 2 contributors
Commits on May 7, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 1411079 - Browse repository at this point
Copy the full SHA 1411079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a34bf5 - Browse repository at this point
Copy the full SHA 0a34bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce6b970 - Browse repository at this point
Copy the full SHA ce6b970View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4aa964 - Browse repository at this point
Copy the full SHA d4aa964View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed91e91 - Browse repository at this point
Copy the full SHA ed91e91View commit details
Commits on May 8, 2011
-
One can easily see what changes were made by: git diff origin/v1.0.x..master so it's better not to duplicate things.
Configuration menu - View commit details
-
Copy full SHA for b1fda6e - Browse repository at this point
Copy the full SHA b1fda6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa512bd - Browse repository at this point
Copy the full SHA aa512bdView commit details
Commits on May 13, 2011
-
Configuration menu - View commit details
-
Copy full SHA for f1e31c0 - Browse repository at this point
Copy the full SHA f1e31c0View commit details -
Use sed syntax that works on all platforms
Old syntax: sed -i .bak "s/^ARCH_FLAGS/#ARCH_FLAGS/" make.osx OSX: OK Linux: sed: -e expression #1, char 1: unknown command: `.' New syntax: sed -i.bak "s/^ARCH_FLAGS/#ARCH_FLAGS/" make.osx OSX: OK Linux: OK So the problem is just in the one whitespace. As such, instead of hardwiring the path to /usr/bin/sed, it's way better to use the sed that the user has installed, but with the right syntax, that works everywhere.
Configuration menu - View commit details
-
Copy full SHA for 9c77564 - Browse repository at this point
Copy the full SHA 9c77564View 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 main...master