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: npm/git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.3
Choose a base ref
...
head repository: npm/git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.4
Choose a head ref
  • 10 commits
  • 17 files changed
  • 4 contributors

Commits on Sep 13, 2023

  1. chore: bump @npmcli/template-oss from 4.18.0 to 4.18.1

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.18.0 to 4.18.1.
    - [Release notes](https://github.com/npm/template-oss/releases)
    - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
    - [Commits](npm/template-oss@v4.18.0...v4.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: @npmcli/template-oss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lukekarrys committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    72430ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc938a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. chore: bump @npmcli/template-oss from 4.18.1 to 4.19.0

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.18.1 to 4.19.0.
    - [Release notes](https://github.com/npm/template-oss/releases)
    - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
    - [Commits](npm/template-oss@v4.18.1...v4.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: @npmcli/template-oss
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lukekarrys committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b425d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d06a9f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. chore: bump @npmcli/template-oss from 4.19.0 to 4.21.1

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.19.0 to 4.21.1.
    - [Release notes](https://github.com/npm/template-oss/releases)
    - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
    - [Commits](npm/template-oss@v4.19.0...v4.21.1)
    
    ---
    updated-dependencies:
    - dependency-name: @npmcli/template-oss
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lukekarrys committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    157ed48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b1d897 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. chore: bump @npmcli/template-oss from 4.21.1 to 4.21.3

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.21.1 to 4.21.3.
    - [Release notes](https://github.com/npm/template-oss/releases)
    - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
    - [Commits](npm/template-oss@v4.21.1...v4.21.3)
    
    ---
    updated-dependencies:
    - dependency-name: @npmcli/template-oss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lukekarrys committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    51011f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46192f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. fix: lazy load of which module (#176)

    Currently `@npmcli/git` is eagerly getting and caching the `git` path in
    a user's system which can have a significant performance cost when
    requiring `@npmcli/git`. This PR avoids this cost by lazily getting &
    caching `git` path on first use.
    thecodrr authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c398872 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. chore: release 5.0.4 (#174)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [5.0.4](v5.0.3...v5.0.4)
    (2023-12-19)
    
    ### Bug Fixes
    
    *
    [`c398872`](c398872)
    [#176](#176) lazy load of which module
    (#176) (@thecodrr)
    
    ### Chores
    
    *
    [`46192f5`](46192f5)
    [#175](#175) postinstall for dependabot
    template-oss PR (@lukekarrys)
    *
    [`51011f8`](51011f8)
    [#175](#175) bump @npmcli/template-oss
    from 4.21.1 to 4.21.3 (@dependabot[bot])
    *
    [`8b1d897`](8b1d897)
    [#173](#173) postinstall for dependabot
    template-oss PR (@lukekarrys)
    *
    [`157ed48`](157ed48)
    [#173](#173) bump @npmcli/template-oss
    from 4.19.0 to 4.21.1 (@dependabot[bot])
    *
    [`0d06a9f`](0d06a9f)
    [#154](#154) postinstall for dependabot
    template-oss PR (@lukekarrys)
    *
    [`b425d28`](b425d28)
    [#154](#154) bump @npmcli/template-oss
    from 4.18.1 to 4.19.0 (@dependabot[bot])
    *
    [`ecc938a`](ecc938a)
    [#152](#152) postinstall for dependabot
    template-oss PR (@lukekarrys)
    *
    [`72430ad`](72430ad)
    [#152](#152) bump @npmcli/template-oss
    from 4.18.0 to 4.18.1 (@dependabot[bot])
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    98932b5 View commit details
    Browse the repository at this point in the history
Loading