summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-113-35/+77
|\
| * Introduce a glob-filtering iteratorCarlos Martín Nieto2013-05-111-1/+13
| * refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-112-42/+8
| * refs: introduce an iteratorCarlos Martín Nieto2013-05-113-0/+64
* | Fix git_repository_message docsRussell Belfer2013-05-091-2/+11
* | Merge pull request #1560 from carlosmn/ref-dwimVicent Martí2013-05-091-0/+13
|\ \
| * | Expose git_reference_dwimCarlos Martín Nieto2013-05-071-0/+13
* | | Merge pull request #1552 from carlosmn/config-helpersVicent Martí2013-05-071-0/+15
|\ \ \
| * | | config: convenience function to open global/xdgCarlos Martín Nieto2013-05-071-0/+15
| |/ /
* | | Merge pull request #1556 from arrbee/diff-patch-fixesVicent Martí2013-05-071-9/+30
|\ \ \
| * | | Improve diff function docsRussell Belfer2013-05-071-7/+26
| * | | Add GIT_DIFF_LINE_CONTEXT_EOFNLRussell Belfer2013-05-071-2/+4
| |/ /
* | | Add git_commit_owner to the public interfaceJ. David Ibáñez2013-05-071-0/+8
|/ /
* | Merge pull request #1545 from ethomson/checkout_dirs_in_useVicent Martí2013-05-061-0/+3
|\ \
| * | allow checkout to proceed when a dir to be removed is in use (win32)Edward Thomson2013-05-031-0/+3
| |/
* | branch.h: fix typo in docsNikolai Vladimirov2013-05-061-1/+1
* | commit: make create_from_oids() accept plain oidnulltoken2013-05-051-2/+3
|/
* Merge pull request #1389 from ethomson/merge_treesVicent Martí2013-05-013-108/+252
|\
| * move NAME and REUC extensions to sys/Edward Thomson2013-04-302-156/+180
| * renames!Edward Thomson2013-04-302-0/+66
| * merge!Edward Thomson2013-04-302-8/+62
* | Merge pull request #1523 from libgit2/vmg/namespacesVicent Martí2013-05-011-0/+22
|\ \ | |/ |/|
| * lol namespacesvmg/namespacesVicent Marti2013-04-301-0/+22
* | Update comment for clarityRussell Belfer2013-04-301-5/+17
* | Update diff handling of untracked directoriesRussell Belfer2013-04-302-14/+21
|/
* object: Explicitly define helper API methods for all obj typesVicent Marti2013-04-301-16/+4
* Merge pull request #1518 from arrbee/export-oid-comparisonVicent Martí2013-04-304-63/+40
|\
| * Some cleanupsRussell Belfer2013-04-291-9/+0
| * Standardize cast versions of git_object accessorsRussell Belfer2013-04-293-50/+29
| * Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-13/+1
| * Add git_oid_strcmp and use it for git_oid_streqRussell Belfer2013-04-291-0/+10
| * Introduce git_oid_compare, an exported oid cmpRussell Belfer2013-04-291-0/+9
* | remote: add resfpec list accessorsCarlos Martín Nieto2013-04-302-0/+27
* | refspec: add direction accessorCarlos Martín Nieto2013-04-301-0/+8
* | Parse shorthand refspecs as validCarlos Martín Nieto2013-04-281-0/+7
|/
* docs: formatting fixesCarlos Martín Nieto2013-04-243-26/+34
* repo: Add `git_repository__cleanup`Vicent Marti2013-04-241-0/+14
* Merge pull request #1502 from nvloff/remote_refspecs_minor_fixesVicent Martí2013-04-231-9/+0
|\
| * remove git_remote_pushspecNikolai Vladimirov2013-04-231-9/+0
* | Merge pull request #1498 from libgit2/vmg/atomic64Vicent Martí2013-04-231-1/+2
|\ \
| * | opts: Add getter for cached memoryvmg/atomic64Vicent Marti2013-04-231-1/+2
* | | Merge pull request #1501 from xavier-l/packbuilder-commitVicent Martí2013-04-231-0/+12
|\ \ \ | |_|/ |/| |
| * | Added function to insert commit into packXavier L2013-04-231-0/+12
| |/
* | Document the odb backend constructorsCarlos Martín Nieto2013-04-231-1/+33
|/
* cache: Max cache size, and evict when the cache fills upvmg/new-cacheVicent Marti2013-04-221-1/+2
* Global option settersVicent Marti2013-04-221-0/+2
* No longer neededVicent Marti2013-04-221-11/+0
* Merge pull request #1493 from carlosmn/remotesVicent Martí2013-04-222-10/+41
|\
| * refspec: unify the string and parsed dataCarlos Martín Nieto2013-04-201-0/+8
| * remote: allow querying for refspecsCarlos Martín Nieto2013-04-201-2/+24