summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add cache busting to attribute cacheRussell Belfer2012-05-104-34/+100
* 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
* | 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-084-3/+53
|\
| * Add support for diffing index with no HEADRussell Belfer2012-05-084-3/+53
* | 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-084-6/+91
|\ \ | |/ |/|
| * commit/tag: ensure the message is cleaned upnulltoken2012-05-074-6/+91
* | Merge pull request #668 from nulltoken/topic/binary-blobsRussell Belfer2012-05-081-24/+59
|\ \
| * | diff: fix the diffing of two identical blobsnulltoken2012-05-071-0/+8
| * | diff: make git_diff_blobs() able to detect binary blobsnulltoken2012-05-071-0/+28
| * | diff: fix the diffing of a concrete blob against a null onenulltoken2012-05-071-22/+20
| * | diff: When diffing two blobs, ensure the delta callback parameter is filled w...nulltoken2012-05-071-2/+6
| * | diff: remove unused parameternulltoken2012-05-071-4/+1
| |/
* | Merge pull request #676 from carlosmn/remotesVicent Martí2012-05-082-7/+39
|\ \
| * | remotes: change git_remote_new's signatureCarlos Martín Nieto2012-05-081-6/+13
| * | remote: add git_remote_add()Carlos Martín Nieto2012-05-081-0/+25
| * | config: don't use freed memory on errorCarlos Martín Nieto2012-05-081-6/+6
* | | Clean up warnings and testsRussell Belfer2012-05-081-1/+1
|/ /
* | Merge pull request #674 from nulltoken/topic/GIT_ENOTFOUNDRussell Belfer2012-05-086-23/+47
|\ \
| * | status: Prevent git_status_file() from returning ENOTFOUND when not applicablenulltoken2012-05-081-4/+4
| * | repository: ensure git_repository_discover() returns ENOTFOUND when unable to...nulltoken2012-05-081-2/+3
| * | compat: make p_realpath Windows implementation be a bit more POSIX compliant ...nulltoken2012-05-082-5/+22
| * | 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-081-2/+2
| * | remote: make git_remote_load() return GIT_ENOTFOUND when the remote url canno...nulltoken2012-05-081-3/+1
| * | 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-071-1/+0
|\ \
| * | Define explicit _WIN32_WINNT version in makefileScott J. Goldman2012-05-071-1/+0
| |/
* | Fix directory finding for attrsRussell Belfer2012-05-071-3/+3
* | compat: make p_open able to accept optional mode when passing the O_CREAT flagnulltoken2012-05-074-7/+32
|/
* transport git: don't use 'error' uninitializedCarlos Martín Nieto2012-05-061-1/+1
* compat: Add `stdarg.h` includeVicent Martí2012-05-051-0/+1
* Merge remote-tracking branch 'scottjg/fix-mingw32' into developmentVicent Martí2012-05-055-17/+24
|\
| * Fix missing prototype warning in utf-conv.cScott J. Goldman2012-05-051-0/+1
| * Fix gitno_connect() error handling on WindowsScott J. Goldman2012-05-054-16/+19
* | Merge pull request #664 from arrbee/attrs-from-indexdevelopment-mergeVicent Martí2012-05-0520-246/+462
|\ \
| * | Fix valgrind issuesRussell Belfer2012-05-046-18/+37
| * | Fix memory leaks and use after freeRussell Belfer2012-05-045-16/+32
| * | Support reading attributes from indexRussell Belfer2012-05-0312-214/+395
* | | notes: Cleanup error handlingVicent Martí2012-05-051-19/+11
* | | Merge pull request #663 from schu/notes-honor-configVicent Martí2012-05-051-6/+41
|\ \ \
| * | | notes: add git_note_default_ref()Michael Schubert2012-05-031-0/+6