By default the commit search box in gitk searches in various commit fields, but doesn't include the hash. This makes it hard to locate a particular commit, especially if you only have an abbreviated hash.
Are there any workarounds for this problem?
On GitHub, you can see the commit history of a repository by: Navigating directly to the commits page of a repository. Clicking on a file, then clicking History, to get to the commit history for a specific file.
`git log` command is used to view the commit history and display the necessary information of the git repository. This command displays the latest git commits information in chronological order, and the last commit will be displayed first.
You can type the hash (abbreviation) into the box right underneath the list of commits, and then click the "Goto" button to the left of the box.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With