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/nix
base: 8efa23bb9961
Choose a base ref
...
head repository: NixOS/nix
compare: d7026cc57117
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 12, 2020

  1. Fix ANSI color constants

    The `m` acts as termination-symbol when declaring graphics. Because
    of this, the `;1m` doesn't have any effect and is directly printed to
    the console:
    
    ```
    $ nix repl
    > builtins.fetchGit { /* ... */ }
    { outPath = "/nix/store/s0f0iz4a41cxx2h055lmh6p2d5k5bc6r-source"; rev = "e73e45b723a9a6eecb98bd5f3df395d9ab3633b6"; revCount = ;1m428; shortRev = "e73e45b"; submodules = ;1mfalse; }
    ```
    
    Introduced by 6403508.
    Ma27 committed Jul 12, 2020
    Copy the full SHA
    64f0363 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Merge pull request #3805 from Ma27/ansi-color-fix

    Fix ANSI color constants
    edolstra committed Jul 13, 2020
    Copy the full SHA
    d7026cc View commit details
    Browse the repository at this point in the history