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

Add Push #419

Merged
merged 18 commits into from
Dec 8, 2014
Merged

Add Push #419

merged 18 commits into from
Dec 8, 2014

Commits on Nov 12, 2014

  1. Add push methods to GTRepository+RemoteOperations

    This is a rework of @johnbeatty's efforts in libgit2#329
    Ben Chatelain committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    4a6f824 View commit details
    Browse the repository at this point in the history
  2. Remove unused completion member

    Ben Chatelain committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    2a3975a View commit details
    Browse the repository at this point in the history
  3. Revise push doc comments (fetch->push)

    Ben Chatelain committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    5bd4ce1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. Inline block definitions in headers, move typedef to .m

    Ben Chatelain committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    5e77945 View commit details
    Browse the repository at this point in the history
  2. Remove OP_ prefix from doc comments

    Ben Chatelain committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    5dc1415 View commit details
    Browse the repository at this point in the history
  3. Have some style

    Ben Chatelain committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    deca60d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7ff5b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2014

  1. Add GTRemotePushSpec.m

    Ben Chatelain committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    4d166f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Add test for pushing single new commit to remote

    Ben Chatelain committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    3f22954 View commit details
    Browse the repository at this point in the history
  2. Add transfer progress blocks to push tests

    Local transport doesn't currently call the progress callbacks
    Ben Chatelain committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    96b6365 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Add commit count expectations

    Ben Chatelain committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    5afd124 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ben/pr/push

    Ben Chatelain committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    49dc932 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. Clean up push tests

    Ben Chatelain committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    c947b80 View commit details
    Browse the repository at this point in the history
  2. Further test revisions

    Created convenience localBranchWithName block. Make branch references local to examples.
    
    Also fixed case where afterEach wasn't deleting localRepo, which allowed removal of redundant removeItemAtURL call.
    
    Added pending dual branch example.
    Ben Chatelain committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    307936c View commit details
    Browse the repository at this point in the history
  3. Add example of pushing two branches

    Ben Chatelain committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    8da6daf View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Fix up push test failures

    Ben Chatelain committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    3d537fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c9e2ee View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

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