Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • update-changelog-for-10.4.3
  • zj-remove-unused-methods-on-commit
  • release-10-2-stable
  • patch-1
  • tag-archive
  • version-6-2
  • 6.2.1-rugged-0.21.2
  • temporary_archives
  • mr-vinn-use-more-rugged
  • v10.7.0
  • v10.6.9
  • v10.6.8
  • v10.6.7
  • v10.6.6
  • v10.6.5
  • v10.6.4
  • v10.6.3
  • v10.6.2
  • v10.6.1
  • v10.6.0
  • v10.5.0
  • v10.4.7
  • v10.4.6
  • v10.4.5
  • v10.4.4
  • v10.4.3
  • v10.4.2
  • v10.4.1
  • v10.4.0
30 results

CHANGELOG

  • Alejandro Rodríguez's avatar
    43f5700b
    Refactor Ref's `target` to be consistent with Rugged · 43f5700b
    Alejandro Rodríguez authored
    !103 introduced an optimization where a Refs target would point to the
    dereferenced object, which saved us a lot operations, but became
    inconsistent with Rugged's API, where target would always reference the
    immediate object pointed at. These changes add a new property,
    dereference_target to be consistent with Rugged but still be able to get
    the target efficiently.
    43f5700b
    History
    Refactor Ref's `target` to be consistent with Rugged
    Alejandro Rodríguez authored
    !103 introduced an optimization where a Refs target would point to the
    dereferenced object, which saved us a lot operations, but became
    inconsistent with Rugged's API, where target would always reference the
    immediate object pointed at. These changes add a new property,
    dereference_target to be consistent with Rugged but still be able to get
    the target efficiently.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.