-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: rack/rack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 23 files changed
- 3 contributors
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aa86b89 - Browse repository at this point
Copy the full SHA aa86b89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19225ca - Browse repository at this point
Copy the full SHA 19225caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa10e6 - Browse repository at this point
Copy the full SHA 3aa10e6View commit details -
Trim trailing white space throughout the project (#1990)
Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner and eases new contributions by avoiding spurious white space changes on unrelated lines.
Configuration menu - View commit details
-
Copy full SHA for 59c29a4 - Browse repository at this point
Copy the full SHA 59c29a4View commit details -
Fix Utils.build_nested_query to URL-encode all query string fields (#…
…1989) In the formatted query string, the field should be fully URL-encoded. The previous implementation left the square brackets as un-escaped. It was noticed that if params were provided as a nested hash it produced a different result than a hash of string fields. For example, the params { 'q[s]' => 'name' } would result in the query string: q%5Bs%5D=name but { q: { s: 'name' } } would result in: q[s]=name Both forms now produce the same correct result with fully URL-encoded params.
Configuration menu - View commit details
-
Copy full SHA for ab1f1c1 - Browse repository at this point
Copy the full SHA ab1f1c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0bb5a5 - Browse repository at this point
Copy the full SHA c0bb5a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e17592 - Browse repository at this point
Copy the full SHA 3e17592View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcbda31 - Browse repository at this point
Copy the full SHA dcbda31View 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 v3.0.1...v3.0.2