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

Commits on May 13, 2018

  1. smmap2: init at 2.0.3

    This commit adds smmap2, which is a separate pypi package from the existing
    smmap 0.9.0, though they both come from the same repo. It also moves smmap into
    the new python modules location.
    bhipple committed May 13, 2018
    Configuration menu
    Copy the full SHA
    68573a6 View commit details
    Browse the repository at this point in the history
  2. gitdb2: init at 2.0.3

    Also move gitdb and gitdb2 to the new python module structure.
    bhipple committed May 13, 2018
    Configuration menu
    Copy the full SHA
    318ce72 View commit details
    Browse the repository at this point in the history
  3. GitPython: 2.0.8 -> 2.1.9

    Also moves GitPython into the newer python module folder structure.
    bhipple committed May 13, 2018
    Configuration menu
    Copy the full SHA
    5efce7c View commit details
    Browse the repository at this point in the history
  4. truffleHog: init at 2.0.91

    This commit adds the python3 application truffleHog, which is a stand-alone tool
    that scans a git repo for unencrypted passwords.
    
    This depends on a newer GitPython, which depends on a new major version of
    gitdb, which depends on a new major version of smmap, so I've packaged those
    as well in the preceding commits.
    bhipple committed May 13, 2018
    Configuration menu
    Copy the full SHA
    3fc1694 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Merge pull request #40391 from bhipple/truffleHog-gitpython-gitdb2-sm…

    …map2
    
    truffleHog: init at 2.0.91
    matthewbauer committed May 14, 2018
    Configuration menu
    Copy the full SHA
    e5274eb View commit details
    Browse the repository at this point in the history