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/nixos-homepage
base: a732b23b30e4
Choose a base ref
...
head repository: NixOS/nixos-homepage
compare: 34292f1a4939
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 24, 2020

  1. Add Contributing guide

    includes removed content from previous community page
    davidak committed Apr 24, 2020
    Copy the full SHA
    49d6534 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #411 from NixOS/contribution

    Add Contributing page
    garbas committed Apr 24, 2020
    1
    Copy the full SHA
    7a00d25 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Use fd to rebuild untracked files

    Fixes #410
    
    `git ls-files` only traces files that are already in Git. When adding
    new content, this is inconvenient. `fd` searches the entire directory
    irrespective of the files' status in Git. However, it still respects
    .gitignore files, so that it ignores build artifacts.
    milibopp committed Apr 25, 2020
    Copy the full SHA
    50f0bb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Merge pull request #414 from aepsil0n/fd-entr-make

    Use fd to rebuild untracked files
    garbas committed Apr 28, 2020
    1
    Copy the full SHA
    47ac357 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    34292f1 View commit details
    Browse the repository at this point in the history