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: sbt/sbt-git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: sbt/sbt-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 11 commits
  • 11 files changed
  • 5 contributors

Commits on Apr 6, 2022

  1. Fix console reader issues (#219)

    * Wrap `Try` around stuff since it fails sometimes
    
    * Calm down the logging a bit
    
    * Added missing logger case
    djspiewak authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    af8b67b View commit details
    Browse the repository at this point in the history
  2. Added support for different git describe patterns and tagToVersion fu…

    …nctions across modules in a multi-module project
    liorregev committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    e58e15e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #197 from liorregev/feature/multi-module-describe

    Added support for different git describe settings across projects
    raboof authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a81a110 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    9dee563 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Merge pull request #224 from scala-steward/update/org.eclipse.jgit-5.…

    …13.1.202206130422-r
    
    Update org.eclipse.jgit to 5.13.1.202206130422-r
    raboof authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c4e0856 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    e8cfbd9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #225 from scala-steward/update/sbt-1.7.0

    Update sbt, scripted-plugin to 1.7.0
    raboof authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    101142c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Publicize option to disable JGit

    Add `useReadableConsoleGit` to autoImport.
    
    Update documentation to explain the default of dual-use JGit and
    executable, and how to customize if either one is undesirable.
    jpassaro committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    fcbeb35 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. typographical PR feedback

    jpassaro committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    90f2905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9030976 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Merge pull request #230 from jpassaro/publicize-console-ro-settings

    Publicize option to disable JGit
    raboof authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    b1df0b1 View commit details
    Browse the repository at this point in the history
Loading