summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Test decomposed unicode renames work as expectedRussell Belfer2014-04-241-37/+92
* | | Merge pull request #2241 from libgit2/rb/stash-skip-submodulesVicent Marti2014-04-257-107/+211
|\ \ \
| * | | Handle explicitly ignored dir slightly differentlyrb/stash-skip-submodulesRussell Belfer2014-04-241-8/+9
| * | | Treat ignored, empty, and untracked dirs differentRussell Belfer2014-04-234-22/+39
| * | | Make checkout match diff for untracked/ignored dirRussell Belfer2014-04-226-99/+146
| * | | Failing test for stashing a buried ignored fileRussell Belfer2014-04-221-0/+13
| * | | Make stash and checkout ignore contained reposRussell Belfer2014-04-224-12/+38
* | | | Merge pull request #2294 from ethomson/merge_checkout_strategyRussell Belfer2014-04-243-14/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | merge: checkout default shouldn't clobber givenEdward Thomson2014-04-233-15/+14
| * | | merge: default checkout strategy for should be SAFEEdward Thomson2014-04-232-1/+18
* | | | Merge pull request #2295 from libgit2/cmn/fetchhead-quoteVicent Marti2014-04-243-1/+13
|\ \ \ \ | |/ / / |/| | |
| * | | fetchhead: deal with quotes in branch namesCarlos Martín Nieto2014-04-243-1/+13
|/ / /
* | | Merge pull request #2291 from ethomson/patch_binaryVicent Marti2014-04-237-6/+452
|\ \ \
| * | | patch: emit binary patches (optionally)Edward Thomson2014-04-227-6/+452
* | | | Merge pull request #2283 from phkelley/win32_fsVicent Marti2014-04-2322-491/+1549
|\ \ \ \
| * | | | React to feedback for UTF-8 <-> WCHAR and reparse workPhilip Kelley2014-04-239-39/+35
| * | | | Handle win32 reparse points properlyEdward Thomson2014-04-227-132/+966
| * | | | Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-1918-431/+659
| | |_|/ | |/| |
* | | | Merge pull request #2289 from libgit2/rb/note-git-diff-index-behaviorVicent Marti2014-04-237-656/+404
|\ \ \ \ | |_|_|/ |/| | |
| * | | Replace math fns with simpler integer mathrb/note-git-diff-index-behaviorRussell Belfer2014-04-221-11/+23
| * | | Use git_diff_get_stats in example/diff + refactorRussell Belfer2014-04-226-619/+340
| * | | Some doc and examples/diff.c changesRussell Belfer2014-04-223-84/+99
|/ / /
* | | Merge pull request #2282 from libgit2/cmn/remote-easier-bindVicent Marti2014-04-224-32/+76
|\ \ \
| * | | transports: allow the creds callback to say it doesn't existCarlos Martín Nieto2014-04-223-32/+58
| * | | remote: provide read access to the callback structureCarlos Martín Nieto2014-04-222-0/+18
|/ / /
* | | Merge pull request #2287 from libgit2/rb/moar-coverity-fixesVicent Marti2014-04-224-18/+16
|\ \ \
| * | | Fix some coverity-found issuesRussell Belfer2014-04-214-18/+16
| | |/ | |/|
* | | Merge pull request #2286 from libgit2/rb/fix-reset-staged-deleteVicent Marti2014-04-222-5/+45
|\ \ \ | |/ / |/| |
| * | Fix reset for staged deletesRussell Belfer2014-04-212-5/+45
|/ /
* | Merge pull request #2275 from jacquesg/apple-warningRussell Belfer2014-04-212-11/+34
|\ \
| * | Introduce AddCFlagIfSupported CMake macroJacques Germishuys2014-04-192-38/+25
| * | Only disable deprecation warnings on Apple for OpenSSLJacques Germishuys2014-04-181-3/+5
| * | Use CHECK_C_COMPILER_FLAG to determine if the compiler supports a flagJacques Germishuys2014-04-181-8/+42
| * | Fix inconsistent use of lower-case and upper-case names for macrosJacques Germishuys2014-04-181-3/+3
* | | attrcache: fix use-after-freeCarlos Martín Nieto2014-04-211-1/+1
* | | sysdir: free the path if we cannot find the fileCarlos Martín Nieto2014-04-211-1/+1
| |/ |/|
* | Merge pull request #2273 from jacquesg/ssh-interactiveVicent Marti2014-04-193-15/+117
|\ \
| * | Only zero sensitive information on destruction (and memory actually allocated...Jacques Germishuys2014-04-181-7/+21
| * | Replace void * with proper callback typesJacques Germishuys2014-04-181-2/+2
| * | Make git_cred_ssh_custom_new() naming more consistentJacques Germishuys2014-04-183-8/+8
| * | Introduce git_cred_ssh_interactive_new()Jacques Germishuys2014-04-183-0/+88
| |/
* | Merge pull request #2279 from libgit2/rb/moar-eegnöre-fîxésVicent Marti2014-04-1911-229/+325
|\ \
| * | Minor fixesRussell Belfer2014-04-184-5/+8
| * | Fix ignore difference from git with trailing /*Russell Belfer2014-04-183-0/+28
| * | Preload attribute files that may contain macrosRussell Belfer2014-04-183-45/+136
| * | Cleanup tests with helper functionsRussell Belfer2014-04-182-154/+83
| * | Pop ignore only if whole relative path matchesRussell Belfer2014-04-185-35/+80
| |/
* | Merge pull request #2213 from ethomson/safecrlfRussell Belfer2014-04-184-1/+99
|\ \ | |/ |/|
| * Determine crlf safety by statistics, not literal reversibilityEdward Thomson2014-04-071-24/+9
| * Introduce core.safecrlf handlingEdward Thomson2014-04-074-3/+116