summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of leaks, error handling casescorrect-ahead-behindScott J. Goldman2012-12-091-12/+15
* Fix mark_parents() to account for bad luck traversalsScott J. Goldman2012-12-091-2/+18
* Fix no_common_ancestor test for ahead_behind countScott J. Goldman2012-12-091-4/+3
* Morph copy of git_merge__bases_many() -> mark_parents()Scott J. Goldman2012-12-091-50/+15
* Copy git_merge__bases_many() for new ahead-behind codeScott J. Goldman2012-12-091-0/+96
* Merge pull request #1091 from carlosmn/stream-objectVicent Martí2012-12-075-59/+282
|\
| * indexer: correctly deal with objects larger than the window sizeCarlos Martín Nieto2012-11-301-19/+26
| * indexer: make use of streaming also for deltasCarlos Martín Nieto2012-11-301-49/+78
| * indexer: use the packfile streaming APICarlos Martín Nieto2012-11-303-30/+137
| * pack: introduce a streaming API for raw objectsCarlos Martín Nieto2012-11-302-0/+80
* | Merge pull request #1123 from carlosmn/lax-treeVicent Martí2012-12-073-36/+48
|\ \
| * | tree: relax the filemode parserCarlos Martín Nieto2012-12-073-36/+48
|/ /
* | Allow compilation as C++Ben Straub2012-12-068-9/+9
* | travis: Try this keyVicent Marti2012-12-061-1/+1
* | travis: Fix this hookVicent Marti2012-12-061-1/+4
* | travis: Campfire notifications. Of course.Vicent Marti2012-12-061-0/+2
* | Merge pull request #1120 from arrbee/diff-header-fixesVicent Martí2012-12-052-10/+68
|\ \
| * | Fix diff header comments and missing constRussell Belfer2012-12-052-10/+68
|/ /
* | tests: MSVC fixVicent Marti2012-12-051-2/+0
* | versions: MSVC build fixesVicent Marti2012-12-052-6/+7
* | common: Silly vmg.Vicent Marti2012-12-051-1/+2
* | common: Silly MSVCVicent Marti2012-12-051-1/+2
* | Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-0554-111/+371
|\ \
| * | Don't unconstify when castingBen Straub2012-12-031-1/+1
| * | Remove GIT_SIGNATURE_VERSION and friendsBen Straub2012-12-038-24/+3
| * | Remove GIT_CRED_VERSION and friendsBen Straub2012-12-031-4/+0
| * | Make constant name all-capsBen Straub2012-11-301-1/+1
| * | Deploy GIT_INIT_STRUCTUREBen Straub2012-11-307-20/+15
| * | Deploy GITERR_CHECK_VERSIONBen Straub2012-11-3017-161/+38
| * | Deploy GIT_SIGNATURE_INITBen Straub2012-11-307-1/+38
| * | Deploy versioned git_transport structureBen Straub2012-11-304-3/+38
| * | Deploy GIT_STATUS_OPTIONS_INITBen Straub2012-11-304-24/+23
| * | Deploy GIT_REPOSITORY_INIT_OPTIONS_INITBen Straub2012-11-303-10/+20
| * | Deploy GIT_REMOTE_CALLBACKS_INITBen Straub2012-11-305-7/+24
| * | Deploy versioned git_odb_backend structureBen Straub2012-11-304-2/+20
| * | Deploy GIT_DIFF_FIND_OPTIONS_INITBen Straub2012-11-302-3/+50
| * | Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-3016-33/+168
| * | Deploy git_config_backend versionBen Straub2012-11-303-2/+37
| * | Deploy GIT_CHECKOUT_OPTS_INITBen Straub2012-11-308-11/+53
| * | Cleanup nitpicky thingsBen Straub2012-11-304-5/+6
| * | Add version fields and init macros for public input structs.Ben Straub2012-11-3010-11/+48
| |/
* | Fix erroneous whitespace guidelineBen Straub2012-12-051-2/+1
* | indentation fixEdward Thomson2012-12-041-3/+3
* | Merge pull request #1119 from ethomson/symlink_cast_ouchVicent Martí2012-12-041-3/+7
|\ \
| * | hey don't stomp on my memory!Edward Thomson2012-12-041-3/+7
|/ /
* | Merge pull request #1111 from ethomson/conflictstatusRussell Belfer2012-12-032-10/+106
|\ \
| * | status should ignore conflicts entries in the indexEdward Thomson2012-12-032-10/+106
|/ /
* | Merge pull request #1112 from barrbrain/odb-pack-read-headerVicent Martí2012-12-035-10/+95
|\ \
| * | odb-pack: resurrect pack_backend__read_headerDavid Michael Barr2012-12-031-10/+9
| * | pack: add git_packfile_resolve_headerDavid Michael Barr2012-12-032-0/+56