Differences From Artifact [bdf211b4ec]:
- File
src/tar.c
— part of check-in
[4329553d51]
at
2022-03-30 15:08:27
on branch version-cmd-describe
— Add "--describe" flag to the "version" command to provide context to the most recent major commit tagged with "version*".
Run "touch manifest.descr" in the repo root prior to the first build, then build it a second time to get it bootstrapped. (user: danield size: 27583)
To Artifact [dcf2762dd9]:
- File src/tar.c — part of check-in [6bdb2fbe99] at 2022-06-17 09:43:42 on branch version-cmd-describe — Merged in trunk. (user: danield size: 27590) [more...]
| ︙ | |||
774 775 776 777 778 779 780 | 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 | - + |
Glob *pInclude = 0; /* The compiled in= glob pattern */
Glob *pExclude = 0; /* The compiled ex= glob pattern */
Blob tarball; /* Tarball accumulated here */
const char *z;
login_check_credentials();
if( !g.perm.Zip ){ login_needed(g.anon.Zip); return; }
|
| ︙ |