summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Optimize away git_text_gather_stats in diffRussell Belfer2012-05-173-7/+23
| * Basic setup for profilingRussell Belfer2012-05-173-2/+13
* | Merge pull request #708 from arrbee/fix-empty-workdir-iteratorVicent Martí2012-05-172-4/+81
|\ \ | |/ |/|
| * Fix workdir iterators on empty directoriesRussell Belfer2012-05-172-4/+81
|/
* Merge pull request #706 from arrbee/fix_592_againVicent Martí2012-05-1625-36/+148
|\
| * Fix status for files under ignored dirsRussell Belfer2012-05-1625-36/+148
|/
* Merge pull request #705 from nulltoken/fix/note_list_callback_signatureVicent Martí2012-05-163-11/+24
|\
| * notes: make git_note_foreach() callback signature easier to cope with from a ...nulltoken2012-05-163-11/+24
|/
* tree: Naming conventionsVicent Martí2012-05-166-14/+17
* clar: Fix warningVicent Martí2012-05-161-1/+0