summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* repository: Add `git_repository_open_bare`vmg/bare-openVicent Marti2013-04-171-0/+15
* libgit2 0.18.0 "Big Ben"Vicent Marti2013-04-161-2/+2
* Update docsVicent Marti2013-04-151-9/+7
* git_revision -> git_revspecVicent Marti2013-04-151-2/+2
* Is this crazy?Vicent Marti2013-04-151-4/+10
* Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti2013-04-151-13/+39
|\
| * Clean up minor detailsBen Straub2013-04-152-4/+2
| * Change git_revparse to output git_object pointersBen Straub2013-04-151-2/+2
| * Reintroduce git_revparse_single.Ben Straub2013-04-151-0/+14
| * Deprecate git_revparse_single and _rangelikeBen Straub2013-04-092-26/+1
| * Implement unified git_revparseBen Straub2013-04-081-16/+18
| * Propose unified rev-parse APIBen Straub2013-04-081-0/+37
* | Merge pull request #1450 from carlosmn/branch-upstreamVicent Martí2013-04-111-2/+14
|\ \
| * | branch: add more upstream configuration managementCarlos Martín Nieto2013-04-111-0/+12
| * | branch: rename 'tracking' to 'upstream'Carlos Martín Nieto2013-03-301-2/+2
* | | object: Export git_object_dupVicent Marti2013-04-101-0/+9
* | | Tests and more fixes for submodule diffsRussell Belfer2013-04-091-3/+20
| |/ |/|
* | Merge remote-tracking branch 'gnprice/revwalk' into developmentVicent Marti2013-04-072-1/+29
|\ \
| * | revwalk: Parse revision rangesGreg Price2013-04-061-0/+15
| * | revparse: Parse range-like syntaxGreg Price2013-04-061-0/+13
| * | Fix puzzling doc commentGreg Price2013-03-311-1/+1
* | | export git_reference__allocEdward Thomson2013-04-021-1/+1
* | | branch: Fix git_branch_create() documentationnulltoken2013-04-011-4/+2
* | | tag: Fix parsing when no tagger nor messagenulltoken2013-03-311-2/+2
| |/ |/|
* | transport: don't try to export nonexistent functionCarlos Martín Nieto2013-03-301-10/+0
* | Merge pull request #1436 from schu/opts-cache-sizeVicent Martí2013-03-261-0/+11
|\ \
| * | opts: allow configuration of odb cache sizeMichael Schubert2013-03-251-0/+11
* | | Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer2013-03-252-2/+8
* | | Recursing into ignored dirs for diff and statusRussell Belfer2013-03-252-7/+11
* | | Merge pull request #1428 from xavier-l/nul-terminated-oidVicent Martí2013-03-251-0/+10
|\ \ \
| * | | Added an oid function that accepts nul-terminated stringsXavier L2013-03-211-0/+10
* | | | Remove GIT_SUCCESS from documentationMiquel Canes Gonzalez2013-03-241-1/+1
| |/ / |/| |
* | | graph: make the ahead-behind docs clearerCarlos Martín Nieto2013-03-221-5/+10
|/ /
* | clone: fix param commentCarlos Martín Nieto2013-03-191-1/+1
* | Fixes and cleanupsRussell Belfer2013-03-181-26/+0
* | Switch search paths to classic delimited stringsRussell Belfer2013-03-181-19/+14
* | Implement global/system file search pathsRussell Belfer2013-03-152-10/+66
* | diff: allow asking for diffs with no contextCarlos Martín Nieto2013-03-091-1/+1
* | Merge pull request #1403 from ethomson/tracingVicent Martí2013-03-071-0/+68
|\ \
| * | optional tracingEdward Thomson2013-03-071-0/+68
* | | refs: Dude, you're OUT.Vicent Marti2013-03-071-18/+0
* | | immutable references and a pluggable ref databaseEdward Thomson2013-03-076-65/+300
|/ /
* | fixed minor issues with new note iteratorNico von Geyso2013-03-061-2/+4
* | use git_note_iterator type instead of non-public git_iterator oneNico von Geyso2013-03-061-3/+10
* | basic note iterator implementationNico von Geyso2013-03-061-0/+39
|/
* Make sure docurium can see git_packbuilder_foreachCarlos Martín Nieto2013-03-051-1/+1
* clear REUC on checkoutEdward Thomson2013-03-041-0/+8
* indexer: kill git_indexerCarlos Martín Nieto2013-03-031-48/+0
* Merge pull request #1233 from arrbee/file-similarity-metricVicent Martí2013-02-271-31/+81
|\
| * Add diff rename tests with partial similarityRussell Belfer2013-02-211-0/+3