logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gitbrute - brute-force a git commit hash to a given prefix

Description

gitbrute  amends  the  top  commit  in a git repository, altering commit-time and author-time to have the
       commit's hash start with the given prefix.

Name

       gitbrute - brute-force a git commit hash to a given prefix

Options

       -prefix 000000
              Specifies the hash prefix to search for.  Obviously, the expected time required to find  it  grows
              exponentially with the prefix's length.

       -force true
              If the current commit already matches the prefix, it will be replaced by another one.

       -cpus 64
              Specifies the level of parallelism; defaults to number of online processors at startup.

                                                   2019-04-06                                        gitbrute(1)

Synopsis

gitbrute-prefix deadbeef

See Also