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: 092af3c82692
Choose a base ref
...
head repository: NixOS/nix
compare: 50d483a2c1c7
Choose a head ref
  • 5 commits
  • 31 files changed
  • 1 contributor

Commits on Dec 5, 2019

  1. MultiCommand: Simplify construction

    (cherry picked from commit 15a16e5)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    f1b5c76 View commit details
    Browse the repository at this point in the history
  2. Move Command and MultiCommand to libutil

    (cherry picked from commit f70434b)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    f964f42 View commit details
    Browse the repository at this point in the history
  3. Make subcommand construction in MultiCommand lazy

    (cherry picked from commit a0de58f)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    ac67685 View commit details
    Browse the repository at this point in the history
  4. Initialize Command::_name

    (cherry picked from commit d0a769c)
    edolstra committed Dec 5, 2019
    Copy the full SHA
    5e449b4 View commit details
    Browse the repository at this point in the history
  5. Fix precompiled-headers generation

    It's now regenerated when util.hh changes, and is ordered after
    config.h to fix a race.
    edolstra committed Dec 5, 2019
    Copy the full SHA
    50d483a View commit details
    Browse the repository at this point in the history