summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * Rename git_count_ahead_behind -> git_graph_ahead_behindScott J. Goldman2012-11-282-82/+100
| * fix coding style: while( -> while (Scott J. Goldman2012-11-281-1/+1
| * Add initial implementation of ahead-behind countScott J. Goldman2012-11-281-0/+81
* | Merge pull request #1110 from libgit2/features/push_rebasedVicent Martí2012-11-2918-333/+1898
|\ \
| * | 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-291-15/+0
| * | Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-2817-332/+1915
| |/
* | Merge pull request #1090 from arrbee/ignore-invalid-by-defaultVicent Martí2012-11-293-36/+67
|\ \
| * | Improve iterator ignoring .git fileRussell Belfer2012-11-191-4/+23
| * | Set up default internal ignoresRussell Belfer2012-11-191-13/+21
| * | Minor optimization to tree entry validity checkRussell Belfer2012-11-191-19/+23
* | | Merge pull request #1083 from nulltoken/fix/trackingVicent Martí2012-11-291-2/+2
|\ \ \
| * | | tracking: fix retrieval of the tracking ref of branch with empty merge and/or...nulltoken2012-11-281-2/+2
| | |/ | |/|
* | | Consolidate text buffer functionsRussell Belfer2012-11-2813-264/+356
|/ /
* | 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-281-2/+6
* | Make git_odb_foreach_cb take const paramRussell Belfer2012-11-274-5/+5
* | Remove git_note_data structureRussell Belfer2012-11-271-6/+3
* | Typedef enums.Ben Straub2012-11-272-6/+6
* | API updates for stash.hBen Straub2012-11-271-1/+1
* | API updates for repository.hBen Straub2012-11-271-5/+5
* | API updates for remote.hBen Straub2012-11-273-19/+19
* | API updates for odb.hBen Straub2012-11-271-2/+2
* | API updates for notes.h/c.Ben Straub2012-11-271-15/+18
* | Move merge functions to merge.cBen Straub2012-11-276-467/+520
* | API updates for indexer.hBen Straub2012-11-271-2/+2
* | Fix warnings on Win64 buildRussell Belfer2012-11-2718-112/+123
* | update internal index API to avoid castRussell Belfer2012-11-271-4/+4
* | API updates for status.hRussell Belfer2012-11-271-3/+3
* | Fix up some missing consts in tree & indexRussell Belfer2012-11-278-67/+74
* | API updates for index.hBen Straub2012-11-275-11/+11
* | API updates for tag.hRussell Belfer2012-11-272-13/+13
* | API updates for submodule.hRussell Belfer2012-11-273-12/+12
* | Update diff callback param orderRussell Belfer2012-11-274-94/+95
* | Clean up config.hBen Straub2012-11-279-71/+71
* | Update callback fn ptr for git_reference_foreachRussell Belfer2012-11-271-1/+1
* | API review / update for tree.hRussell Belfer2012-11-275-21/+29