summaryrefslogtreecommitdiff
path: root/src
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
* 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
* | tree: relax the filemode parserCarlos Martín Nieto2012-12-071-19/+26
* | Fix diff header comments and missing constRussell Belfer2012-12-051-1/+1
* | versions: MSVC build fixesVicent Marti2012-12-051-5/+5
* | 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-0521-36/+79
|\ \
| * | Don't unconstify when castingBen Straub2012-12-031-1/+1
| * | Remove GIT_SIGNATURE_VERSION and friendsBen Straub2012-12-036-18/+1
| * | Deploy GIT_INIT_STRUCTUREBen Straub2012-11-302-3/+11
| * | 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-303-3/+18
| * | Deploy GIT_STATUS_OPTIONS_INITBen Straub2012-11-302-8/+19
| * | Deploy GIT_REPOSITORY_INIT_OPTIONS_INITBen Straub2012-11-302-4/+17
| * | Deploy GIT_REMOTE_CALLBACKS_INITBen Straub2012-11-301-1/+18
| * | Deploy versioned git_odb_backend structureBen Straub2012-11-303-0/+18
| * | Deploy GIT_DIFF_FIND_OPTIONS_INITBen Straub2012-11-301-1/+17
| * | Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-307-10/+26
| * | Deploy git_config_backend versionBen Straub2012-11-302-2/+17
| * | Deploy GIT_CHECKOUT_OPTS_INITBen Straub2012-11-303-6/+23
| |/
* | indentation fixEdward Thomson2012-12-041-3/+3
* | hey don't stomp on my memory!Edward Thomson2012-12-041-3/+7
* | status should ignore conflicts entries in the indexEdward Thomson2012-12-031-10/+30
* | 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
| * | delta-apply: add git__delta_read_headerDavid Michael Barr2012-12-012-0/+30
* | | Vade retro satanaVicent Marti2012-12-031-1/+1
* | | revparse: Deploy EINVALIDSPEC usagenulltoken2012-12-013-42/+56
* | | object: refine git_object_peel() error reportnulltoken2012-12-011-11/+33
* | | tag: Deploy EINVALIDSPEC usagenulltoken2012-12-011-2/+3
* | | reflog: Deploy EINVALIDSPEC usagenulltoken2012-12-011-3/+12
* | | refs: Deploy EINVALIDSPEC usagenulltoken2012-12-011-15/+18
* | | refs: Fix error clearingnulltoken2012-12-011-1/+5
* | | remote: deploy EINVALIDSPEC usagenulltoken2012-12-011-26/+41
| |/ |/|
* | graph: plug leakCarlos Martín Nieto2012-11-301-2/+7
* | buf test: make sure we always set the bom variableCarlos Martín Nieto2012-11-301-0/+1
* | Merge pull request #1108 from libgit2/ahead-behind-countRussell Belfer2012-11-295-11/+108
|\ \ | |/ |/|
| * Fix error condition typoScott J. Goldman2012-11-291-1/+1
| * Fix function name and add real error checkRussell Belfer2012-11-295-12/+17
| * graph.c: prune includesScott J. Goldman2012-11-281-7/+0