Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'development' into error-handlingerror-handling | Carlos Martín Nieto | 2011-11-18 | 1 | -10/+10 |
|\ | |||||
| * | global: Properly use `git__` memory wrappers | Vicent Marti | 2011-10-28 | 1 | -10/+10 |
* | | error: use the TLS global error stack | Carlos Martín Nieto | 2011-10-27 | 1 | -0/+1 |
|/ | |||||
* | fetch: store FETCH_HEAD | Carlos Martín Nieto | 2011-10-08 | 1 | -2/+15 |
* | Merge pull request #384 from kiryl/warnings | Vicent Martí | 2011-09-18 | 1 | -5/+0 |
|\ | |||||
| * | CMakefile: add -Wmissing-prototypes and fix warnings | Kirill A. Shutemov | 2011-08-30 | 1 | -5/+0 |
* | | Merge pull request #399 from carlosmn/free-null | Vicent Martí | 2011-09-18 | 1 | -0/+3 |
|\ \ | |||||
| * | | Add checks for NULL to the config and remote free functions | Carlos Martín Nieto | 2011-09-13 | 1 | -0/+3 |
| |/ | |||||
* | | Tabify everything | Vicent Marti | 2011-09-19 | 1 | -1/+1 |
* | | Cleanup legal data | Vicent Marti | 2011-09-19 | 1 | -21/+3 |
|/ | |||||
* | Add git_remote_new | Carlos Martín Nieto | 2011-08-30 | 1 | -0/+20 |
* | Don't hide the transport details | Carlos Martín Nieto | 2011-08-30 | 1 | -5/+6 |
* | Drop STRLEN() macros | Kirill A. Shutemov | 2011-08-25 | 1 | -1/+1 |
* | posix: Properly handle `snprintf` in all platforms | Vicent Marti | 2011-08-18 | 1 | -3/+3 |
* | Add git_remote_update_tips | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+27 |
* | Only wait for pack if we need it | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+5 |
* | Don't expose the fetch code to the user | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+11 |
* | Bind the configuration and remotes to a repository | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+1 |
* | Implement sending haves | Carlos Martín Nieto | 2011-08-18 | 1 | -5/+0 |
* | Add a generic send_wants | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+5 |
* | Slim down git_transport | Carlos Martín Nieto | 2011-06-27 | 1 | -2/+2 |
* | Add git_remote_connect and git_remote_ls | Carlos Martín Nieto | 2011-06-27 | 1 | -0/+34 |
* | Abstract the refspec query and parse | Carlos Martín Nieto | 2011-06-26 | 1 | -11/+9 |
* | Add a remotes API | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+186 |