- 20 Jan, 2015 10 commits
-
-
Symbolic links that abuse case insensitivity to write into .git.
Edward Thomson committed -
Don't bother trying to recreate the previously created directory during checkout, for a modest reduction in the number of stats.
Edward Thomson committed -
Walk up the tree to mkdir, which is less immediately efficient, but allows us to look at intermediate directories that may need attention.
Edward Thomson committed -
The documentation for `git_path_join_unrooted` states that the base length will be returned, so that consumers like checkout know where to start creating directories instead of always creating directories at the directory root.
Edward Thomson committed -
Checkout can now provide performance data about the number of (some) syscalls performed using an optional callback.
Edward Thomson committed -
Edward Thomson committed
-
Linquize committed
-
Main change: Don't treat chars > 128 as non-printable (common in UTF-8 files) Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
diff: only compute patches when requested
Carlos Martín Nieto committed -
When we're called with no hunk or line callback, we don't need to do the hunk or line computation.
Edward Thomson committed
-
- 15 Jan, 2015 2 commits
-
-
Remove strlen() calls from loop condition
Carlos Martín Nieto committed -
Avoid str length recalculation every iteration
Maks Naumov committed
-
- 14 Jan, 2015 5 commits
-
-
Edward Thomson committed
-
Add option to turn off OpenSSL
Edward Thomson committed -
Edward Thomson committed
-
git_merge_tree_flag_t cannot contain any GIT_DIFF_FIND_xxx flags so there's not point in checking for them
Pierre-Olivier Latour committed -
The implementation of the hashsig API disallows computing a signature on small files containing only a few lines. This new flag disables this behavior. git_diff_find_similar() sets this flag by default which means that rename / copy detection of small files will now work. This in turn affects the behavior of the git_status and git_blame APIs which will now detect rename of small files assuming the right options are passed.
Pierre-Olivier Latour committed
-
- 13 Jan, 2015 4 commits
-
-
Leo Yang committed
-
Use svg instead of png to get better image quality
nulltoken committed -
Carlos Martín Nieto committed
-
Peter Dave Hello committed
-
- 12 Jan, 2015 1 commit
-
-
clone example: don't divide by zero
Carlos Martín Nieto committed
-
- 10 Jan, 2015 1 commit
-
-
Local transports don't have data about the size, avoid dividing by zero in the callback.
Edward Thomson committed
-
- 09 Jan, 2015 5 commits
-
-
This should provide a easier way to see what kinds of changes we have, and a single place to look at the breaking changes.
Carlos Martín Nieto committed -
Fix crash in free() when git_buf_grow() fails.
Carlos Martín Nieto committed -
Jeff Hostetler committed
-
Carlos Martín Nieto committed
-
Remove symlinks from the repository
Carlos Martín Nieto committed
-
- 08 Jan, 2015 5 commits
-
-
remote: plug leak
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
Remove the hook symlink from the test resources, so that we can have a source tree that is easy to zip up and copy around on systems that don't support symlinks. Create it dynamically at test execution instead.
Edward Thomson committed -
Load prune configuration when a remote is created.
Edward Thomson committed
-
- 07 Jan, 2015 5 commits
-
-
David Calavera committed
-
David Calavera committed
-
CHANGELOG: we've added git_describe
Carlos Martín Nieto committed -
submodule: declare vars at top of func block
Edward Thomson committed -
Add appveyor yaml
Edward Thomson committed
-
- 06 Jan, 2015 2 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-