summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove more sample hooks from test repo for pushfeatures/push_rebasedPhilip Kelley2012-11-2910-467/+0
* Remove sample hooks from test repo for pushPhilip Kelley2012-11-2910-467/+0
* Leverage the min macro from util.hPhilip Kelley2012-11-292-6/+3
* Remove casts of return values of type void *Philip Kelley2012-11-298-32/+32
* Remove git_object_oid2typePhilip Kelley2012-11-293-37/+0
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-28161-344/+3905
* Merge pull request #1109 from scunz/uninitializedVicent Martí2012-11-281-1/+1
|\
| * Fix uninitialized variableSascha Cunz2012-11-281-1/+1
|/
* object: Raise proper code on invalid object typeVicent Marti2012-11-281-2/+2
* odb: Add `git_odb_add_disk_alternate`Vicent Marti2012-11-282-2/+23
* Merge pull request #1087 from libgit2/great-renamingBen Straub2012-11-27163-2038/+2248
|\
| * Various minor commenting fixesRussell Belfer2012-11-272-9/+20
| * Make git_odb_foreach_cb take const paramRussell Belfer2012-11-277-14/+16
| * Clarify git_message_prettify commentsRussell Belfer2012-11-271-7/+9
| * Remove git_note_data structureRussell Belfer2012-11-273-25/+19
| * API updates for transport.hBen Straub2012-11-271-12/+12
| * Typedef enums.Ben Straub2012-11-274-15/+17
| * API updates for stash.hBen Straub2012-11-272-10/+9
| * API updates for signature.hBen Straub2012-11-271-6/+7
| * API updates for revwalk.hBen Straub2012-11-271-8/+8
| * API updates for repository.hBen Straub2012-11-272-29/+29
| * Fix warningBen Straub2012-11-271-1/+1
| * API updates for remote.hBen Straub2012-11-2713-97/+100
| * API updates for oid.hBen Straub2012-11-271-16/+15
| * API updates for odb_backend.hBen Straub2012-11-271-7/+10
| * API updates for odb.hBen Straub2012-11-272-20/+30
| * API updates for notes.h/c.Ben Straub2012-11-272-41/+59
| * API updates for net.hBen Straub2012-11-271-3/+3
| * API updates for message.hBen Straub2012-11-271-2/+6
| * Format/documentation tweaks for merge.hBen Straub2012-11-271-2/+12
| * Move merge functions to merge.cBen Straub2012-11-276-467/+520
| * API updates for indexer.hBen Straub2012-11-272-6/+6
| * Fix warnings on Win64 buildRussell Belfer2012-11-2732-147/+158
| * update internal index API to avoid castRussell Belfer2012-11-271-4/+4
| * API updates for status.hRussell Belfer2012-11-272-7/+20
| * Fixing up some comments in strarray.hRussell Belfer2012-11-271-6/+13
| * Fix up some missing consts in tree & indexRussell Belfer2012-11-2711-82/+88
| * API updates for index.hBen Straub2012-11-2715-62/+63
| * API updates for tag.hRussell Belfer2012-11-275-70/+73
| * API updates for submodule.hRussell Belfer2012-11-275-27/+27
| * Update diff callback param orderRussell Belfer2012-11-2715-221/+225
| * Clean up config.hBen Straub2012-11-2716-119/+135
| * Update callback fn ptr for git_reference_foreachRussell Belfer2012-11-272-2/+8
| * API review / update for tree.hRussell Belfer2012-11-278-121/+154
| * Updates to reset.hRussell Belfer2012-11-273-15/+19
| * Examples: fix clone apiBen Straub2012-11-271-1/+1
| * Examples: fix reference namesBen Straub2012-11-272-3/+3
| * More external API cleanupVicent Marti2012-11-2732-250/+239
| * Rename ref and reflog apis for consistencyBen Straub2012-11-2747-220/+226
|/
* Merge pull request #1106 from frasertweedale/fix/freebsd-buildVicent Martí2012-11-261-0/+4
|\