- 25 Jul, 2014 1 commit
-
-
This works around strict aliasing rules letting some versions of GCC (particularly on RHEL 6) thinking that they can skip updating the size of the array when calculating the next element's offset.
Carlos Martín Nieto committed
-
- 24 Jul, 2014 1 commit
-
-
Preallocating two commits doesn't make much sense as leaving allocation to the first array usage will allocate a sensible size with room for growth. This preallocation has also been hiding issues with strict aliasing in the tests, as we have fairly simple histories and never trigger the growth.
Carlos Martín Nieto committed
-
- 23 Jul, 2014 3 commits
-
-
Don't allow conflicts by default
Vicent Marti committed -
Fix git status list new unreadable folder
Vicent Marti committed -
Alan Rogers committed
-
- 22 Jul, 2014 5 commits
-
-
Rename git_cherry_pick to git_cherrypick
Vicent Marti committed -
Edward Thomson committed
-
Alan Rogers committed
-
Alan Rogers committed
-
Alan Rogers committed
-
- 17 Jul, 2014 1 commit
-
-
Edward Thomson committed
-
- 16 Jul, 2014 9 commits
-
-
Export git_buf_text_is_binary and git_buf_text_contains_nul.
Vicent Marti committed -
joshaber committed
-
When adding new config section, handle config file not ending with LF
Vicent Marti committed -
Vicent Marti committed
-
Vicent Marti committed
-
Handle local file:/// paths on Windows
Vicent Marti committed -
Linquize committed
-
Linquize committed
-
So that users don’t need to implement binary detection themselves.
joshaber committed
-
- 15 Jul, 2014 3 commits
-
-
Update perl bindings link
Vicent Marti committed -
Switch description and message reporting in `clar__assert_equal_file`
Vicent Marti committed -
Edward Thomson committed
-
- 13 Jul, 2014 1 commit
-
-
Jacques Germishuys committed
-
- 11 Jul, 2014 8 commits
-
-
file:///
Windows can't handle a path like `/c:/foo`; when turning file:/// URIs into local paths, we must strip the leading slash.
Edward Thomson committed -
Windows compatibility fixes
Vicent Marti committed -
ssh: provide a factory function for setting ssh paths
Vicent Marti committed -
Support refspecs with the asterisk in the middle
Vicent Marti committed -
Properly report failure when expanding a packfile
Carlos Martín Nieto committed -
merge: don't open COMMIT_MSG unless we need to append conflicts
Carlos Martín Nieto committed -
Carlos Martín Nieto committed
-
Alan Rogers committed
-
- 09 Jul, 2014 1 commit
-
-
William Swanson committed
-
- 08 Jul, 2014 2 commits
-
-
Edward Thomson committed
-
Fixup git_attr_value's comment to be recognised as documentation, and include the definitions needed for clang to parse reset.h such that it shows up in the documentation. This fixes #2430.
Carlos Martín Nieto committed
-
- 07 Jul, 2014 1 commit
-
-
git allows you to set which paths to use for the git server programs when connecting over ssh; and we want to provide something similar. We do this by providing a factory function which can be set as the remote's transport callback which will set the given paths upon creation.
Carlos Martín Nieto committed
-
- 06 Jul, 2014 4 commits
-
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-