Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: merge common network code | Patrick Steinhardt | 2019-02-15 | 1 | -30/+0 |
| | | | | | | | | | | | | Right now, we have two sets of "common" code, one containing general common code and one containing network common code. As we intend to get rid of the network subdirectory and instead merge all examples into a single standalone executable, this distinction doesn't make a lot of sense now. Furthermore, the common network code is not that big. Let's get rid of the common network code by merging it into the general common code. | ||||
* | Adding credentials callback to ls-remote and fetch too. | Krzysztof Adamski | 2013-09-01 | 1 | -0/+6 |
| | |||||
* | Fix various cross-platform build issues | Russell Belfer | 2012-11-09 | 1 | -0/+9 |
| | | | | | | This fixes a number of warnings and problems with cross-platform builds. Among other things, it's not safe to name a member of a structure "strcmp" because that may be #defined. | ||||
* | Rename example function to avoid name collision. | Ben Straub | 2012-07-31 | 1 | -1/+1 |
| | |||||
* | Add clone to the network example. | Ben Straub | 2012-07-30 | 1 | -0/+1 |
| | |||||
* | examples: add ls-remote, fetch and index-pack examples | Carlos Martín Nieto | 2011-10-03 | 1 | -0/+14 |
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> |