Help us learn about your current experience with the documentation.
Take the survey.
Git file blameGit blame provides more information about every line in a file, including the last modified time, author, and commit hash.
View blame for a fileHistory
inline_blame
. Disabled by default.Prerequisites:
git blame
results for binary files.To view the blame for a file:
When you select Blame, this information is displayed:
To see the precise date and time of the commit, hover over the date. The vertical bar to the left of the user avatar shows the general age of the commit. The newest commits have a dark blue bar. As the age of the commit increases, the bar color changes to light gray.
Blame previous commitTo see earlier revisions of a specific line:
History
blame_ignore_revs
. Disabled by default.blame_ignore_revs
removed.To configure Git blame to ignore specific revisions:
In the root of your repository, create a .git-blame-ignore-revs
file.
Add the commit hashes you want to ignore, one per line. For example:
a24cb33c0e1390b0719e9d9a4a4fc0e4a3a069cc
676c1c7e8b9e2c9c93e4d5266c6f3a50ad602a4c
Open a file in the blame view.
Select the Blame preferences dropdown list.
Select Ignore specific revisions.
The blame view refreshes and skips the revisions specified in the .git-blame-ignore-revs
file, showing the previous meaningful changes instead.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4