Skip to content
Permalink

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: NixOS/nixpkgs
base: 22f57b8925a2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 928bc00ec4ba
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 15, 2019

  1. exa: apply patch to not panic on broken symlinks

    Currently, exa fails when being executed in a git repository with
    symlinks pointing to a non-existing location.
    
    This can happen quite often with garbage-collected result links, or in
    bazel repositories.
    
    A fix was PR'ed in September at ogham/exa#584,
    but upstream seems to be not responding.
    
    Let's apply this patch until there's a release containing the fixes.
    flokli committed Dec 15, 2019
    Copy the full SHA
    d41dca2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75673 from flokli/exa-broken-symlinks

    exa: apply patch to not panic on broken symlinks
    andir committed Dec 15, 2019
    Copy the full SHA
    928bc00 View commit details
    Browse the repository at this point in the history