summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Allow compilation as C++Ben Straub2012-12-068-9/+9
* Fix diff header comments and missing constRussell Belfer2012-12-051-9/+67
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-0510-14/+43
|\
| * Remove GIT_SIGNATURE_VERSION and friendsBen Straub2012-12-031-4/+0
| * Remove GIT_CRED_VERSION and friendsBen Straub2012-12-031-4/+0
| * Make constant name all-capsBen Straub2012-11-301-1/+1
| * Deploy GIT_REMOTE_CALLBACKS_INITBen Straub2012-11-301-1/+2
| * Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-1/+1
| * Cleanup nitpicky thingsBen Straub2012-11-302-4/+3
| * Add version fields and init macros for public input structs.Ben Straub2012-11-309-9/+46
* | revparse: Deploy EINVALIDSPEC usagenulltoken2012-12-011-1/+2
* | object: refine git_object_peel() error reportnulltoken2012-12-012-4/+6
* | branch: Deploy EINVALIDSPEC usagenulltoken2012-12-011-3/+12
* | tag: Deploy EINVALIDSPEC usagenulltoken2012-12-011-3/+13
* | reflog: Deploy EINVALIDSPEC usagenulltoken2012-12-011-1/+4
* | refs: Deploy EINVALIDSPEC usagenulltoken2012-12-011-13/+21
* | remote: deploy EINVALIDSPEC usagenulltoken2012-12-011-5/+17
* | errors: Introduce EINVALIDSPEC error codenulltoken2012-12-011-0/+1
|/
* Merge pull request #1108 from libgit2/ahead-behind-countRussell Belfer2012-11-291-0/+36
|\
| * Rename git_count_ahead_behind -> git_graph_ahead_behindScott J. Goldman2012-11-282-11/+36
| * Add initial implementation of ahead-behind countScott J. Goldman2012-11-281-0/+11
* | Merge pull request #1110 from libgit2/features/push_rebasedVicent Martí2012-11-295-11/+116
|\ \
| * | Remove git_object_oid2typePhilip Kelley2012-11-291-11/+0
| * | Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-286-11/+127
| |/
* | Merge pull request #1090 from arrbee/ignore-invalid-by-defaultVicent Martí2012-11-291-3/+4
|\ \ | |/ |/|
| * Set up default internal ignoresRussell Belfer2012-11-191-3/+4
* | odb: Add `git_odb_add_disk_alternate`Vicent Marti2012-11-281-0/+17
* | Various minor commenting fixesRussell Belfer2012-11-272-9/+20
* | Make git_odb_foreach_cb take const paramRussell Belfer2012-11-272-7/+9
* | Clarify git_message_prettify commentsRussell Belfer2012-11-271-7/+9
* | Remove git_note_data structureRussell Belfer2012-11-271-14/+8
* | API updates for transport.hBen Straub2012-11-271-12/+12
* | Typedef enums.Ben Straub2012-11-272-9/+11
* | API updates for stash.hBen Straub2012-11-271-9/+8
* | API updates for signature.hBen Straub2012-11-271-6/+7
* | API updates for revwalk.hBen Straub2012-11-271-8/+8
* | API updates for repository.hBen Straub2012-11-271-24/+24
* | API updates for remote.hBen Straub2012-11-272-13/+16
* | API updates for oid.hBen Straub2012-11-271-16/+15
* | API updates for odb_backend.hBen Straub2012-11-271-7/+10
* | API updates for odb.hBen Straub2012-11-271-18/+28
* | API updates for notes.h/c.Ben Straub2012-11-271-26/+41
* | API updates for net.hBen Straub2012-11-271-3/+3
* | API updates for message.hBen Straub2012-11-271-2/+6
* | Format/documentation tweaks for merge.hBen Straub2012-11-271-2/+12
* | API updates for indexer.hBen Straub2012-11-271-4/+4
* | Fix warnings on Win64 buildRussell Belfer2012-11-271-1/+1
* | API updates for status.hRussell Belfer2012-11-271-4/+17
* | Fixing up some comments in strarray.hRussell Belfer2012-11-271-6/+13
* | Fix up some missing consts in tree & indexRussell Belfer2012-11-272-14/+13