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: 5854a34ede03
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7a0b68844528
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 28, 2021

  1. gitAndTools.git-machete: 2.15.9 -> 2.16.1

    ###### Motivation for this change
    Update to latest upstream version
    
    ###### Things done
     * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
     * Built on platform(s)
    
       * [x]  NixOS
       * [ ]  macOS
       * [ ]  other Linux distributions
     * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
     * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
     * [x]  Tested execution of all binary files (usually in `./result/bin/`)
     * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
     * [ ]  Ensured that relevant documentation is up to date
     * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
    
    ###### Notify maintainers
    cc @blitz @Ma27 @tfc @worldofpeace
    Travis CI committed Jan 28, 2021
    Copy the full SHA
    a49a608 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #111019 from VirtusLab/git-machete-2.16.1

    gitAndTools.git-machete: 2.15.9 -> 2.16.1
    tfc committed Jan 28, 2021
    Copy the full SHA
    7a0b688 View commit details
    Browse the repository at this point in the history