Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git notes #576

Merged
merged 23 commits into from
Dec 5, 2016
Merged

Git notes #576

merged 23 commits into from
Dec 5, 2016

Commits on Mar 23, 2016

  1. Updating libgit2 pointer

    slavikus committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    abc1d74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41279e4 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Merge remote-tracking branch 'upstream/master'

    # Conflicts:
    #	External/libgit2
    slavikus committed May 4, 2016
    Configuration menu
    Copy the full SHA
    0871b0e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Git notes support.

    Added `GTNote` class and a few helpers into `GTRepository`.
    slavikus committed May 19, 2016
    Configuration menu
    Copy the full SHA
    47dc0fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe13986 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Fixes per @tiennou feedback

    Some stylistic and other fixes based on @tiennou feedback on the pull request.
    slavikus committed May 20, 2016
    Configuration menu
    Copy the full SHA
    6df9faf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Push branches and notes in one operation

    Added -[GTRepository pushBranches:toRemote:withOptions:withNotesReferenceName:error:progress:] to push both a set of branches and stored Git notes at the same operation to save on network ops.
    slavikus committed May 23, 2016
    Configuration menu
    Copy the full SHA
    947058d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

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

Commits on Jul 15, 2016

  1. Configuration menu
    Copy the full SHA
    b64f024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0661bab View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. Configuration menu
    Copy the full SHA
    c27e838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73037a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

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

Commits on Nov 23, 2016

  1. Configuration menu
    Copy the full SHA
    16ef587 View commit details
    Browse the repository at this point in the history
  2. Respect nullable returns in various methods

    Some properties could return nil where they are not annotated as such.
    slavikus committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    2352543 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e96e11 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

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

Commits on Dec 2, 2016

  1. Configuration menu
    Copy the full SHA
    2fea0a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bf9d5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4a1103 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55898a7 View commit details
    Browse the repository at this point in the history
  5. Extra newlines removal

    slavikus committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    16f980f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2016

  1. Fix tests for GTNote

    slavikus committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    927cc49 View commit details
    Browse the repository at this point in the history