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: google/btree Loading
base: v1.0.0
Choose a base ref
...
head repository: google/btree Loading
compare: v1.0.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 21, 2019

  1. add mod file (#30)

    - [go modules](https://github.com/golang/go/wiki/Modules) will be enabled in 1.13.
    - after merge it would be nice if you would tag this repo: e.g. `v1.0.0`
      - this will allow consumers something more consistent and readable than `v0.0.0-20181229203832-0af3f3b09a0a`.
    urandom2 authored and gconnell committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    bfb3895 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

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

Commits on Sep 10, 2019

  1. add lock for trees in cloneTest

    Luffbee authored and gconnell committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    be84af9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Minor documentation fix, DescendGreaterThan starts with the last item…

    … in the tree and decends to the least item greater than the pivot
    AdamColton authored and gconnell committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    479b5e8 View commit details
    Browse the repository at this point in the history
Loading