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: f8a9c6efac01
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fd0502384962
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on May 18, 2020

  1. git: Add a doc output for the HTML and text files

    This will install the HTML and text documentation into a separate output
    so that users can install it without having to rebuild Git.
    Previously only `doc/git/git-subtree.html` was installed (which is now
    in $doc as well).
    The current output sizes are as follows:
    ```
    $ du -sh $(nix-build -A git)
    47M     /nix/store/wyqgalp61kmavx06rams7z8jz177nd8y-git-2.26.2
    $ du -sh $(nix-build -A git.doc)
    14M     /nix/store/6zi22fl5xc3sg23d9shsviinvwk89wvq-git-2.26.2-doc
    ```
    
    Fixes #86022 (at least partly since the output has to be installed).
    primeos committed May 18, 2020
    Copy the full SHA
    54918d6 View commit details
    Browse the repository at this point in the history
  2. git-doc: init

    primeos committed May 18, 2020
    Copy the full SHA
    9f2faa1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #86848 from primeos/git-add-doc-output

    git: Add a doc output for the HTML and text files
    wmertens committed May 18, 2020
    Copy the full SHA
    fd05023 View commit details
    Browse the repository at this point in the history