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: 5fa3b11239bb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 777bc07e1ff2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 13, 2017

  1. fetchSvn: Add support for --ignore-keywords flag

    This is a flag that disables subversion keyword substitution.
    Keyword substitution inserts metadata into the files being checked
    out, and is therefore somewhat at odds with build reproducibility.
    
    In particular, it can become a problem if you're trying to switch
    between svn and a git export of the same thing (keyword substitutions
    are normally not exported into git).
    Rotsor committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    6a51b55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23830 from Rotsor/svn-ignore-keywords

    fetchSvn: Add support for --ignore-keywords flag
    7c6f434c committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    777bc07 View commit details
    Browse the repository at this point in the history