docs: git blame comparison
Some checks are pending
binaries / Build binary artifacts (push) Waiting to run
nix / flake check (push) Waiting to run
build / build (, macos-13) (push) Waiting to run
build / build (, macos-14) (push) Waiting to run
build / build (, ubuntu-latest) (push) Waiting to run
build / build (, windows-latest) (push) Waiting to run
build / build (--all-features, ubuntu-latest) (push) Waiting to run
build / Build jj-lib without Git support (push) Waiting to run
build / Check protos (push) Waiting to run
build / Check formatting (push) Waiting to run
build / Check that MkDocs can build the docs (push) Waiting to run
build / Check that MkDocs can build the docs with Poetry 1.8 (push) Waiting to run
build / cargo-deny (advisories) (push) Waiting to run
build / cargo-deny (bans licenses sources) (push) Waiting to run
build / Clippy check (push) Waiting to run
Codespell / Codespell (push) Waiting to run
website / prerelease-docs-build-deploy (ubuntu-latest) (push) Waiting to run
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run

Add comparison for git blame and jj file annotate.
This commit is contained in:
Herman J. Radtke III 2024-11-19 10:20:04 -05:00 committed by Martin von Zweigbergk
parent 173c11cf97
commit 3be6f03938

View file

@ -376,5 +376,11 @@ parent.
</td>
<td><code>git revert &lt;revision&gt;</code></td>
</tr>
<tr>
<td>Show what revision and author last modified each line of a file</td>
<td><code>jj file annotate &lt;path&gt;</code>
</td>
<td><code>git blame &lt;file&gt;</code></td>
</tr>
</tbody>
</table>