Skip to content

An experiment to make git commits or any 8 byte hash to 2 words.

License

Notifications You must be signed in to change notification settings

geekdenz/hashwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashwords

An experiment to make git commits or any 8 byte hash to 2 words.

Usage

To get the words for a commit:

./commitwords <your_7_hex_commit>
# or
git log --format=%h | while read h
do
  ./commitwords $h
done | less

To get the commit for words:

./wordscommit your.words

Output:

11bc31a12

About

An experiment to make git commits or any 8 byte hash to 2 words.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages