summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1559 from carlosmn/ref-shorthandVicent Martí2013-05-311-0/+17
|\
| * Introduce git_reference_shorthandCarlos Martín Nieto2013-05-081-0/+17
* | Merge pull request #1623 from yorah/fix/tag_autoVicent Martí2013-05-312-10/+3
|\ \
| * | Proposal to handle default value (auto = 0)yorah2013-05-302-7/+1
| * | remote: make default tag retrieving behaviour consistentyorah2013-05-301-6/+5
* | | 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
* | | allow (ignore) bare slash in gitignoreEdward Thomson2013-05-292-1/+7
|/ /
* | Fixing unwrapped callocRussell Belfer2013-05-271-1/+1
* | packbuilder: also write index in git_packbuilder_writeMichael Schubert2013-05-271-22/+36
* | qsort_r appeared in glibc 2.8Edward Thomson2013-05-251-1/+2
* | Add ~ expansion to global attributes and excludesRussell Belfer2013-05-242-12/+25
* | Clarify GIT_DIFF_INCLUDE_UNTRACKED_CONTENT optionRussell Belfer2013-05-241-0/+4
* | Typedef git_config_level_t and use it everywhereRussell Belfer2013-05-242-16/+16
* | Docs for git_libgit2_opts and cache disable tweakRussell Belfer2013-05-241-0/+5
* | qsort_r is broken on HURD, avoidEdward Thomson2013-05-241-1/+2
* | Ensure reuc vector is always validRussell Belfer2013-05-241-6/+8
* | Merge pull request #1593 from ethomson/conflict_iteratorVicent Martí2013-05-242-30/+123
|\ \
| * | introduce git_conflict_iteratorEdward Thomson2013-05-172-30/+123
* | | Merge pull request #1592 from ethomson/merge_setupVicent Martí2013-05-242-40/+577
|\ \ \
| * | | merge setupEdward Thomson2013-05-172-40/+577
| |/ /
* | | Merge pull request #1603 from ben/shallowVicent Martí2013-05-241-0/+17
|\ \ \
| * | | Stop leaking memoryBen Straub2013-05-231-1/+6
| * | | Improve test failure outputBen Straub2013-05-231-0/+12
* | | | Merge pull request #1595 from arrbee/even-more-rename-fixesVicent Martí2013-05-249-254/+579
|\ \ \ \
| * | | | Fill out diff rename test coverageRussell Belfer2013-05-231-1/+1
| * | | | Move core.abbrev lookup out of diff print loopRussell Belfer2013-05-231-43/+48
| * | | | More diff rename tests; better split swap handlingRussell Belfer2013-05-232-9/+26
| * | | | Fix dereference of freed deltaRussell Belfer2013-05-231-7/+12
| * | | | Significant rename detection rewriteRussell Belfer2013-05-222-207/+282
| * | | | Add more diff rename detection testsRussell Belfer2013-05-203-18/+40
| * | | | More git_diff_find_similar improvementsRussell Belfer2013-05-202-71/+99
| * | | | Fix issues with git_diff_find_similarRussell Belfer2013-05-172-73/+169
| * | | | Fix delta compare to use correct pathnameRussell Belfer2013-05-171-1/+14
| * | | | Add git_diff_print_raw printing helperRussell Belfer2013-05-171-6/+62
| * | | | Add git_oid_nfmt - a flexible OID formatterRussell Belfer2013-05-171-19/+27
* | | | | More config code checks and cleanupsRussell Belfer2013-05-231-23/+34
* | | | | More tests of config with various absent filesRussell Belfer2013-05-231-1/+4
| |/ / / |/| | |
* | | | Merge pull request #1599 from nulltoken/topic/windows_resourcesBen Straub2013-05-231-5/+1
|\ \ \ \
| * | | | cmake: Update Windows resources to reflect the optional vendor stringnulltoken2013-05-221-5/+1
* | | | | Bugfix: Return NULL in push_leaf, when trie is fullAxel Wagner2013-05-221-1/+3
|/ / / /
* | | | Merge pull request #1594 from nulltoken/topic/tag_annotationBen Straub2013-05-211-0/+13
|\ \ \ \
| * | | | tag: Introduce git_tag_annotation_create()nulltoken2013-05-211-0/+13
| | |/ / | |/| |
* | | | Initialize loose_deleted before it is used for a check later on.Eitan Adler2013-05-191-1/+1
|/ / /
* | | revparse: Make revparse_ext() return git_reference from names as wellnulltoken2013-05-161-14/+23
* | | revparse: Introduce git_revparse_ext()nulltoken2013-05-161-5/+60
* | | revparse: Simplify temporary reference freeingnulltoken2013-05-161-13/+7
* | | Merge pull request #1558 from bmorganpa/ssh_transportVicent Martí2013-05-163-6/+639
|\ \ \ | |/ / |/| |
| * | Added GITERR_CHECK_ALLOCBrad Morgan2013-05-151-0/+1
| * | Added GITERR_CHECK_ALLOCBrad Morgan2013-05-151-6/+2