]> git.ipfire.org Git - thirdparty/git.git/commit
docs: correct ORIG_HEAD example in "git merge" documentation
authorTimur Sultanaev <str.write@gmail.com>
Sat, 5 Jul 2025 17:39:18 +0000 (17:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Jul 2025 15:52:58 +0000 (08:52 -0700)
commit953049eed81b5da8602da97717fa225ab5bc1287
tree21cb8e2fe992b0544fdbc5edfc14af65f967b1b3
parent16bd9f20a403117f2e0d9bcda6c6e621d3763e77
docs: correct ORIG_HEAD example in "git merge" documentation

Documentation for git-merge incorrectly notes that
tip of the current branch on ascii diagram is C,
while it is actually G (current branch is master,
HEAD on diagram is G).

Additionally diagrams on the page are adjusted
to use spaces instead of tabs, so that they align
regardless of tab size. This is in line with
diagrams on other git documentation pages.

Signed-off-by: Timur Sultanaev <str.write@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-merge.adoc