summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Zero memory for major objects before freeingRussell Belfer2013-05-318-4/+18
* Merge pull request #1626 from ethomson/index_ext_truncationVicent Martí2013-05-311-2/+3
|\
| * improve test for index extension truncationEdward Thomson2013-05-311-2/+3
* | Merge pull request #1621 from NHDaly/clone_transport_flagsVicent Martí2013-05-312-0/+7
|\ \
| * | Added support for setting transport flags (No check SSL cert) to git_clone call.Nathan Daly2013-05-312-0/+7
| |/
* | Merge pull request #1559 from carlosmn/ref-shorthandVicent Martí2013-05-313-0/+59
|\ \
| * | Introduce git_reference_shorthandCarlos Martín Nieto2013-05-083-0/+59
* | | Merge pull request #1623 from yorah/fix/tag_autoVicent Martí2013-05-314-14/+9
|\ \ \
| * | | Proposal to handle default value (auto = 0)yorah2013-05-303-11/+4
| * | | remote: make default tag retrieving behaviour consistentyorah2013-05-302-6/+8
| | |/ | |/|
* | | Merge pull request #1530 from veeti/http-parserVicent Martí2013-05-312-3/+51
|\ \ \
| * | | Build with the system's http-parser installation if availableVeeti Paananen2013-05-302-3/+51
|/ / /
* | | Merge pull request #1622 from yorah/fix/thread-segfaultBen Straub2013-05-301-1/+3
|\ \ \ | |/ / |/| |
| * | thread: fix segfault on Windows 64 bitsyorah2013-05-301-1/+3
* | | Merge pull request #1619 from ethomson/gitignore_slashRussell Belfer2013-05-294-1/+38
|\ \ \
| * | | allow (ignore) bare slash in gitignoreEdward Thomson2013-05-294-1/+38
|/ / /
* | | Merge pull request #1617 from arrbee/fix-oid-memory-leakVicent Martí2013-05-291-53/+57
|\ \ \ | |/ / |/| |
| * | Fix memory leak in oid shortener testsRussell Belfer2013-05-291-53/+57
|/ /
* | Merge pull request #1615 from arthurschreiber/patch-1Edward Thomson2013-05-281-2/+2
|\ \
| * | Fix two typos in the merge docs.Arthur Schreiber2013-05-291-2/+2
|/ /
* | Fixing unwrapped callocRussell Belfer2013-05-271-1/+1
* | Merge pull request #1614 from schu/packbuilder-writeVicent Martí2013-05-272-25/+45
|\ \
| * | packbuilder: also write index in git_packbuilder_writeMichael Schubert2013-05-272-25/+45
|/ /
* | Merge pull request #1613 from schu/transport-sshVicent Martí2013-05-271-0/+2
|\ \
| * | tests: don't verify SSH unsupported with GIT_SSHMichael Schubert2013-05-271-0/+2
|/ /
* | Merge pull request #1612 from drodriguez/fix-branch-delete-docsRussell Belfer2013-05-261-1/+2
|\ \
| * | Fix documentation of git_branch_delete.Daniel Rodríguez Troitiño2013-05-261-1/+2
|/ /
* | Merge pull request #1609 from ethomson/qsort_r_glibcVicent Martí2013-05-251-1/+2
|\ \
| * | qsort_r appeared in glibc 2.8Edward Thomson2013-05-251-1/+2
|/ /
* | Merge pull request #1608 from arrbee/various-cleanups-and-tweaksVicent Martí2013-05-2413-59/+164
|\ \
| * | Add ~ expansion to global attributes and excludesRussell Belfer2013-05-243-13/+59
| * | Clarify GIT_DIFF_INCLUDE_UNTRACKED_CONTENT optionRussell Belfer2013-05-242-5/+14
| * | Typedef git_config_level_t and use it everywhereRussell Belfer2013-05-244-29/+44
| * | Docs for git_libgit2_opts and cache disable tweakRussell Belfer2013-05-242-2/+36
| * | Add typedefs on some public enumsRussell Belfer2013-05-243-10/+11
|/ /
* | Merge pull request #1607 from ethomson/hurdRussell Belfer2013-05-241-1/+2
|\ \
| * | qsort_r is broken on HURD, avoidEdward Thomson2013-05-241-1/+2
|/ /
* | Merge pull request #1605 from ethomson/replace_reuc_fixVicent Martí2013-05-241-6/+8
|\ \
| * | Ensure reuc vector is always validRussell Belfer2013-05-241-6/+8
|/ /
* | Merge pull request #1593 from ethomson/conflict_iteratorVicent Martí2013-05-246-40/+215
|\ \
| * | introduce git_conflict_iteratorEdward Thomson2013-05-176-40/+215
* | | Merge pull request #1592 from ethomson/merge_setupVicent Martí2013-05-245-59/+1476
|\ \ \
| * | | merge setupEdward Thomson2013-05-175-59/+1476
| |/ /
* | | Merge pull request #1603 from ben/shallowVicent Martí2013-05-2410-0/+71
|\ \ \
| * | | Stop leaking memoryBen Straub2013-05-231-1/+6
| * | | Improve test failure outputBen Straub2013-05-2310-0/+66
* | | | Merge pull request #1595 from arrbee/even-more-rename-fixesVicent Martí2013-05-2416-284/+1109
|\ \ \ \
| * | | | Fill out diff rename test coverageRussell Belfer2013-05-232-1/+106
| * | | | Move core.abbrev lookup out of diff print loopRussell Belfer2013-05-231-43/+48
| * | | | More diff rename tests; better split swap handlingRussell Belfer2013-05-236-24/+139