- 11 Dec, 2013 2 commits
-
-
Rename detection using diff.renames
Russell Belfer committed -
Ben Straub committed
-
- 09 Dec, 2013 2 commits
-
-
Clean up warnings
Vicent Marti committed -
Edward Thomson committed
-
- 08 Dec, 2013 4 commits
-
-
commit: Fix potential segfault
Edward Thomson committed -
Dereferencing commit pointer before asserting
Paul Holden committed -
Fixed left shift size of int.
Vicent Marti committed -
Simply switched the ordering of the checks in the for loop where this left shift was being made.
Jared Wong committed
-
- 06 Dec, 2013 5 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
blame.c: Remove unnecessary error-check and goto
Vicent Martí committed -
In private function 'load_blob'.
Paul Holden committed
-
- 05 Dec, 2013 5 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Fixed compilation on Windows when using libssh2.
Vicent Martí committed -
mgbowen committed
-
Ben Straub committed
-
- 03 Dec, 2013 9 commits
-
-
Reorder revert test variable decls
Edward Thomson committed -
Oh, MSVC.
Edward Thomson committed -
Bare naked merge and rebase
Vicent Martí committed -
Edward Thomson committed
-
Include git2/revert.h in git2.h
Vicent Martí committed -
Linquize committed
-
Updates to cancellation logic during download and indexing of packfile.
Vicent Martí committed -
Revert support for a single commit
Vicent Martí committed -
Jameson Miller committed
-
- 02 Dec, 2013 8 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
Add GIT_DIFF_FIND_REMOVE_UNMODIFIED flag and fix copy detection bug
Vicent Martí committed -
Russell Belfer committed
-
When doing copy detection, it is often necessary to include UNMODIFIED records in the git_diff so they are available as source records for GIT_DIFF_FIND_COPIES_FROM_UNMODIFIED. Yet in the final diff, often you will not want to have these UNMODIFIED records. This adds a flag which marks these UNMODIFIED records for deletion from the diff list so they will be removed after the rename detect phase is over.
Russell Belfer committed -
When FIND_COPIES is used in combination with BREAK_REWRITES for rename detection, there was a bug where the split MODIFIED delta was only used as a target for RENAME records and not for COPIED records. This fixes that, converting the split into a pair of DELETED and COPIED deltas when that circumstance arises.
Russell Belfer committed -
Improve iconv finding for cmake
Vicent Martí committed -
* add FindIconv helper for CMake iconv detection * only default using iconv to ON for MacOS * update pkg-config generation to include iconv dependency better
Russell Belfer committed
-
- 01 Dec, 2013 2 commits
-
-
fix typos in docs
Vicent Martí committed -
Nicolas Kaiser committed
-
- 27 Nov, 2013 2 commits
-
-
posix: Solaris doesn't have strnlen either
Vicent Martí committed -
Alessandro Ghedini committed
-
- 20 Nov, 2013 1 commit
-
-
ssh: add support for ssh-agent authentication
Vicent Martí committed
-