summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #558 from schu/notes-apiVicent Martí2012-02-153-1/+102
|\
| * Add git notes APIschu2012-02-152-0/+100
| * commit: actually allow yet to be born update_refschu2012-02-151-1/+2
* | zlib: Remove custom `git2/zlib.h` headerVicent Martí2012-02-151-40/+0
|/
* Update Copyright headerschu2012-02-1329-29/+29
* 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-284-52/+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-163-73/+48
* 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
* tree: Fix lookups by entry nameVicent Marti2011-10-191-0/+6
* tree: Add git_tree_frompath() which, given a relative path to a tree entry, r...nulltoken2011-10-131-0/+14
* oid: Add git_oid_streq() which checks if an oid and an hex formatted string a...nulltoken2011-10-131-0/+10
* Merge pull request #449 from csware/include-win-version-informationVicent Martí2011-10-121-0/+15
|\