Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update example to new packfile creation signature | Edward Thomson | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | indexer: remove the stream infix | Carlos Martín Nieto | 2013-10-30 | 1 | -6/+6 |
| | | | | | | | | | | | It was there to keep it apart from the one which read in from a file on disk. This other indexer does not exist anymore, so there is no need for anything other than git_indexer to refer to it. While here, rename _add() function to _append() and _finalize() to _commit(). The former change is cosmetic, while the latter avoids talking about "finalizing", which OO languages use to mean something completely different. | ||||
* | indexer: fix thin packs | Carlos Martín Nieto | 2013-10-04 | 1 | -1/+1 |
| | | | | | | When given an ODB from which to read objects, the indexer will attempt to inject the missing bases at the end of the pack and update the header and trailer to reflect the new contents. | ||||
* | Fix clang warnings and improve checks | Russell Belfer | 2013-04-09 | 1 | -3/+4 |
| | |||||
* | update examples to work on windows | Edward Thomson | 2013-01-23 | 1 | -2/+14 |
| | |||||
* | Renaming: fix example | Ben Straub | 2012-10-24 | 1 | -4/+4 |
| | |||||
* | Fix example compilation | Ben Straub | 2012-10-19 | 1 | -1/+1 |
| | |||||
* | examples: fix warnings in network/ | Carlos Martín Nieto | 2012-07-30 | 1 | -37/+10 |
| | |||||
* | indexer: don't use '/objects/pack/' unconditionally | Carlos Martín Nieto | 2012-06-28 | 1 | -1/+1 |
| | | | | | Not everyone who indexes a packfile wants to put it in the standard git repository location. | ||||
* | examples/network: consistently use tabs for indentation | Carlos Martín Nieto | 2012-05-24 | 1 | -76/+76 |
| | |||||
* | errors: Rename the generic return codes | Vicent Martí | 2012-05-18 | 1 | -3/+3 |
| | |||||
* | examples: stream indexer example | Carlos Martín Nieto | 2012-04-13 | 1 | -0/+55 |
| | |||||
* | examples: add ls-remote, fetch and index-pack examples | Carlos Martín Nieto | 2011-10-03 | 1 | -0/+47 |
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> |