-
Notifications
You must be signed in to change notification settings - Fork 537
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: dandavison/delta
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.16.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dandavison/delta
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.16.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 10 files changed
- 2 contributors
Commits on Jun 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dda9a87 - Browse repository at this point
Copy the full SHA dda9a87View commit details -
Fix typo in publishing build job & restore cross-compilation (#1430)
* Fix typo in publishing build job This prevented the cross-compilation targets from using the `cross` binary for the compilation. The script evaluated with `${{ matrix.job.cross }}` to: ``` if [[ "" == "true" ]]; then cross build --release --target x86_64-unknown-linux-musl else cargo build --release --target x86_64-unknown-linux-musl fi ``` The correct result for `${{ matrix.job.use-cross }}` is: ``` if [[ "true" == "true" ]]; then cross build --release --target x86_64-unknown-linux-musl else cargo build --release --target x86_64-unknown-linux-musl fi ``` * Restore previously failed cross-compilation targets - Revert "Delete the remaining failing cross-compilation target" This reverts commit 2937f32. - Revert "Delete another failing cross-compilation target" This reverts commit 4af8adf. - Revert "Delete i686-unknown-linux-gnu job" This reverts commit eebdddd. - Revert "Delete arm-unknown-linux-gnueabihf job" This reverts commit 9a2fa34.Configuration menu - View commit details
-
Copy full SHA for d327bad - Browse repository at this point
Copy the full SHA d327badView commit details -
Write directly, not by appending to output buffer
This was a bug when a box decoration was subsequently drawn since the decoration enclosed pending content in the output buffer.
Configuration menu - View commit details
-
Copy full SHA for 481d3c1 - Browse repository at this point
Copy the full SHA 481d3c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a28231a - Browse repository at this point
Copy the full SHA a28231aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3819e94 - Browse repository at this point
Copy the full SHA 3819e94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03f1569 - Browse repository at this point
Copy the full SHA 03f1569View 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 0.16.4...0.16.5