- 11 Sep, 2013 2 commits
-
-
errors: Fix format of some error messages
Ben Straub committed -
nulltoken committed
-
- 10 Sep, 2013 4 commits
-
-
revwalk: allow simplifying by first-parent
Russell Belfer committed -
Make odb_loose return EAMBIGUOUS when required
Russell Belfer committed -
nulltoken committed
-
nulltoken committed
-
- 09 Sep, 2013 14 commits
-
-
When enabled, only the first parent of each commit will be queued, enabling a simple way of using first-parent simplification.
Carlos Martín Nieto committed -
fixing headers with bad values for objective-c
Russell Belfer committed -
Russell Belfer committed
-
Krzysztof Adamski committed
-
Krzysztof Adamski committed
-
Krzysztof Adamski committed
-
Krzysztof Adamski committed
-
Krzysztof Adamski committed
-
Krzysztof Adamski committed
-
Krzysztof Adamski committed
-
John Josef committed
-
fixes issues with objective-git
Russell Belfer committed -
Russell Belfer committed
-
odb: Error when streaming in less|more bytes than declared
Russell Belfer committed
-
- 08 Sep, 2013 1 commit
-
-
John Josef committed
-
- 07 Sep, 2013 6 commits
-
-
nulltoken committed
-
Fix memory leaks
Vicent Martí committed -
Some revparse love
Vicent Martí committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
- 06 Sep, 2013 5 commits
-
-
revwalk: make mark_unintersting use a loop
Russell Belfer committed -
Ask the odbbackend if the object exists before overwriting it
Russell Belfer committed -
Now that #1785 is merged, git_odb_stream_finalize_write() calculates the object id before invoking the odb backend. This commit gives a chance to the backend to check if it already knows this object.
nulltoken committed -
nulltoken committed
-
Using a recursive function can blow the stack when dealing with long histories. Use a loop instead to limit the call chain depth. This fixes #1223.
Carlos Martín Nieto committed
-
- 05 Sep, 2013 8 commits
-
-
Fix umask fragility
Vicent Martí committed -
Russell Belfer committed
-
The GIT_MODE_TYPE macro was looking at all bits above the permissions, but it should really just look at the top bits so that it will give the right results for a setgid or setuid entry. Since we're now using these macros in the tests, this was causing a test failure on platforms that don't support setgid.
Russell Belfer committed -
This fixes an issue checking file modes in the tests that initialize a repo from a template directory when a symlink is used in the template. Also, this updates some other places where we are examining file modes to use the new macros.
Russell Belfer committed -
This adds some more macros for some standard operations on file modes, particularly related to permissions, and then updates a number of places around the code base to use the new macros.
Russell Belfer committed -
Russell Belfer committed
-
Fix warning in src/win32/version.h
Vicent Martí committed -
Linquize committed
-