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
2015-03-03repository: remove log message override for switching the active branchCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2014-10-27git_rebase_commit: write HEAD's reflog appropriatelyEdward Thomson
2014-09-30Introduce reference transactionsCarlos Martín Nieto
2014-07-22git_cherry_pick -> git_cherrypickEdward Thomson
2014-06-26Fixes #2443 Zero size arrays are an extensionPhilip Kelley
2014-05-30Refs: Introduce `git_refname_t`.Arthur Schreiber
2014-05-30Refs: Fix some issue when core.precomposeunicode = true.Arthur Schreiber
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-12-09reflog: write to the reflog following git's rulesCarlos Martín Nieto
2013-10-09Make reference lookups apply precomposeunicodeRussell Belfer
2013-08-28Merge pull request #1805 from libgit2/threading-packed-loadVicent Martí
2013-08-26refs: add git_reference_is_tagNikolai Vladimirov
2013-08-22Add internal ref set_name fn instead of reallocRussell Belfer
2013-05-02refdb_fs: Traits are always surrounded by spacesVicent Marti
2013-05-02refdb_fs: implement the fully-peeled traitVicent Marti
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-04-18refs: Do not union the peelvmg/refs-peelVicent Marti
2013-04-17refs: Add `git_referene_target_peel`Vicent Marti
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-02-22branch: Make git_branch_remote_name() cope with orphaned headsnulltoken
2013-01-17branch: Introduce git_branch_tracking_name()nulltoken
2013-01-09update copyrightsEdward Thomson
2012-10-30Merge pull request #1026 from nulltoken/repo/stateVicent Martí
2012-10-27repo: enhance git_repository_state() detectionnulltoken
2012-10-26refs: add GIT_REFS_STASH_FILE definenulltoken
2012-10-25reset changes for mergeEdward Thomson
2012-09-25refspec: introduce git_refspec__parse()nulltoken
2012-09-25refs: introduce git_reference_is_valid_name()nulltoken
2012-09-25refs: make git_reference_normalize_name() accept refspec patternnulltoken
2012-06-07Add git_reset()nulltoken
2012-04-26Rename git_khash_str to git_strmap, etc.Russell Belfer
2012-04-25Convert hashtable usage over to khashRussell Belfer
2012-04-17Add git_reference_lookup_oid and lookup_resolvedRussell Belfer
2012-02-13Update Copyright headerschu
2011-11-16refs: move GIT_PACKED_REFS_FILE_MODE to refs.h as GIT_PACKEDREFS_FILE_MODEBrodie Rao
2011-11-06refs: Partial rewrite for read-only refsVicent Marti
2011-11-06refs: split internal and external referencesschu
2011-10-15*: correct and codify various file permissionsBrodie Rao
2011-10-15fileops/repository: create (most) directories with 0777 permissionsBrodie Rao
2011-10-08fetch: store FETCH_HEADCarlos Martín Nieto
2011-09-19Cleanup legal dataVicent Marti
2011-07-06reference_rename: git compliant reference renamingschu
2011-06-23refs: Do not overflow when normalizing refnamesVicent Marti
2011-04-21refs: Allow MERGE_HEAD in normalize_name()Jakob Pfender
2011-03-17Refs are now always in-sync on diskVicent Marti
2011-03-03Refactored the opening and the initialization of a repository.nulltoken
2011-03-03Finish the References APIVicent Marti
2011-03-03Split packed from unpacked referencesVicent Marti
2011-03-03Brush up the refs APIVicent Marti