| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a bunch of leaks, error handling casescorrect-ahead-behind | Scott J. Goldman | 2012-12-09 | 1 | -12/+15 |
| * | Fix mark_parents() to account for bad luck traversals | Scott J. Goldman | 2012-12-09 | 1 | -2/+18 |
| * | Morph copy of git_merge__bases_many() -> mark_parents() | Scott J. Goldman | 2012-12-09 | 1 | -50/+15 |
| * | Copy git_merge__bases_many() for new ahead-behind code | Scott J. Goldman | 2012-12-09 | 1 | -0/+96 |
| * | Merge pull request #1091 from carlosmn/stream-object | Vicent Martí | 2012-12-07 | 5 | -59/+282 |
| |\ | |||||
| | * | indexer: correctly deal with objects larger than the window size | Carlos Martín Nieto | 2012-11-30 | 1 | -19/+26 |
| | * | indexer: make use of streaming also for deltas | Carlos Martín Nieto | 2012-11-30 | 1 | -49/+78 |
| | * | indexer: use the packfile streaming API | Carlos Martín Nieto | 2012-11-30 | 3 | -30/+137 |
| | * | pack: introduce a streaming API for raw objects | Carlos Martín Nieto | 2012-11-30 | 2 | -0/+80 |
| * | | tree: relax the filemode parser | Carlos Martín Nieto | 2012-12-07 | 1 | -19/+26 |
| * | | Fix diff header comments and missing const | Russell Belfer | 2012-12-05 | 1 | -1/+1 |
| * | | versions: MSVC build fixes | Vicent Marti | 2012-12-05 | 1 | -5/+5 |
| * | | common: Silly vmg. | Vicent Marti | 2012-12-05 | 1 | -1/+2 |
| * | | common: Silly MSVC | Vicent Marti | 2012-12-05 | 1 | -1/+2 |
| * | | Merge pull request #1115 from ben/struct-versions | Vicent Martí | 2012-12-05 | 21 | -36/+79 |
| |\ \ | |||||
| | * | | Don't unconstify when casting | Ben Straub | 2012-12-03 | 1 | -1/+1 |
| | * | | Remove GIT_SIGNATURE_VERSION and friends | Ben Straub | 2012-12-03 | 6 | -18/+1 |
| | * | | Deploy GIT_INIT_STRUCTURE | Ben Straub | 2012-11-30 | 2 | -3/+11 |
| | * | | Deploy GITERR_CHECK_VERSION | Ben Straub | 2012-11-30 | 17 | -161/+38 |
| | * | | Deploy GIT_SIGNATURE_INIT | Ben Straub | 2012-11-30 | 7 | -1/+38 |
| | * | | Deploy versioned git_transport structure | Ben Straub | 2012-11-30 | 3 | -3/+18 |
| | * | | Deploy GIT_STATUS_OPTIONS_INIT | Ben Straub | 2012-11-30 | 2 | -8/+19 |
| | * | | Deploy GIT_REPOSITORY_INIT_OPTIONS_INIT | Ben Straub | 2012-11-30 | 2 | -4/+17 |
| | * | | Deploy GIT_REMOTE_CALLBACKS_INIT | Ben Straub | 2012-11-30 | 1 | -1/+18 |
| | * | | Deploy versioned git_odb_backend structure | Ben Straub | 2012-11-30 | 3 | -0/+18 |
| | * | | Deploy GIT_DIFF_FIND_OPTIONS_INIT | Ben Straub | 2012-11-30 | 1 | -1/+17 |
| | * | | Deploy GIT_DIFF_OPTIONS_INIT | Ben Straub | 2012-11-30 | 7 | -10/+26 |
| | * | | Deploy git_config_backend version | Ben Straub | 2012-11-30 | 2 | -2/+17 |
| | * | | Deploy GIT_CHECKOUT_OPTS_INIT | Ben Straub | 2012-11-30 | 3 | -6/+23 |
| | |/ | |||||
| * | | indentation fix | Edward Thomson | 2012-12-04 | 1 | -3/+3 |
| * | | hey don't stomp on my memory! | Edward Thomson | 2012-12-04 | 1 | -3/+7 |
| * | | status should ignore conflicts entries in the index | Edward Thomson | 2012-12-03 | 1 | -10/+30 |
| * | | Merge pull request #1112 from barrbrain/odb-pack-read-header | Vicent Martí | 2012-12-03 | 5 | -10/+95 |
| |\ \ | |||||
| | * | | odb-pack: resurrect pack_backend__read_header | David Michael Barr | 2012-12-03 | 1 | -10/+9 |
| | * | | pack: add git_packfile_resolve_header | David Michael Barr | 2012-12-03 | 2 | -0/+56 |
| | * | | delta-apply: add git__delta_read_header | David Michael Barr | 2012-12-01 | 2 | -0/+30 |
| * | | | Vade retro satana | Vicent Marti | 2012-12-03 | 1 | -1/+1 |
| * | | | revparse: Deploy EINVALIDSPEC usage | nulltoken | 2012-12-01 | 3 | -42/+56 |
| * | | | object: refine git_object_peel() error report | nulltoken | 2012-12-01 | 1 | -11/+33 |
| * | | | tag: Deploy EINVALIDSPEC usage | nulltoken | 2012-12-01 | 1 | -2/+3 |
| * | | | reflog: Deploy EINVALIDSPEC usage | nulltoken | 2012-12-01 | 1 | -3/+12 |
| * | | | refs: Deploy EINVALIDSPEC usage | nulltoken | 2012-12-01 | 1 | -15/+18 |
| * | | | refs: Fix error clearing | nulltoken | 2012-12-01 | 1 | -1/+5 |
| * | | | remote: deploy EINVALIDSPEC usage | nulltoken | 2012-12-01 | 1 | -26/+41 |
| | |/ |/| | |||||
| * | | graph: plug leak | Carlos Martín Nieto | 2012-11-30 | 1 | -2/+7 |
| * | | buf test: make sure we always set the bom variable | Carlos Martín Nieto | 2012-11-30 | 1 | -0/+1 |
| * | | Merge pull request #1108 from libgit2/ahead-behind-count | Russell Belfer | 2012-11-29 | 5 | -11/+108 |
| |\ \ | |/ |/| | |||||
| | * | Fix error condition typo | Scott J. Goldman | 2012-11-29 | 1 | -1/+1 |
| | * | Fix function name and add real error check | Russell Belfer | 2012-11-29 | 5 | -12/+17 |
| | * | graph.c: prune includes | Scott J. Goldman | 2012-11-28 | 1 | -7/+0 |
