Skip to content

Commit 46d851f

Browse files
committed
Fix broken xref
1 parent 911b439 commit 46d851f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/02-git-basics/sections/recording-changes.asc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ index 8ebb991..643e24f 100644
283283
-merged in.
284284
+merged in. Also, split your changes into comprehensive chunks if you patch is
285285
+longer than a dozen lines.
286-
286+
287287
If you are starting to work on a particular area, feel free to submit a PR
288288
that highlights your work in progress (and note in the PR title that it's
289289
----
@@ -340,7 +340,7 @@ index 643e24f..87f08c8 100644
340340
+++ b/CONTRIBUTING.md
341341
@@ -119,3 +119,4 @@ at the
342342
## Starter Projects
343-
343+
344344
See our [projects list](https://github.com/libgit2/libgit2/blob/development/PROJECTS.md).
345345
+# test line
346346
----
@@ -361,13 +361,13 @@ index 8ebb991..643e24f 100644
361361
-merged in.
362362
+merged in. Also, split your changes into comprehensive chunks if you patch is
363363
+longer than a dozen lines.
364-
364+
365365
If you are starting to work on a particular area, feel free to submit a PR
366366
that highlights your work in progress (and note in the PR title that it's
367367
----
368368

369-
[[_git_difftool]]
370369
[NOTE]
370+
[[_git_difftool]]
371371
.Git Diff in an External Tool
372372
====
373373
We will continue to use the `git diff` command in various ways throughout the rest of the book. There is another way to look at these diffs if you prefer a graphical or external diff viewing program instead. If you run `git difftool` instead of `git diff`, you can view any of these diffs in software like Araxis, emerge, vimdiff and more. Run `git difftool --tool-help` to see what is available on your system.

0 commit comments

Comments
 (0)