- 27 Jul, 2014 1 commit
-
-
We always calculate multiple merge bases, but up to now we had only exposed the "best" merge base. Introduce git_oidarray which analogously to git_strarray lets us return multiple ids.
Carlos Martín Nieto 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 7 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
-
- 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 7 commits
-
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
- 04 Jul, 2014 5 commits
-
-
Vicent Marti committed
-
Carlos Martín Nieto committed
-
We used to assume a refspec would only have an asterisk in the middle of their respective pattern. This has not been a valid assumption for some time now with git. Instead of assuming where the asterisk is going to be, change the logic to treat each pattern as having two halves with a replacement bit in the middle, where the asterisk is.
Carlos Martín Nieto committed -
When transforming a non-pattern refspec, we simply need to copy over the opposite string. Move that logic up to the wrapper so we can assume a pattern refspec in the transformation function.
Carlos Martín Nieto committed -
Fix SSH2 warnings
Carlos Martín Nieto committed
-
- 03 Jul, 2014 3 commits
-
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Move yield to the tests and enable for FreeBSD
Vicent Marti committed
-