On 1/11/07, Johannes Schindelin [off-list ref] wrote:
Hi,
On Thu, 11 Jan 2007, Johannes Sixt wrote:
quoted
This works: The tools that you commonly need to work on a local repo,
except merges ([*]): commit, rebase, reset, log, diff and their
plumbing.
[...]
[*] because shell scripts like merge-one-file can't be invoked from an
exe like merge-index, yet. Fortunately this looks like the easiest part
to solve.
From an exe you could run:
cmd.exe /c <script with arguments>
Of course the problem is that the content of the script should be
understandable by cmd.exe windows interpreter.