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: concourse/git-resource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.0
Choose a base ref
...
head repository: concourse/git-resource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.0
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 22, 2024

  1. fast check skipping repo download

    If the check runs with no filter and 1 version only is requested,
    the latest commit can be retrieved with a simple git ls-remote.
    this prevents the repository from being downloaded.
    
    Signed-off-by: David Rozé <droze@baylibre.com>
    david-baylibre committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    871fb4b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Merge pull request #425 from david-baylibre/fast-check

    fast check skipping repo download
    taylorsilva authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    abb0629 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Populate additional .git/branch file

    containing the name of the original cloned branch.
    
    Signed-off-by: João Britto <jabcalves@gmail.com>
    britto authored and taylorsilva committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7095560 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #391 from britto/add-git-branch-file

    Populate additional `.git/branch` file
    taylorsilva authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    702bf5a View commit details
    Browse the repository at this point in the history
Loading