Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Cannot retrieve the latest commit at this time.
Permalink
| Failed to load latest commit information. | |||
|
|
.gitignore |
|
|
|
|
README |
|
|
|
|
gitbrute.go |
|
|
README
gitbrute brute-forces a pair of author+committer timestamps such that the resulting git commit has your desired prefix. It will find the most recent time that satisfies your prefix. Shorter prefixes match more quickly, of course. The author & committer timestamp are not kept in sync. Example: https://github.com/bradfitz/deadbeef Usage: go run gitbrute.go --prefix 000000 This amends the last commit of the current repository.