summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #734 from scottjg/travis-mingwVicent Martí2012-05-263-5/+8
|\
| * Enable mingw cross-compile stage in travis-ciScott J. Goldman2012-05-261-0/+1
| * Refactor CMakeLists.txt for mingw cross-compileScott J. Goldman2012-05-261-3/+5
| * Use lowercase names for Windows headersScott J. Goldman2012-05-261-2/+2
|/
* Merge pull request #732 from schu/fix-gcc-nonnullVicent Martí2012-05-261-1/+4
|\
| * tests-clar/core: fix non-null warningMichael Schubert2012-05-261-1/+4
|/
* Make errors for system and global files consistentRussell Belfer2012-05-252-4/+51
* Merge pull request #729 from arrbee/fix-728Vicent Martí2012-05-2410-19/+105
|\
| * Fix bugs for status with spaces and reloaded attrsRussell Belfer2012-05-2410-19/+105
|/
* Merge pull request #727 from libgit2/env-expansionVicent Martí2012-05-242-122/+61
|\
| * Clean up system file finding tests on Win32env-expansionRussell Belfer2012-05-242-20/+11
| * windows: Properly expand all environment variablesVicent Martí2012-05-241-103/+51
|/
* Merge pull request #726 from arrbee/utf16-home-dirRussell Belfer2012-05-243-16/+188
|\
| * Fix bugs in UTF-8 <-> UTF-16 conversionRussell Belfer2012-05-242-14/+15
| * Get user's home dir in UTF-16 clean mannerRussell Belfer2012-05-242-3/+174
* | repository: default to core.bare = false if it's not setCarlos Martín Nieto2012-05-241-3/+4
* | examples/network: consistently use tabs for indentationCarlos Martín Nieto2012-05-242-126/+126
* | README: use docs/rel-notes/ for the release notesCarlos Martín Nieto2012-05-241-1/+1
* | Merge pull request #720 from nulltoken/fix/libgit2sharp_issue_153Vicent Martí2012-05-232-7/+18
|\ \
| * | fileops: Make git_futils_mkdir_r() able to cope with Windows network pathsnulltoken2012-05-232-7/+18
| |/
* | Merge pull request #712 from waywardmonkeys/embedded_makefile_fixesVicent Martí2012-05-231-3/+3
|\ \
| * | Allow passing additional defines and cflags to Makefile.embed.Bruce Mitchener2012-05-191-2/+2
| * | Build xdiff as well in Makefile.embed.Bruce Mitchener2012-05-191-1/+1
* | | Merge pull request #716 from scottjg/examples-cleanupVicent Martí2012-05-233-2/+18
|\ \ \
| * | | Add CMake build for examples / add them to TravisScott J. Goldman2012-05-202-1/+17
| * | | Fix examples/general.c compilationScott J. Goldman2012-05-201-1/+1
| | |/ | |/|
* | | Merge pull request #723 from carlosmn/rel-notesVicent Martí2012-05-232-3/+5
|\ \ \
| * | | README: add rules about writing release notes as they happenCarlos Martín Nieto2012-05-231-1/+3
| * | | CONVENTIONS: Update error code namesCarlos Martín Nieto2012-05-231-2/+2
|/ / /
* | | Remove left-over debugging outputCarlos Martín Nieto2012-05-231-2/+0
|/ /
* | Merge pull request #715 from schu/cleanup-miscVicent Martí2012-05-192-10/+0
|\ \
| * | CleanupMichael Schubert2012-05-192-10/+0
|/ /
* | Merge pull request #713 from waywardmonkeys/spellingVicent Martí2012-05-1915-30/+30
|\ \ | |/ |/|
| * Fix spelling errors.Bruce Mitchener2012-05-1915-30/+30
|/
* libgit2 v0.17.0 "Lord of Diffstruction"Vicent Marti2012-05-191-2/+2
* Merge pull request #710 from libgit2/breaking-changesVicent Martí2012-05-1880-458/+506
|\
| * errors: Rename error codesbreaking-changesVicent Martí2012-05-1861-170/+171
| * errors: Rename the generic return codesVicent Martí2012-05-1890-368/+404
| * Properly tag all `enums` with a `_t`Vicent Martí2012-05-188-31/+34
| * refs: git_reference_listall -> git_reference_listVicent Martí2012-05-186-7/+7
| * errors: Remove old commentsVicent Martí2012-05-181-13/+0
| * global: Fix unit tests after reorderingVicent Martí2012-05-187-82/+82
| * global: Change parameter ordering in APIVicent Martí2012-05-1814-97/+118
* | Merge pull request #711 from schu/fetch-local-dummyVicent Martí2012-05-181-0/+11
|\ \
| * | fetch: set dummy function for local fetchMichael Schubert2012-05-181-0/+11
|/ /
* | Merge pull request #685 from nulltoken/fix/list-remote-branchesVicent Martí2012-05-172-2/+31
|\ \ | |/ |/|
| * branch: retrieve symbolic references when listing the branchesnulltoken2012-05-182-2/+31
* | Merge pull request #709 from arrbee/profiling-with-scottgVicent Martí2012-05-176-25/+52
|\ \ | |/ |/|
| * No point in keeping commented out fnRussell Belfer2012-05-171-9/+0
| * Other optimization and warning fixesRussell Belfer2012-05-172-14/+23