LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-mergetool--lib

Internal tool integration library

TLDR

Source for tool scripts
$ . "$(git --exec-path)/git-mergetool--lib"
copy

SYNOPSIS

git-mergetool--lib

DESCRIPTION

git-mergetool--lib is a shell library used internally by `git-mergetool` and `git-difftool`. It provides common functions for tool selection, invocation, and configuration handling.The library is sourced by scripts that need merge or diff tool functionality. It handles tool detection, path configuration, and tool-specific setup. This is internal infrastructure and not intended for direct use.

CAVEATS

Internal library, not a command. Sourced by other git scripts. Not intended for direct use.

HISTORY

git-mergetool--lib is part of Git's internal infrastructure, providing shared code for merge and diff tool integration.

SEE ALSO

Copied to clipboard
Kai