-
Notifications
You must be signed in to change notification settings - Fork 1
Fancy `git commit' hash prefixes!
License
clickyotomy/vanity-commit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
vanity-commit
-------------
Make a 'git commit' with a prefix for the commit hash you like.
usage: commit.py [-h] -p PREFIX [-d]
Create vanity commits with a prefix you want.
optional arguments:
-h, --help show this help message and exit
-p PREFIX, --prefix PREFIX
a valid hexadecimal prefix
-d, --debug enable debugging
CAVEATS
[+] Lengthy hash prefixes will take longer amounts of compute time.
CHANGELOG
[+] Works as intended. Meh.
[+] We have parallelization now. Woohoo!
How does it work?
Tries to append the commit message with a random string and computes the
hash. This is done in a brute-force way. The script runs in loop till a
suitable hash (with the given prefix) is found.
Example: https://github.com/clickyotomy/c0ffee
About
Fancy `git commit' hash prefixes!
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published