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: dotnet/sourcelink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4b584db
Choose a base ref
...
head repository: dotnet/sourcelink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eb50191
Choose a head ref
  • 12 commits
  • 247 files changed
  • 8 contributors

Commits on Jul 27, 2021

  1. [main] Update dependencies from dotnet/arcade (#710)

    [main] Update dependencies from dotnet/arcade
    
    
     - Target tests to net6.0
    
     - Target net6.0
    dotnet-maestro[bot] authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    4604c2e View commit details
    Browse the repository at this point in the history
  2. Add netstandard2.0 target to tools package (#702)

    * Add netcoreapp3.1 target to tools package
    
    * netstandard2.0
    tmat authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    040e4c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Update dependencies from https://github.com/dotnet/arcade build 20210…

    …729.2 (#728)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    266451c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Update license to MIT (#730)

    tmat authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    4e75467 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

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

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    67b2884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9006950 View commit details
    Browse the repository at this point in the history
  3. Allow using .git directory instead of gitdir redirect in submodules. (#…

    …653)
    
    * Allow using .git directory instead of gitdir redirect in submodules.
    
    * Address review comments and add test for old-style submodule behavior.
    
    * Use .git dir as the common directory as well.
    
    * Add more details to the comments about how this case can happen.
    
    * Address code review comments.
    
    * Allow empty dir
    
    Co-authored-by: tmat <tomas.matousek@microsoft.com>
    crummel and tmat authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    5e2c4f1 View commit details
    Browse the repository at this point in the history
  4. Fix discovery of working directory for worktrees (#734)

    SourceLink used gitdir to determine the directory (and incorrectly interpreting the content) but turns out git doesn't use it at all for this purpose.
    tmat authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    48e002e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Update README.md (#735)

    tmat authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    1ca09f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

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