Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | examples: stream indexer example | Carlos Martín Nieto | 2012-04-13 | 1 | -0/+55 | |
| | ||||||
* | Use new error handling in the example network code | Carlos Martín Nieto | 2012-04-11 | 1 | -1/+1 | |
| | ||||||
* | remote: Cleanup the remotes coderepo-ownership | Vicent Marti | 2011-11-28 | 3 | -78/+11 | |
| | | | | | | - Hide the remaining transports code - Drop `git_headarray`, switch to using a callback to list refs. Makes the code cleaner. | |||||
* | examples/network/.gitignore: ignore 'git2' | Brandon Casey | 2011-11-06 | 1 | -0/+1 | |
| | ||||||
* | examples/network/git2.c: exit with proper status, and avoid segfault | Brandon Casey | 2011-11-06 | 1 | -1/+2 | |
| | | | | | | | | This function should exit after printing usage information if too few arguments were specified. Additionally, it should exit with a failure status if the first argument supplied is not one in the internal command list. | |||||
* | examples/network/git2.c: add newline to usage message | Brandon Casey | 2011-11-06 | 1 | -1/+1 | |
| | ||||||
* | examples/network/fetch.c: revert overzealous conversion of free to git__free | Brandon Casey | 2011-11-06 | 1 | -1/+1 | |
| | | | | | Since git__free is not exported (it's actually a macro), it should not be used in client programs. Change this call to 'git__free' back to 'free'. | |||||
* | global: Properly use `git__` memory wrappers | Vicent Marti | 2011-10-28 | 1 | -1/+1 | |
| | | | | | Ensure that all memory related functions (malloc, calloc, strdup, free, etc) are using their respective `git__` wrappers. | |||||
* | examples: add ls-remote, fetch and index-pack examples | Carlos Martín Nieto | 2011-10-03 | 6 | -0/+372 | |
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> |