Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-16libgit2 0.18.0 "Big Ben"Vicent Marti
2013-04-16Update docsVicent Marti
2013-04-16git_revision -> git_revspecVicent Marti
2013-04-16Is this crazy?Vicent Marti
2013-04-16Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti
2013-04-16Clean up minor detailsBen Straub
2013-04-15Change git_revparse to output git_object pointersBen Straub
2013-04-15Reintroduce git_revparse_single.Ben Straub
2013-04-11Merge pull request #1450 from carlosmn/branch-upstreamVicent Martí
2013-04-11branch: add more upstream configuration managementCarlos Martín Nieto
2013-04-10object: Export git_object_dupVicent Marti
2013-04-10Tests and more fixes for submodule diffsRussell Belfer
2013-04-09Deprecate git_revparse_single and _rangelikeBen Straub
2013-04-08Implement unified git_revparseBen Straub
2013-04-08Propose unified rev-parse APIBen Straub
2013-04-07Merge remote-tracking branch 'gnprice/revwalk' into developmentVicent Marti
2013-04-07revwalk: Parse revision rangesGreg Price
2013-04-07revparse: Parse range-like syntaxGreg Price
2013-04-03export git_reference__allocEdward Thomson
2013-04-02branch: Fix git_branch_create() documentationnulltoken
2013-04-01Fix puzzling doc commentGreg Price
2013-03-31tag: Fix parsing when no tagger nor messagenulltoken
2013-03-30branch: rename 'tracking' to 'upstream'Carlos Martín Nieto
2013-03-30transport: don't try to export nonexistent functionCarlos Martín Nieto
2013-03-26Merge pull request #1436 from schu/opts-cache-sizeVicent Martí
2013-03-26Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer
2013-03-26Recursing into ignored dirs for diff and statusRussell Belfer
2013-03-26Merge pull request #1428 from xavier-l/nul-terminated-oidVicent Martí
2013-03-25opts: allow configuration of odb cache sizeMichael Schubert
2013-03-24Remove GIT_SUCCESS from documentationMiquel Canes Gonzalez
2013-03-22graph: make the ahead-behind docs clearerCarlos Martín Nieto
2013-03-21Added an oid function that accepts nul-terminated stringsXavier L
2013-03-19clone: fix param commentCarlos Martín Nieto
2013-03-19Fixes and cleanupsRussell Belfer
2013-03-19Switch search paths to classic delimited stringsRussell Belfer
2013-03-16Implement global/system file search pathsRussell Belfer
2013-03-09diff: allow asking for diffs with no contextCarlos Martín Nieto
2013-03-07Merge pull request #1403 from ethomson/tracingVicent Martí
2013-03-07optional tracingEdward Thomson
2013-03-07refs: Dude, you're OUT.Vicent Marti
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-03-07fixed minor issues with new note iteratorNico von Geyso
2013-03-06use git_note_iterator type instead of non-public git_iterator oneNico von Geyso
2013-03-06basic note iterator implementationNico von Geyso
2013-03-06Make sure docurium can see git_packbuilder_foreachCarlos Martín Nieto
2013-03-05clear REUC on checkoutEdward Thomson
2013-03-03indexer: kill git_indexerCarlos Martín Nieto
2013-02-28Merge pull request #1233 from arrbee/file-similarity-metricVicent Martí
2013-02-26pack.h: improve docs on how to create a packfileMichael Schubert
2013-02-22branch: Make git_branch_remote_name() cope with orphaned headsnulltoken