| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #300 from carlosmn/gsoc2011/master | Vicent Martí | 2011-07-05 | 8 | -0/+312 |
| |\ | |||||
| | * | Slim down git_transport | Carlos Martín Nieto | 2011-06-27 | 3 | -6/+4 |
| | * | Add git_remote_connect and git_remote_ls | Carlos Martín Nieto | 2011-06-27 | 1 | -0/+21 |
| | * | Remove the repo param from git_transport_new | Carlos Martín Nieto | 2011-06-26 | 1 | -1/+1 |
| | * | Move transports to an inheritance model | Carlos Martín Nieto | 2011-06-26 | 2 | -1/+2 |
| | * | Move git_pkt_{gen_proto,send_request} to transport_git.c | Carlos Martín Nieto | 2011-06-26 | 1 | -5/+0 |
| | * | Use (s)size_t | Carlos Martín Nieto | 2011-06-26 | 1 | -1/+1 |
| | * | Implement and use git_pkt_send_request | Carlos Martín Nieto | 2011-06-26 | 1 | -1/+2 |
| | * | Correctly handle network input | Carlos Martín Nieto | 2011-06-26 | 2 | -1/+4 |
| | * | Implement and use git_pkt_free | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+1 |
| | * | Implement the git TCP transport up to ls-remote | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+1 |
| | * | Add function to generate a request | Carlos Martín Nieto | 2011-06-26 | 2 | -0/+7 |
| | * | pkt-line: read capabilities | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+1 |
| | * | pkt-line: parse other-ref lines | Carlos Martín Nieto | 2011-06-26 | 2 | -3/+3 |
| | * | Lay the foundations for pkt-line parsing | Carlos Martín Nieto | 2011-06-26 | 2 | -0/+57 |
| | * | Implement ls-remote on local drive | Carlos Martín Nieto | 2011-06-26 | 3 | -5/+8 |
| | * | Lay down the fundations for the network code | Carlos Martín Nieto | 2011-06-26 | 3 | -0/+100 |
| | * | Add git_refspec_transform | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+10 |
| | * | Add git.git's fnmatch, which is really GNU's and the git__fnmatch wrapper | Carlos Martín Nieto | 2011-06-26 | 2 | -0/+13 |
| | * | Add a to-do list for remotes | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+8 |
| | * | Add a remotes API | Carlos Martín Nieto | 2011-06-26 | 4 | -0/+92 |
| * | | Add tests for deleting a config var | Carlos Martín Nieto | 2011-07-05 | 1 | -1/+9 |
| * | | cleanup: remove trailing spaces | Kirill A. Shutemov | 2011-07-01 | 7 | -16/+16 |
| * | | config: Fix unmatched parameters in docs | Vicent Marti | 2011-06-30 | 1 | -1/+1 |
| * | | repository: Make head_detached() and head_orphan() convenience methods access... | nulltoken | 2011-06-30 | 1 | -2/+2 |
| * | | config: `foreach` now returns variable values too | Vicent Marti | 2011-06-29 | 1 | -7/+10 |
| * | | refs: Remove duplicate rename method | Vicent Marti | 2011-06-29 | 1 | -15/+1 |
| * | | test: Properly show error messages | Vicent Marti | 2011-06-28 | 1 | -0/+5 |
| * | | repo: Rename HEAD-related methods | Vicent Marti | 2011-06-28 | 1 | -2/+2 |
| * | | Merge pull request #279 from carlosmn/detached-orphan | Vicent Martí | 2011-06-28 | 1 | -0/+24 |
| |\ \ | |||||
| | * | | Add git_repository_is_detached, git_repository_is_orphan | Carlos Martín Nieto | 2011-06-28 | 1 | -0/+24 |
| | |/ | |||||
| * | | Remove redundant methods from the API | Vicent Marti | 2011-06-28 | 4 | -193/+47 |
| |/ | |||||
| * | added defines for Haiku in types.h | Ankur Sethi | 2011-06-23 | 1 | -0/+5 |
| * | odb: Add GIT_EPASSTHROUGH | Vicent Marti | 2011-06-19 | 1 | -0/+3 |
| * | config: Fix API docs | Vicent Marti | 2011-06-19 | 1 | -2/+2 |
| * | config: Bring back `git_config_open_global` | Vicent Marti | 2011-06-18 | 1 | -1/+33 |
| * | config: Cleanup external API | Vicent Marti | 2011-06-18 | 2 | -17/+65 |
| * | Add git_repository_config API | Carlos Martín Nieto | 2011-06-17 | 1 | -0/+10 |
| * | Update documentation | Vicent Marti | 2011-06-16 | 8 | -27/+31 |
| * | oid: Uniformize ncmp methods | Vicent Marti | 2011-06-16 | 1 | -4/+11 |
| * | oid: Rename methods | Vicent Marti | 2011-06-16 | 1 | -2/+2 |
| * | refs: Rename git_referece_listcb to _foreach | Vicent Marti | 2011-06-16 | 1 | -4/+3 |
| * | Add method to get the compiled version of the lib | Vicent Marti | 2011-06-16 | 1 | -0/+10 |
| * | Merge pull request #261 from Romain-Geissler/discovery-path-v2 | Vicent Martí | 2011-06-15 | 2 | -3/+23 |
| |\ | |||||
| | * | Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows. | Romain Geissler | 2011-06-15 | 2 | -3/+23 |
| * | | fix gid_ misspelling | Scott Chacon | 2011-06-14 | 1 | -2/+2 |
| * | | Remove custom backends | Vicent Marti | 2011-06-14 | 1 | -2/+0 |
| * | | Merge pull request #216 from glesserd/development | Vicent Martí | 2011-06-08 | 1 | -1/+3 |
| |\ \ | |||||
| | * | | Change a dirty indentation | David Glesser | 2011-06-04 | 1 | -1/+1 |
| | * | | Set the oid when a tag already exists. | David Glesser | 2011-05-30 | 1 | -1/+3 |
