runebook icon indicating copy to clipboard operation
runebook copied to clipboard

ja/docs/git/6abfc589b188840a4520edd8282e2221d54aed84/da

Open nobu opened this issue 2 years ago • 0 comments

Walk history forward instead of backward. Instead of showing the revision in which a line appeared, this shows the last revision in which a line has existed. This requires a range of revision like START..END where the path to blame exists in START. git blame --reverse START is taken as git blame --reverse START..HEAD for convenience.

履歴を後ろ向きではなく前向きにたどります。行が現れたリビジョンを表示する代わりに、行が存在した最後のリビジョンを表示します。これには、blameするパスが存在したリビジョンで始まるリビジョンの範囲が必要です。 git blame --reverse START は、便宜上 git blame --reverse START..HEAD として扱われます。

nobu avatar Jul 30 '22 14:07 nobu