-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: libgit2/libgit2
base: 2f6f6eb
head repository: libgit2/libgit2
compare: 90befde
- 11 commits
- 14 files changed
- 4 contributors
Commits on May 30, 2014
-
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.
Configuration menu - View commit details
-
Copy full SHA for d723dbe - Browse repository at this point
Copy the full SHA d723dbeView commit details
Commits on Jun 2, 2014
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4ee2543 - Browse repository at this point
Copy the full SHA 4ee2543View commit details -
refs: copy the packed refs on iteration
This lets us work without worrying about what's happening but work on a snapshot.
Configuration menu - View commit details
-
Copy full SHA for 2d945f8 - Browse repository at this point
Copy the full SHA 2d945f8View commit details
Commits on Jun 3, 2014
-
These are some issues I found while playing around with the new parser for docurium.
Configuration menu - View commit details
-
Copy full SHA for 11e2665 - Browse repository at this point
Copy the full SHA 11e2665View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for dedfc73 - Browse repository at this point
Copy the full SHA dedfc73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a1a69 - Browse repository at this point
Copy the full SHA 69a1a69View commit details -
Merge pull request #2396 from libgit2/cmn/docstuff
Documentation formatting fixes
Vicent Marti committedJun 3, 2014 Configuration menu - View commit details
-
Copy full SHA for eb27d29 - Browse repository at this point
Copy the full SHA eb27d29View commit details -
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 committedJun 3, 2014 Configuration menu - View commit details
-
Copy full SHA for bccb36e - Browse repository at this point
Copy the full SHA bccb36eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 18d7896 - Browse repository at this point
Copy the full SHA 18d7896View commit details -
Merge pull request #2395 from libgit2/cmn/ref-iter-concurrent
Concurrent ref iterator access
Configuration menu - View commit details
-
Copy full SHA for dfcba09 - Browse repository at this point
Copy the full SHA dfcba09View commit details -
Merge pull request #2399 from libgit2/cmn/path-to-path
clone: re-use the local transport's path resolution
Vicent Marti committedJun 3, 2014 Configuration menu - View commit details
-
Copy full SHA for 90befde - Browse repository at this point
Copy the full SHA 90befdeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2f6f6eb...90befde