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: c7a789100fec
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 32632fbb730b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 15, 2018

  1. gn: generate last_commit_position.h without git

    For Git to work properly, I used fetchgit with leaveDotGit. This seems
    to be causing hash to change on different systems in different times.
    I've replaced generation of last_commit_position.h in tools/gen.py with
    just plain nix template. "gn --version" will loose a bit (just commit
    hash, without commit height in front of it), but I hope noone relies on
    it.
    YorikSar committed Sep 15, 2018
    Copy the full SHA
    b53e495 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Merge pull request #46721 from YorikSar/gn

    gn: generate last_commit_position.h without git
    7c6f434c committed Sep 16, 2018
    Copy the full SHA
    32632fb View commit details
    Browse the repository at this point in the history