Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace repo.namedBlob by git.TreeEntry. #22898

Merged
merged 9 commits into from Mar 15, 2023

Commits on Mar 9, 2023

  1. Replace repo.namedBlob by git.TreeEntry.

    `namedBlob` turned out to be a poor imitation of a `TreeEntry`.
    Using the latter directly shorten this code.
    kousu committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    947604d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Forgotten line

    kousu committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e9e3518 View commit details
    Browse the repository at this point in the history
  2. fixup test

    kousu committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    d6dba37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d108c2f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

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

Commits on Mar 13, 2023

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

Commits on Mar 14, 2023

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

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    4e4aadb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5703d4 View commit details
    Browse the repository at this point in the history