summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* oid: Helper for old-school hashcmpvmg/no-lookupVicent Marti2013-08-142-11/+14
* sha1_lookup: Hello my name is MSVC and how do I pointerVicent Marti2013-08-141-1/+3
* sha1_lookup: do not use the "experimental" lookup modeVicent Marti2013-08-143-2/+32
* Merge pull request #1779 from ben/win32-precompiled-header-speedupBen Straub2013-08-131-0/+3
|\
| * Add some things to precompiled headerBen Straub2013-08-131-0/+3
* | Merge pull request #1767 from libgit2/win32-bigger-utf8-bufferVicent Martí2013-08-1321-103/+178
|\ \ | |/ |/|
| * Missed one path for path_as_utf8 typeRussell Belfer2013-08-131-1/+1
| * Minor win32 fixes and improvementsRussell Belfer2013-08-135-18/+16
| * Reintroduce type for UTF8 win32 path conversionsRussell Belfer2013-08-134-10/+11
| * Rename git__win32_path fns to git_win32_pathRussell Belfer2013-08-138-30/+33
| * Fix mingw cross-compile buildBen Straub2013-08-131-0/+1
| * windows: Fuck meVicent Marti2013-08-132-1/+2
| * windows: Require orderVicent Marti2013-08-133-3/+2
| * windows: Missing renames.Vicent Marti2013-08-132-3/+3
| * windows: Path conversion with better semanticsVicent Marti2013-08-139-60/+59
| * Make utf-8 source strings unlimitedBen Straub2013-08-101-2/+2
| * Fix 64-bit MSVC warningsBen Straub2013-08-101-2/+2
| * Discriminate path-specific and general UTF-X conversionsBen Straub2013-08-0810-37/+48
| * Rename git_win_str_utf* to git_win32_path_utf*Ben Straub2013-08-079-31/+31
| * Add typedefs for win32 utf-8 and utf-16 buffersBen Straub2013-08-0710-58/+62
| * Add checkout test for long file nameBen Straub2013-08-072-2/+21
| * Add long-file-name branch to test repoBen Straub2013-08-077-4/+6
| * Don't use win32-only macro in test codeBen Straub2013-08-071-1/+1
| * Add status test for long pathsBen Straub2013-08-072-0/+36
| * Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub2013-08-0510-61/+62
* | Merge pull request #1775 from libgit2/ssh-default-userBen Straub2013-08-124-14/+68
|\ \
| * | CMake: finding libssh2 should be idempotentCarlos Martín Nieto2013-08-121-3/+2
| * | Include username in each credential typeCarlos Martín Nieto2013-08-123-11/+66
* | | Update to clar 7bf638b80Ben Straub2013-08-122-2/+2
* | | odb: free object data when id is ambiguousCarlos Martín Nieto2013-08-122-1/+4
* | | Merge pull request #1768 from arrbee/issue-1766-gitignore-weirdnessBen Straub2013-08-115-14/+122
|\ \ \ | |/ / |/| |
| * | Improve and comment git_ignore__pop_dirRussell Belfer2013-08-091-9/+19
| * | Improve building ignore file listsRussell Belfer2013-08-095-14/+112
* | | Merge pull request #1770 from ethomson/index_fuzzVicent Martí2013-08-094-3/+16
|\ \ \ | |/ / |/| |
| * | git_strndup fix when OOMEdward Thomson2013-08-081-0/+3
| * | Fixes to safely reading the indexEdward Thomson2013-08-083-3/+13
* | | Merge pull request #1773 from arrbee/fix-fnmatch-prefixRussell Belfer2013-08-095-58/+43
|\ \ \
| * | | Match against file with leading ! was too broadRussell Belfer2013-08-091-1/+2
| * | | Revert PR #1462 and provide alternative fixRussell Belfer2013-08-095-58/+42
|/ / /
* | | Merge pull request #1764 from ethomson/status_renames_from_rewritesRussell Belfer2013-08-094-45/+195
|\ \ \
| * | | Add rename from rewrites to statusEdward Thomson2013-08-054-45/+195
| | |/ | |/|
* | | Merge pull request #1462 from yorah/fix/libgit2sharp-issue-379Russell Belfer2013-08-095-13/+80
|\ \ \
| * | | status: fix handling of filenames with special prefixesyorah2013-04-155-13/+80
* | | | Merge pull request #1771 from nvloff/write_empty_config_valueRussell Belfer2013-08-082-0/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | config: allow empty string as valueNikolai Vladimirov2013-08-082-0/+20
* | | | Merge pull request #1738 from libgit2/diff-patch-content-sizeBen Straub2013-08-085-67/+186
|\ \ \ \
| * | | | Restore GIT_DIFF_LINE_BINARY usageRussell Belfer2013-07-232-23/+44
| * | | | Make compact output more like core GitRussell Belfer2013-07-231-3/+3
| * | | | Add hunk/file headers to git_diff_patch_sizeRussell Belfer2013-07-235-79/+130
| * | | | Add git_diff_patch_size() APIRussell Belfer2013-07-223-6/+53