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.21.2
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.0
Choose a head ref
  • 20 commits
  • 32 files changed
  • 3 contributors

Commits on Mar 20, 2018

  1. Fix anchor tag in CHANGELOG.md

    Signed-off-by: Remy Suen <[email protected]>
    rcjsuen authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    cfdf48f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9f2410 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50a7191 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Expose error code in Status.file

    Due to a structural mistake in descriptor.json, Status.file does not
    expose git_status_file's error code in the rejected promise.
    
    The fix is the correct the JSON and also add a test to ensure that
    this case is covered should it happen again in the future.
    
    Signed-off-by: Remy Suen <[email protected]>
    rcjsuen committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    02a1cc6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Clarify README.md in generate/input

    Mention where the libgit2-docs.json comes from as people new to
    NodeGit will not know where it comes from.
    
    Signed-off-by: Remy Suen <[email protected]>
    rcjsuen authored Mar 23, 2018
    Configuration menu
    Copy the full SHA
    78765bf View commit details
    Browse the repository at this point in the history
  2. Add JavaScript Tag.listMatch for git_tag_list_match

    Made changes to descriptor.json to add support for
    git_tag_list_match.
    
    Signed-off-by: Remy Suen <[email protected]>
    rcjsuen committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    bd0bb06 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Bump libgit2 to 0.27.0

    implausible committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    7a321d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b6a7a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Get nodegit buiding

    implausible committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    1f7d487 View commit details
    Browse the repository at this point in the history
  2. Fix deprecated calls

    implausible committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    0350f70 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    implausible committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    77cf252 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1470 from rcjsuen/listmatch

    Add JavaScript Tag.listMatch function for git_tag_list_match
    implausible authored Apr 6, 2018
    Configuration menu
    Copy the full SHA
    859a9e6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1468 from rcjsuen/Status-file-no-err-fix

    Expose error code in Status.file
    implausible authored Apr 6, 2018
    Configuration menu
    Copy the full SHA
    3535798 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a520fa8 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Merge pull request #1466 from inexorgame/master

    Travis documentation deploy fixes
    implausible authored Apr 9, 2018
    Configuration menu
    Copy the full SHA
    6b39070 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1477 from implausible/bump/libgit2-to-v0.27.0

    Bump to libgit2 v0.27.0
    implausible authored Apr 9, 2018
    Configuration menu
    Copy the full SHA
    1439078 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2d9e3f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1481 from implausible/expose/git_commit_create_bu…

    …ffer
    
    Add repo.createCommitBuffer
    implausible authored Apr 9, 2018
    Configuration menu
    Copy the full SHA
    08906f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5507246 View commit details
    Browse the repository at this point in the history
  6. Bump to v0.22.0

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