chore: remove outdated comments

This commit is contained in:
Anna 2023-08-31 13:41:21 -04:00
parent fae0ce0b2b
commit fae0cda583
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 0 additions and 8 deletions

View File

@ -32,14 +32,6 @@ use sha1::{Digest, Sha1};
/// A vanity commit hash generator that's fast, works with PGP signing, and can
/// be used on arbitrary commits (not just HEAD).
///
/// This works by decrementing the commit time one second and recalculating the
/// hash until a hash matching your selected prefix is found.
///
/// If using PGP signing, the timestamp remains unchanged. Every PGP signature is different, even on
/// the same data, so decrementing the timestamp is no longer required.
/// Providing a key file is orders of magnitude faster than providing a key ID,
/// since using a key ID goes through gpg-agent, which is very slow.
#[derive(Parser)]
#[command(author, version)]
struct Cli {