]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: UI text: change "SHA1 ID" to "Commit ID"
authorAvi Halachmi (:avih) <avihpit@yahoo.com>
Wed, 11 Dec 2024 08:07:54 +0000 (10:07 +0200)
committerAvi Halachmi (:avih) <avihpit@yahoo.com>
Thu, 12 Dec 2024 23:17:05 +0000 (01:17 +0200)
commit66496dabd4fe26e8b2093ab923c7dea30e0fe7e4
tree6348498959086a972cfd5b093b503afabbd62742
parentb952bd0c2efc51e1c6d1aff71c116ebd1c8b7432
gitk: UI text: change "SHA1 ID" to "Commit ID"

SHA1 might not stay forever, and plans to use SHA256 already exist,
so use the official name for it - "Commit ID".

Only visible UI texts are modified to reduce the noise when using
git-blame, while comments and variable names still contain SHA1/sha1.

Signed-off-by: Avi Halachmi (:avih) <avihpit@yahoo.com>
gitk