summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* 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
| * remote: handle multiple refspecsCarlos Martín Nieto2013-04-201-14/+15
* | Move git_reference__alloc to include/git2/sysRussell Belfer2013-04-213-32/+61
* | Move refdb_backend to include/git2/sysRussell Belfer2013-04-212-17/+15
* | Move git_commit_create_from_oids into sys/commit.hRussell Belfer2013-04-212-67/+86
* | Added git_commit_create_oidJohn Wiegley2013-04-211-0/+20
* | Move some low-level repo fns to include/git2/sysRussell Belfer2013-04-212-70/+92
* | Added git_repository_new functionJohn Wiegley2013-04-211-0/+8
* | Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-216-168/+185
* | Move git_config_backend to include/git2/sysRussell Belfer2013-04-212-50/+72
|/
* alloc doesn't take a refdb; git_refdb_free nicely in the testsEdward Thomson2013-04-192-4/+1
* remote: specify what values direction can mean in git_remote_connect()Carlos Martín Nieto2013-04-191-1/+2
* repository: Doc fixVicent Marti2013-04-181-3/+1
* Merge pull request #1475 from libgit2/vmg/refs-peelVicent Martí2013-04-172-1/+17
|\
| * refs: Add `git_referene_target_peel`Vicent Marti2013-04-172-1/+17
* | 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
|\ \