summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #300 from carlosmn/gsoc2011/masterVicent Martí2011-07-058-0/+312
|\
| * Slim down git_transportCarlos Martín Nieto2011-06-273-6/+4
| * Add git_remote_connect and git_remote_lsCarlos Martín Nieto2011-06-271-0/+21
| * Remove the repo param from git_transport_newCarlos Martín Nieto2011-06-261-1/+1
| * Move transports to an inheritance modelCarlos Martín Nieto2011-06-262-1/+2
| * Move git_pkt_{gen_proto,send_request} to transport_git.cCarlos Martín Nieto2011-06-261-5/+0
| * Use (s)size_tCarlos Martín Nieto2011-06-261-1/+1
| * Implement and use git_pkt_send_requestCarlos Martín Nieto2011-06-261-1/+2
| * Correctly handle network inputCarlos Martín Nieto2011-06-262-1/+4
| * Implement and use git_pkt_freeCarlos Martín Nieto2011-06-261-0/+1
| * Implement the git TCP transport up to ls-remoteCarlos Martín Nieto2011-06-261-0/+1
| * Add function to generate a requestCarlos Martín Nieto2011-06-262-0/+7
| * pkt-line: read capabilitiesCarlos Martín Nieto2011-06-261-0/+1
| * pkt-line: parse other-ref linesCarlos Martín Nieto2011-06-262-3/+3
| * Lay the foundations for pkt-line parsingCarlos Martín Nieto2011-06-262-0/+57
| * Implement ls-remote on local driveCarlos Martín Nieto2011-06-263-5/+8
| * Lay down the fundations for the network codeCarlos Martín Nieto2011-06-263-0/+100
| * Add git_refspec_transformCarlos Martín Nieto2011-06-261-0/+10
| * Add git.git's fnmatch, which is really GNU's and the git__fnmatch wrapperCarlos Martín Nieto2011-06-262-0/+13
| * Add a to-do list for remotesCarlos Martín Nieto2011-06-261-0/+8
| * Add a remotes APICarlos Martín Nieto2011-06-264-0/+92
* | Add tests for deleting a config varCarlos Martín Nieto2011-07-051-1/+9
* | cleanup: remove trailing spacesKirill A. Shutemov2011-07-017-16/+16
* | config: Fix unmatched parameters in docsVicent Marti2011-06-301-1/+1
* | repository: Make head_detached() and head_orphan() convenience methods access...nulltoken2011-06-301-2/+2
* | config: `foreach` now returns variable values tooVicent Marti2011-06-291-7/+10
* | refs: Remove duplicate rename methodVicent Marti2011-06-291-15/+1
* | test: Properly show error messagesVicent Marti2011-06-281-0/+5
* | repo: Rename HEAD-related methodsVicent Marti2011-06-281-2/+2
* | Merge pull request #279 from carlosmn/detached-orphanVicent Martí2011-06-281-0/+24
|\ \
| * | Add git_repository_is_detached, git_repository_is_orphanCarlos Martín Nieto2011-06-281-0/+24
| |/
* | Remove redundant methods from the APIVicent Marti2011-06-284-193/+47
|/
* added defines for Haiku in types.hAnkur Sethi2011-06-231-0/+5
* odb: Add GIT_EPASSTHROUGHVicent Marti2011-06-191-0/+3
* config: Fix API docsVicent Marti2011-06-191-2/+2
* config: Bring back `git_config_open_global`Vicent Marti2011-06-181-1/+33
* config: Cleanup external APIVicent Marti2011-06-182-17/+65
* Add git_repository_config APICarlos Martín Nieto2011-06-171-0/+10
* Update documentationVicent Marti2011-06-168-27/+31
* oid: Uniformize ncmp methodsVicent Marti2011-06-161-4/+11
* oid: Rename methodsVicent Marti2011-06-161-2/+2
* refs: Rename git_referece_listcb to _foreachVicent Marti2011-06-161-4/+3
* Add method to get the compiled version of the libVicent Marti2011-06-161-0/+10
* Merge pull request #261 from Romain-Geissler/discovery-path-v2Vicent Martí2011-06-152-3/+23
|\
| * Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.Romain Geissler2011-06-152-3/+23
* | fix gid_ misspellingScott Chacon2011-06-141-2/+2
* | Remove custom backendsVicent Marti2011-06-141-2/+0
* | Merge pull request #216 from glesserd/developmentVicent Martí2011-06-081-1/+3
|\ \
| * | Change a dirty indentationDavid Glesser2011-06-041-1/+1
| * | Set the oid when a tag already exists.David Glesser2011-05-301-1/+3