summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add git_remote_list()Carlos Martín Nieto2012-02-261-0/+11
* Merge pull request #565 from carlosmn/multimapVicent Martí2012-02-221-0/+27
|\
| * Document {get,set}_multivarCarlos Martín Nieto2012-02-171-2/+15
| * Implement setting multivarsCarlos Martín Nieto2012-02-171-0/+7
| * Support getting multivarsCarlos Martín Nieto2012-02-171-0/+7
* | Add git_remote_save()Carlos Martín Nieto2012-02-201-0/+8
* | Add git_remote_set_{fetch,push}spec()Carlos Martín Nieto2012-02-201-0/+18
|/
* Merge pull request #558 from schu/notes-apiVicent Martí2012-02-154-1/+104
|\
| * Add git notes APIschu2012-02-153-0/+102
| * commit: actually allow yet to be born update_refschu2012-02-151-1/+2
* | zlib: Remove custom `git2/zlib.h` headerVicent Martí2012-02-152-41/+0
|/
* Update Copyright headerschu2012-02-1330-30/+30
* libgit2 v0.16.0 "Dutch Fries"v0.16.0Vicent Martí2012-02-051-2/+2
* Patch cleanup for mergeRussell Belfer2012-01-162-0/+20
* Initial implementation of gitignore supportRussell Belfer2012-01-111-5/+5
* Merge remote-tracking branch 'drizzd/diff-index-tests' into developmentVicent Martí2012-01-021-0/+11
|\
| * add git_index_read_treeClemens Buchacher2011-12-301-0/+11
* | Merge remote-tracking branch 'arrbee/git-attributes' into developmentVicent Martí2012-01-021-0/+80
|\ \
| * | Add support for macros and cache flush API.Russell Belfer2011-12-291-0/+24
| * | Add APIs for git attributesRussell Belfer2011-12-201-0/+56
| |/
* | config: Rename the `delete` callback nameVicent Martí2011-12-311-1/+1
|/
* config: really delete variablesCarlos Martín Nieto2011-12-161-0/+1
* tree: recursive diff-indexVicent Marti2011-12-031-0/+1
* tree: implement tree diffingCarlos Martín Nieto2011-12-031-0/+34
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-285-53/+14
* Document all of the thingsVicent Marti2011-11-261-1/+119
* Rename all `_close` methodsVicent Marti2011-11-267-18/+18
* repository: Change ownership semanticsVicent Marti2011-11-263-207/+45
* Merge pull request #491 from schu/refs-cleanupVicent Martí2011-11-252-0/+22
|\
| * reference_rename: don't delete the reflogschu2011-11-211-0/+5
| * Add git_reflog_rename() and git_reflog_delete()schu2011-11-211-0/+17
* | transport: Add `git_transport_valid_url`Vicent Marti2011-11-221-0/+8
* | Add a note not to free the result from git_remote_lsCarlos Martín Nieto2011-11-221-1/+2
* | Merge pull request #492 from carlosmn/networkingVicent Martí2011-11-211-15/+30
|\ \
| * | Add git_remote_connectedCarlos Martín Nieto2011-11-211-0/+10
| * | Add git_remote_disconnectCarlos Martín Nieto2011-11-211-0/+10
| * | Add a name to a remote created from the APICarlos Martín Nieto2011-11-181-3/+5
| * | remote: get rid of git_remote_negotiateCarlos Martín Nieto2011-11-181-12/+5
| |/
* | tree: Fix documentationVicent Marti2011-11-221-1/+2
* | Fix typo in repository documentationHaitao Li2011-11-181-1/+1
|/
* include: Unify internal include strategiesVicent Marti2011-11-183-6/+6
* tree: Add payload to `git_tree_walk`Vicent Marti2011-11-181-2/+2
* Rename `git_tree_frompath` to `git_tree_get_subtree`Vicent Marti2011-11-181-7/+7
* threads: Fix the shared global state with TLSVicent Marti2011-11-164-73/+49
* refs: Partial rewrite for read-only refsVicent Marti2011-11-061-4/+39
* refs: split internal and external referencesschu2011-11-061-10/+21
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* tree: Add traversal in post-orderVicent Marti2011-10-271-0/+30
* windows: Add support for non-UTF codepagesVicent Marti2011-10-261-0/+59
* tree: Fix name lookups once and for allVicent Marti2011-10-201-6/+0