Skip to content

Commit e3fc411

Browse files
committed
Fix mismerge at 737049d
The world order after merging the bc/doc-adoc-not-txt topic is that there is no .txt files in Documentation/ hierarchy, as everything should have been migrated to .adoc suffix. There were a fiew topics that were simultaneously in flight that got graduated earlier than the topic, hence needed an evil merge to adjust. This commit belatedly adjusts the merge result to account for them. The same merge-fix will be made when the topic eventually graduates to 'master'. Reported-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b277100 commit e3fc411

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Documentation/config/difftool.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ diff.guitool::
1313
and requires that a corresponding difftool.<guitool>.cmd variable
1414
is defined.
1515

16-
include::{build_dir}/mergetools-diff.txt[]
16+
include::{build_dir}/mergetools-diff.adoc[]
1717

1818
difftool.<tool>.cmd::
1919
Specify the command to invoke the specified diff tool.

0 commit comments

Comments
 (0)