summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* index: overwrite the path when inserting conflictsntk/case_index_conflictsCarlos Martín Nieto2015-11-122-5/+6
* index: correctly report which conflict stage has a wrong filemodeCarlos Martín Nieto2015-11-121-1/+1
* Failing test for case sensitive conflicts in the indexnulltoken2015-11-121-0/+91
* Merge pull request #3498 from ethomson/windows_symlinksCarlos Martín Nieto2015-11-083-0/+115
|\
| * index: test that add_bypath preserves symlinksEdward Thomson2015-11-031-0/+29
| * diff: on win32, treat fake "symlinks" speciallyEdward Thomson2015-11-031-0/+25
| * diff: test "symlinks" in wd are respected on win32Edward Thomson2015-11-031-0/+61
* | Merge pull request #3500 from ethomson/submodules_with_pathCarlos Martín Nieto2015-11-0816-24/+95
|\ \
| * | submodule: reload HEAD/index after reading configEdward Thomson2015-11-041-24/+18
| * | submodule: test updating a submodule w/ a pathEdward Thomson2015-11-0415-0/+77
* | | Merge pull request #3465 from libgit2/cmn/tls-registerEdward Thomson2015-11-045-0/+81
|\ \ \ | |/ / |/| |
| * | stream: allow registering a user-provided TLS constructorcmn/tls-registerCarlos Martín Nieto2015-11-034-0/+78
| * | stream: accept NULL in the free functionCarlos Martín Nieto2015-11-031-0/+3
* | | Merge branch 'pr/3487'Edward Thomson2015-11-033-13/+32
|\ \ \
| * | | Fix git_commit_summary to convert newlines to spaces even afterStjepan Rajko2015-11-033-13/+32
|/ / /
* | | Merge pull request #3494 from leoyanggit/fix_unit_test_buildCarlos Martín Nieto2015-11-031-2/+13
|\ \ \ | |/ / |/| |
| * | Fix build for unit testLeo Yang2015-11-021-2/+13
* | | Merge branch 'pr/3147'Edward Thomson2015-11-025-9/+74
|\ \ \ | |_|/ |/| |
| * | Add diff progress callback.Jason Haslam2015-11-025-9/+74
|/ /
* | Merge pull request #3491 from libgit2/cmn/config-checksumEdward Thomson2015-11-024-36/+59
|\ \
| * | filebuf: use an internal buffercmn/config-checksumCarlos Martín Nieto2015-10-301-6/+10
| * | filebuf: use a checksum to detect file changesCarlos Martín Nieto2015-10-303-34/+33
| * | config: add failing test for an external modificationCarlos Martín Nieto2015-10-301-0/+20
* | | Merge pull request #3495 from leoyanggit/fix_transport_buildEdward Thomson2015-11-021-0/+1
|\ \ \
| * | | Fix build for custom transport usersLeo Yang2015-10-301-0/+1
| | |/ | |/|
* | | Merge pull request #3492 from libgit2/vmg/redundantVicent Marti2015-11-0210-22/+202
|\ \ \ | |_|/ |/| |
| * | merge: Fix memory leak in testvmg/redundantVicent Marti2015-11-021-0/+1
| * | Add test caseVicent Marti2015-11-028-0/+30
| * | merge-base: StyleVicent Marti2015-11-021-1/+6
| * | merge-base: Do not read parents from the rootVicent Marti2015-11-021-1/+1
| * | merge-base: Remove redundant merge basesVicent Marti2015-11-022-22/+166
|/ /
* | Merge pull request #3493 from ethomson/read_indexCarlos Martín Nieto2015-10-301-9/+29
|\ \ | |/ |/|
| * index: read_index must update hashesEdward Thomson2015-10-301-9/+29
* | git: put NULL check at the topCarlos Martín Nieto2015-10-301-2/+5
|/
* git: accept NULL as argument to its stream freeCarlos Martín Nieto2015-10-301-2/+2
* Merge pull request #3486 from srajko/reflog-segfault-fixCarlos Martín Nieto2015-10-292-1/+44
|\
| * Prevent segfault when parsing a reflog with oid parse errorStjepan Rajko2015-10-292-1/+44
* | pool: fix documentationEdward Thomson2015-10-281-2/+2
* | Merge pull request #3488 from libgit2/vmg/poolVicent Marti2015-10-2819-354/+102
|\ \
| * | merge: Do not mallocz unecessary entriesvmg/poolVicent Marti2015-10-281-2/+2
| * | pool: update commentVicent Marti2015-10-281-1/+1
| * | pool: Dot not assume mallocs are zeroed outVicent Marti2015-10-284-24/+23
| * | pool: Handle 32 bit systemsVicent Marti2015-10-281-1/+1
| * | pool: Take into account malloc overhead & pool page sizeVicent Marti2015-10-281-1/+2
| * | repository: plug memory leakVicent Marti2015-10-281-0/+1
| * | pool: Simplify implementationVicent Marti2015-10-2817-336/+83
|/ /
* | Merge pull request #3489 from libgit2/vmg/reuc-insertVicent Marti2015-10-283-49/+66
|\ \
| * | merge: Plug memory leakvmg/reuc-insertVicent Marti2015-10-271-3/+3
| * | merge: Implement `GIT_MERGE_TREE_SKIP_REUC`Vicent Marti2015-10-272-28/+48
| * | reuc: Be smarter when inserting new REUC entriesVicent Marti2015-10-271-19/+16
|/ /