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: 7a00d25e2355
Choose a base ref
...
head repository: NixOS/nixos-homepage
compare: 47ac3571c4d7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

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