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: 3d4c8809ed17
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 634b857c2c92
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 1, 2017

  1. CODEOWNERS: fix path notation

    This format uses the path matching algorithm as the .gitignore format.
    
    The paths need to be prefixed with a / to become absolute, otherwise it
    will match all of these files.
    
    The paths will also match any of the sub-paths by default so it's not
    necessary to use the `*` like in bash globbing.
    zimbatm committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    088ce9f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Merge pull request #31101 from zimbatm/codeowners-syntax-fix

    CODEOWNERS: fix path notation
    Mic92 committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    634b857 View commit details
    Browse the repository at this point in the history