Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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> |