Differences From Artifact [684d2f84d0]:
- File src/tar.c — part of check-in [0934366187] at 2016-09-23 02:27:41 on branch jan-manifest-tags — Merge updates from trunk. (user: mistachkin size: 23807) [more...]
To Artifact [8cfe3f2ef8]:
- File src/tar.c — part of check-in [3f06618c96] at 2016-10-04 19:06:51 on branch trunk — Fix harmless compiler warnings. (user: mistachkin size: 23811) [more...]
| ︙ | |||
473 474 475 476 477 478 479 | 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 | - + |
Glob *pExclude /* Exclude files matching this pattern */
){
Blob mfile, hash, file;
Manifest *pManifest;
ManifestFile *pFile;
Blob filename;
int nPrefix;
|
| ︙ |