We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git log
Hi, difftastic looks... well, fantastic! I've just installed it and am playing around.
Now, basically I want difftastic to handle git show and git log -p automatically—besides just git diff.
difftastic
git show
git log -p
git diff
.gitconfig
git log -p --ext-diff
--ext-diff
Thanks in advance, Gunar
[diff] tool = difft external = difft [difftool] prompt = false [difftool "difftastic"] cmd = difft "$LOCAL" "$REMOTE" [pager] difftool = true # `git dft` is less to type than `git difftool`. [alias] dft = difftool
The text was updated successfully, but these errors were encountered:
Related to #280
Sorry, something went wrong.
Merge pull request #254 from eed3si9n/wip/identifiers
bc1a02d
val defn with ids
Merge pull request #254 from HerringtonDarkholme/fix-conditional
e5fa28f
fix: conditional_type should be right-associative
No branches or pull requests
Hi, difftastic looks... well, fantastic! I've just installed it and am playing around.
Now, basically I want
difftastic
to handlegit show
andgit log -p
automatically—besides justgit diff
.git diff
to usedifftastic
with the following.gitconfig
git log -p --ext-diff
too--ext-diff
argument and always usedifftastic
by default?Thanks in advance,
Gunar
The text was updated successfully, but these errors were encountered: