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: 3cd15c5b1f5a
Choose a base ref
...
head repository: NixOS/nix
compare: 1a08ad75eab6
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 20, 2018

  1. Add --graphml option to the nix-store --query command

    This prints the references graph of the store paths in the graphML
    format [1]. The graphML format is supported by several graph tools
    such as the Python Networkx library or the Apache Thinkerpop project.
    
    [1] http://graphml.graphdrawing.org
    nlewo committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    73c2ae4 View commit details
    Browse the repository at this point in the history
  2. Remove the --xml query command option

    The `--graphml` option can be used instead.
    nlewo committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    d506342 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Merge pull request #2479 from nlewo/graphml

    Add --graphml option to the nix-store --query command
    edolstra committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    1a08ad7 View commit details
    Browse the repository at this point in the history