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: 9cac89540672
Choose a base ref
...
head repository: NixOS/nix
compare: e34b317bbf77
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 30, 2019

  1. Replace git show with git log

    git show seems to print the entire tag message when being called on a tag
    instead of a commit. git log instead always prints the correct timestamp
    in my tests.
    The error nix prints is: `error: stoull`.
    dasJ committed Oct 30, 2019
    Copy the full SHA
    2d1d1e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3178 from helsinki-systems/flakes-git-log

    [flakes] Replace git show with git log
    edolstra committed Oct 30, 2019
    Copy the full SHA
    e34b317 View commit details
    Browse the repository at this point in the history