summaryrefslogtreecommitdiffstats
path: root/src/exchange.c
Commit message (Collapse)AuthorAgeFiles
* build: honor SOURCE_DATE_EPOCHTobias Wiese2020-08-071
| | | | | | | | | | Use SOURCE_DATE_EPOCH as build timestamp if available, otherwise fall back to the current time. Previously the build timestamp were given in the --version output using the C __DATE__ AND __TIME__ macros, which prevent a reproducible build. Signed-off-by: Tobias Wiese <tobias@tobiaswiese.com>
* Initial CommitTobias Wiese2020-03-211
The application exchanges 2 files, given as arguments. Signed-off-by: Tobias Wiese <tobias@tobiaswiese.com>