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: nodegit/nodegit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.0
Choose a base ref
...
head repository: nodegit/nodegit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.2
Choose a head ref
  • 14 commits
  • 10 files changed
  • 4 contributors

Commits on Jul 26, 2017

  1. Change tree_entry to not be selfFreeing

    The libgit2 use cases all are instances where the git_tree_entry is owned by the object that returned it. As such this marks the tree_entry as not self freeing. And also updates functions returning one of these to set ownedByThis. This will keep the owning object alive should someone have a reference to a tree_entry.
    
    The git_treebuilder_insert method needed to be marked as not async in order to have access to the owning object. This seems like a case where the generator could be improved should this method need to be async.
    kurtb committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    62f5be6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb26b08 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Pull request feedback

    Fix up ownership on all tree_entry related calls
    kurtb authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    f140847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67fc71d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Bump to 0.20.1

    implausible committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    20d40d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Merge pull request #1332 from kurtb/master

    Fix git_tree_entry double free
    implausible authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    952bf8d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

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

Commits on Sep 12, 2017

  1. Merge pull request #1371 from implausible/fix/node-version

    8.4.0 currently breaks builds, locking to 8.3.0 temporarily
    implausible authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    c737c25 View commit details
    Browse the repository at this point in the history
  2. Fixed filter tests to work with massive buffer

    cjhoward92 authored and unknown committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    572f573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7f61ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cb96b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Configuration menu
    Copy the full SHA
    658f5b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1368 from cjhoward92/fix_large_buffer_crashes

    Fixed an issue where large buffer allocations in filters (> 256MB) causes a segfault
    implausible authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    d77f418 View commit details
    Browse the repository at this point in the history
  3. Bump to 0.20.2

    implausible committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    bf1ff40 View commit details
    Browse the repository at this point in the history
Loading