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.22.1
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.22.2
Choose a head ref
  • 15 commits
  • 23 files changed
  • 4 contributors

Commits on May 13, 2018

  1. Fix variable name.

    So that it corresponds to a variable in previous code snippets.
    jkukul committed May 13, 2018
    Configuration menu
    Copy the full SHA
    856cd55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ee8cea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cc5c1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    320238b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19c2e04 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Fix asynchronous testing of signatures

    The previous implementation mixed promises and callbacks in a way that
    was incompatible with mocha. This patch removes the callback and uses
    promises only.
    tniessen committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    92b3506 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Merge pull request #1493 from jkukul/master

    Improvements in documentation.
    tbranyen authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    32bc8af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1505 from tniessen/test-fix-signature-promise-rej…

    …ection
    
    Fix asynchronous testing of signatures
    tbranyen authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    fc56c94 View commit details
    Browse the repository at this point in the history
  3. Fix argument handling in Git.Merge.trees

    This change makes ancestor_tree and opts optional to match the
    documentation.
    
    Closes: #1504
    tniessen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    3aa096c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1507 from tniessen/fix-git-merge-trees-args

    Fix argument handling in Git.Merge.trees
    tbranyen authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    c944ec6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Bump libgit2 to 0.27.3

    implausible committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    d923548 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Encode test keys using base64 so that github doesn't flag them as bad

    We've encoding the 2 test private keys that we use in base 64 and we decode them before running tests. GitHub has begun auditing repos for ssh keys and flagging them as unsafe for use if they are in public repos. This is a very good thing on part of GitHub, but bad for our test apparatus.
    implausible committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    a36d7ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b592662 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1521 from implausible/bump/libgit2

    Bump libgit2 to 0.27.3
    implausible authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    b1897a4 View commit details
    Browse the repository at this point in the history
  4. Bump to v0.22.2

    implausible committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    1e9c584 View commit details
    Browse the repository at this point in the history
Loading