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: e726201cc802
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 26df2f4e9e86
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Dec 2, 2019

  1. fetchFromGitiles: init

    This has the same motivation as fetchFromGitHub/fetchFromGitLab --
    it's cheaper to download a tarball of a single revision than it is to
    download a whole history.
    
    I could have gone with domain/group/repo, like fetchFromGitLab, but it
    would have made implementation more difficult, and this syntax means
    it's a drop-in replacement for fetchgit, so I decided it wasn't worth
    it.
    alyssais committed Dec 2, 2019
    Copy the full SHA
    fe16f7d View commit details
    Browse the repository at this point in the history
  2. treewide: fetchgit -> fetchFromGitiles

    This is only the easy cases -- some fetchgit uses that point to
    Gitiles instances are in generated code, where the generating code
    would have to know in advance if it was fetching from Gitiles or not.
    I don't think this is worth it.
    alyssais committed Dec 2, 2019
    Copy the full SHA
    a8e63e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Merge pull request #74862 from alyssais/fetchgittiles

    fetchFromGitiles: init
    7c6f434c committed Dec 17, 2019
    Copy the full SHA
    26df2f4 View commit details
    Browse the repository at this point in the history