forked from bradfitz/gitbrute
-
Notifications
You must be signed in to change notification settings - Fork 0
lidor-navara/gitbrute
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
gitbrute ======== Find git commits with a chosen SHA-1 prefix by bruteforcing author/committer timestamps. Prerequisites: Docker or Go, and a git repository with at least one commit. # Quick examples # 1) Docker (recommended) # create a test commit first: # git init && git -c user.name=test -c [email protected] commit --allow-empty -m test docker run --rm -it -u "$(id -u):$(id -g)" -v "$(pwd)":/workdir -w /workdir ghcr.io/lidor-navara/gitbrute:latest --prefix 00 # 2) Local (built) runner ./run.sh -- -prefix 0000 Build: ./build.sh
About
brute-force a git commit hash
Resources
Stars
Watchers
Forks
Releases
No releases published
Languages
- Go 67.1%
- Shell 26.8%
- Dockerfile 6.1%