summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* typo: one git_remote_fetchspec should be pushspecCarlos Martín Nieto2011-07-131-1/+1
* config: Rename `del` to `deleteVicent Marti2011-07-121-1/+1
* tag: Add creation of lightweight tagnulltoken2011-07-111-3/+37
* Finish to hide git_pkt from external API.Lambert CLARA2011-07-111-6/+0
* Remove the last reference of git_net_direction enumLambert CLARA2011-07-111-3/+0
* Cleanup external APIVicent Marti2011-07-114-58/+104
* include: Fix unmatched params in documentationVicent Marti2011-07-112-4/+4
* status: CleanupVicent Marti2011-07-092-12/+13
* status: get status for single fileJason Penny2011-07-091-0/+10
* status: get file statuses and run callbackJason Penny2011-07-091-0/+27
* status: get blob object id of file on diskJason Penny2011-07-091-0/+54
* reflog: add API to read or write a reference logschu2011-07-092-0/+135
* tag: add pattern based retrieval of list of tag namesnulltoken2011-07-071-0/+23
* index: introduce git_index_uniq() functionKirill A. Shutemov2011-07-051-0/+7
* 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