summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Hook up Windows compat fnmatch() for SolarisScott J. Goldman2012-05-105-6/+12
* clar: Update from upstreamVicent Martí2012-05-091-6/+8
* Merge pull request #678 from nulltoken/fix/msvc-weird-errorVicent Martí2012-05-091-104/+104
|\
| * Fix MSVC compilation issuenulltoken2012-05-091-104/+104
|/
* Fix 64-bit build warningRussell Belfer2012-05-091-1/+1
* Merge pull request #679 from nulltoken/fix/git__isspaceRussell Belfer2012-05-091-1/+1
|\
| * util: Fix git__isspace() implementationnulltoken2012-05-091-1/+1
* | tests-clar/diff: fix missing-prototype warningMichael Schubert2012-05-091-2/+2
* | fetch: filter tag annotation pseudo-refs while generating wantsCarlos Martín Nieto2012-05-092-4/+4
* | remote: don't try to create tag annotations as refs/tags/v0.1.0^{}Carlos Martín Nieto2012-05-091-0/+4
* | indexer: close the pack's fd before renaming itCarlos Martín Nieto2012-05-091-1/+2
|/
* msvc: Do not use `isspace` Vicent Martí2012-05-097-18/+33
* Merge pull request #677 from arrbee/status-without-headVicent Martí2012-05-085-3/+98
|\
| * Add support for diffing index with no HEADRussell Belfer2012-05-085-3/+98
* | message: CleanupVicent Martí2012-05-081-2/+10
* | message: Proper OOM handlingVicent Martí2012-05-081-3/+2
* | Merge pull request #670 from nulltoken/ntk/topic/clean-commit_messageVicent Martí2012-05-088-7/+272
|\ \ | |/ |/|
| * commit/tag: ensure the message is cleaned upnulltoken2012-05-078-7/+272
* | Merge pull request #668 from nulltoken/topic/binary-blobsRussell Belfer2012-05-088-51/+264
|\ \
| * | diff: improve git_diff_blobs() documentationnulltoken2012-05-071-0/+8
| * | diff: fix the diffing of two identical blobsnulltoken2012-05-075-9/+50
| * | diff: make git_diff_blobs() able to detect binary blobsnulltoken2012-05-075-10/+146
| * | tests: add two binary blobs to attr test repositorynulltoken2012-05-072-0/+0
| * | diff: fix the diffing of a concrete blob against a null onenulltoken2012-05-072-35/+62
| * | diff: When diffing two blobs, ensure the delta callback parameter is filled w...nulltoken2012-05-072-3/+7
| * | diff: remove unused parameternulltoken2012-05-071-4/+1
| |/
* | Merge pull request #676 from carlosmn/remotesVicent Martí2012-05-087-13/+68
|\ \
| * | remotes: change git_remote_new's signatureCarlos Martín Nieto2012-05-086-12/+20
| * | remote: add git_remote_add()Carlos Martín Nieto2012-05-083-0/+47
| * | config: don't use freed memory on errorCarlos Martín Nieto2012-05-081-6/+6
* | | Clean up warnings and testsRussell Belfer2012-05-083-7/+10
|/ /
* | Merge pull request #674 from nulltoken/topic/GIT_ENOTFOUNDRussell Belfer2012-05-0812-32/+131
|\ \
| * | status: Prevent git_status_file() from returning ENOTFOUND when not applicablenulltoken2012-05-082-4/+20
| * | repository: ensure git_repository_discover() returns ENOTFOUND when unable to...nulltoken2012-05-082-7/+8
| * | fileops: replace integer usage with more explicit enum in some git_futils_rmd...nulltoken2012-05-082-4/+4
| * | repository: ensure git_repository_open() returns ENOTFOUND when being passed ...nulltoken2012-05-081-0/+6
| * | compat: make p_realpath Windows implementation be a bit more POSIX compliant ...nulltoken2012-05-083-5/+35
| * | path: Make git_path_prettify() properly handle ENOTDIR errno valuenulltoken2012-05-081-1/+1
| * | object: make git_object_lookup() return GIT_ENOTFOUND when searching for an e...nulltoken2012-05-082-2/+37
| * | remote: make git_remote_load() return GIT_ENOTFOUND when the remote url canno...nulltoken2012-05-082-3/+6
| * | remote: ensure the allocated remote is freed when an error occurs during its ...nulltoken2012-05-081-8/+16
* | | Minor error fixesCarlos Martín Nieto2012-05-082-1/+2
|/ /
* | Merge pull request #672 from scottjg/more-mingw32-fixesVicent Martí2012-05-073-4/+3
|\ \
| * | Define explicit _WIN32_WINNT version in makefileScott J. Goldman2012-05-072-2/+1
| * | Update clar to latest versionScott J. Goldman2012-05-061-2/+2
* | | Fix directory finding for attrsRussell Belfer2012-05-071-3/+3
* | | Merge pull request #667 from nulltoken/fix/p_openRussell Belfer2012-05-075-8/+33
|\ \ \
| * | | compat: make p_open able to accept optional mode when passing the O_CREAT flagnulltoken2012-05-075-8/+33
| | |/ | |/|
* | | travis: run the tests verboselyCarlos Martín Nieto2012-05-071-1/+1
|/ /
* | clar helper: don't dereference giterr_last() if it's NULLCarlos Martín Nieto2012-05-071-1/+1
|/