Skip to content

small ruby script which brute-force searches through git commit timestamps to find the closest commit and author time which will produce the specified prefix. see the commit hash on this repo.

License

Notifications You must be signed in to change notification settings

cciollaro/beefdad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

beefdad

see commit hash

    $ ruby path/to/beefdad.rb beefdad

    Searching for a timestamp so the current commit hash begins with beefdad: done!

    To change the commit's hash to beefdad5edd78de6f8beefb241acb3f88dff6e29, run the following command:

    GIT_COMMITTER_DATE="1486240746 -0500" git commit --amend --no-edit --date "1405879324 -0400"        

About

small ruby script which brute-force searches through git commit timestamps to find the closest commit and author time which will produce the specified prefix. see the commit hash on this repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages