- 08 May, 2012 18 commits
-
-
Clean commit and tag messages
Vicent Martí committed -
Enhancing the blob diffing experience
Russell Belfer committed -
Add git_remote_add() and change signature for _new()
Vicent Martí committed -
Russell Belfer committed
-
Add a fetch refspec arguemnt and make the arguments (name, url, refspec), as that order makes more sense.
Carlos Martín Nieto committed -
Helper function to create a remote with the default settings
Carlos Martín Nieto committed -
Change the order and set a NULL so we don't try to access freed memory in case of an error.
Carlos Martín Nieto committed -
Improve the interop with bindings
Russell Belfer committed -
Clear the error in pkt when we notice that the remote is starting to send the packfile. Fix the format string for Windows networking errors.
Carlos Martín Nieto committed -
nulltoken committed
-
repository: ensure git_repository_discover() returns ENOTFOUND when unable to find a repository given the constraints
nulltoken committed -
nulltoken committed
-
repository: ensure git_repository_open() returns ENOTFOUND when being passed a path leading to no repository
nulltoken committed -
compat: make p_realpath Windows implementation be a bit more POSIX compliant and fail if the provided path does not lead to an existing entry
nulltoken committed -
nulltoken committed
-
object: make git_object_lookup() return GIT_ENOTFOUND when searching for an existing object by specifying an incorrect type
nulltoken committed -
remote: make git_remote_load() return GIT_ENOTFOUND when the remote url cannot be retrieved from the config file
nulltoken committed -
nulltoken committed
-
- 07 May, 2012 16 commits
-
-
More mingw32 compilation fixes.
Vicent Martí committed -
The fix to support attrs on bare repos went a little too far in trying to avoid using the working directory and ended up not processing the input path quite correctly.
Russell Belfer committed -
compat: make p_open able to accept optional mode when passing the O_CREAT flag
Russell Belfer committed -
Carlos Martín Nieto committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
- edf3dce -> assets.github.com/images/icons/emoji/alien.png?v5 - de863bf -> assets.github.com/images/icons/emoji/heart.png?v5
nulltoken committed -
nulltoken committed
-
diff: When diffing two blobs, ensure the delta callback parameter is filled with relevant information
nulltoken committed -
nulltoken committed
-
'git commit' and 'git tag -a' enforce some conventions, like cleaning up excess whitespace and making sure that the last line ends with a '\n'. This fix replicates this behavior. Fix libgit2/libgit2sharp#117
nulltoken committed -
It can cause segfaults if the call didn't set an error
Carlos Martín Nieto committed -
Previously, it was defined in netops.c, but it's also needed in one of the clar tests, so I figured we might as well just make it global for the whole project. Without it, the mingw32 linker won't resolve GetProcessId() (called from the core/errors.c clar test) because of some conditionals in windows.h.
Scott J. Goldman committed -
Fixes the mingw32 build issues.
Scott J. Goldman committed
-
- 06 May, 2012 2 commits
-
-
Carlos Martín Nieto committed
-
Vicent Martí committed
-
- 05 May, 2012 4 commits
-
-
Conflicts: src/netops.c src/netops.h src/transports/http.c tests-clar/clar
Vicent Martí committed -
New-error-handling
Vicent Martí committed -
Support git attrs from index (and bare repo)
Vicent Martí committed -
Vicent Martí committed
-