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: 9edc77f3e238
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0285cbcbe2ec
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 3, 2020

  1. mariadb: mytop add "clear" to PATH

    The following error was printed every second:
    
        Can't exec "clear": Not a directory at /nix/store/.../bin/.mytop-wrapped line 110.
        Use of uninitialized value $CLEAR in string at /nix/store/.../bin/.mytop-wrapped line 781.
    
    Therefore the mytop output was repeatedly displayed instead of updating itself "in-place".
    jojosch committed Feb 3, 2020
    Copy the full SHA
    39ebcc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Merge pull request #79159 from jojosch/mytop-clear

    mariadb: mytop add "clear" to PATH
    aanderse committed Feb 4, 2020
    Copy the full SHA
    0285cbc View commit details
    Browse the repository at this point in the history