Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Modify the given offset in git_packfile_unpack | Carlos Martín Nieto | 2011-08-02 | 1 | -13/+22 | |
| | | | | | | | | The callers immediately throw away the offset, so we don't need any logical changes in any of them. This will be useful for the indexer, as it does need to know where the compressed data ends. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | |||||
* | Move pack functions to their own file | Carlos Martín Nieto | 2011-08-02 | 1 | -9/+490 | |
| | ||||||
* | Make packfile_unpack_header more generic | Carlos Martín Nieto | 2011-08-02 | 1 | -0/+300 | |
On the way, store the fd and the size in the mwindow file. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> |