forked from mackyle/topgit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tg: initial Git sha256 hash algorithm support
The primary issue that arises when supporting a different hash algorithm is that the "constant" hash values used for different items such as the "null" object and the "empty" blob and tree all change. Update the code to automatically use the correct "constant" hash values for the hash algorithm that's currently in use. Also make sure the wayback machine preserves the correct hash algorithm when activating wayback mode. Signed-off-by: Kyle J. McKay <[email protected]>
- Loading branch information
Showing
2 changed files
with
56 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters