Thanks to visit codestin.com
Credit goes to github.com

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: libgit2/libgit2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2f6f6eb
Choose a base ref
...
head repository: libgit2/libgit2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 90befde
Choose a head ref
  • 11 commits
  • 14 files changed
  • 4 contributors

Commits on May 30, 2014

  1. Remote: Set an error when a remote cannot be found.

    Inside `git_remote_load`, the calls to `get_optional_config` use
    `giterr_clear` to unset any errors that are set due to missing config
    keys. If neither a fetch nor a push url config was found for a remote,
    we should set an error again.
    arthurschreiber committed May 30, 2014
    Configuration menu
    Copy the full SHA
    d723dbe View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. refs: failing test for concurrent ref access

    If we remove a reference while we're iterating through the packed refs,
    the position in the iterator will be off.
    carlosmn committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    4ee2543 View commit details
    Browse the repository at this point in the history
  2. refs: copy the packed refs on iteration

    This lets us work without worrying about what's happening but work on a
    snapshot.
    carlosmn committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    2d945f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2014

  1. Formatting fixes for the docs

    These are some issues I found while playing around with the new parser
    for docurium.
    carlosmn committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    11e2665 View commit details
    Browse the repository at this point in the history
  2. index: split GIT_IDXENTRY into two flag enums

    The documentation has shown this as a single enum for a long time. These
    should in fact be two enums. One with the bits for the flags and another
    with the bits for the extended flags.
    carlosmn committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    dedfc73 View commit details
    Browse the repository at this point in the history
  3. Plug a leak in the tests

    carlosmn committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    69a1a69 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2396 from libgit2/cmn/docstuff

    Documentation formatting fixes
    Vicent Marti committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    eb27d29 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2389 from arthurschreiber/arthur/set-error-when-n…

    …o-remote-found
    
    Remote: Set an error when a remote cannot be found.
    Vicent Marti committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    bccb36e View commit details
    Browse the repository at this point in the history
  6. clone: re-use the local transport's path resolution

    Whe already worked out the kinks with the function used in the local
    transport. Expose it and make use of it in the local clone method
    instead of trying to work it out again.
    carlosmn committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    18d7896 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2395 from libgit2/cmn/ref-iter-concurrent

    Concurrent ref iterator access
    arrbee committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    dfcba09 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2399 from libgit2/cmn/path-to-path

    clone: re-use the local transport's path resolution
    Vicent Marti committed Jun 3, 2014
    Configuration menu
    Copy the full SHA
    90befde View commit details
    Browse the repository at this point in the history
Loading