summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Add common.h to types.hVicent Marti2011-08-101-0/+2
* Merge pull request #345 from carlosmn/gsoc2011/indexerVicent Martí2011-08-031-0/+67
|\
| * Document the indexer callsCarlos Martín Nieto2011-08-031-1/+46
| * Move pack index writing to a public functionCarlos Martín Nieto2011-08-031-0/+1
| * Implement the indexerCarlos Martín Nieto2011-08-031-1/+3
| * Rename stuff to git_indexer_Carlos Martín Nieto2011-08-021-5/+5
| * Start the runnerCarlos Martín Nieto2011-08-021-7/+11
| * Intial indexer codeCarlos Martín Nieto2011-08-021-0/+15
* | signature: adjust API to return error codesschu2011-08-031-4/+6
|/
* Fix compilation in C++: remove double GIT_BEGIN_DECLMarcel Groothuis2011-07-291-9/+0
* Fixup network headersCarlos Martín Nieto2011-07-272-10/+18
* On some header files, GIT_END_DECL was absent while GIT_BEGIN_DECL wasn't.Johan 't Hart2011-07-272-0/+5
* index: fix cast warningsKirill A. Shutemov2011-07-251-2/+2
* Modify struct definition to enable forward declare with C++ compiler,Lambert CLARA2011-07-251-2/+3
* tag: Make git_tag_create_lightweight() accessible to bindingsnulltoken2011-07-141-1/+1
* 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