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: git-for-windows/setup-git-for-windows-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6c590dd
Choose a base ref
...
head repository: git-for-windows/setup-git-for-windows-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e0979af
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 27, 2022

  1. git: export useful functionality

    In the upcoming commit, we will implement support for removing the SDK
    files in a post-action step. To this end, we need access to Git for
    Windows' `bash` (if it exists on the agent) and to the default location
    of the SDK that is written by this Action. Let's export those to allow
    for reusing the functionality in other source files.
    
    Signed-off-by: Dennis Ameling <dennis@dennisameling.com>
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dennisameling authored and dscho committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    edf9275 View commit details
    Browse the repository at this point in the history
  2. Add support for cleaning up SDK files

    On self-hosted runners, we need to do this, otherwise these files will
    be left in place after the workflow run has finished.
    
    Signed-off-by: Dennis Ameling <dennis@dennisameling.com>
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dennisameling authored and dscho committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b661219 View commit details
    Browse the repository at this point in the history
  3. npm run build && npm run package

    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    e0979af View commit details
    Browse the repository at this point in the history
Loading