question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FR : set git diff parameters

See original GitHub issue

Hi,

it would be nice to have configurable git diff , such has for instance for

  • diff-pdf --view for .pdf
  • --word-diff for .tex

etc…

Thanks

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ggrrllcommented, Oct 25, 2018

yes, this is great 😉 ! …and this is indeed basically why I started to use git for all my projects, thanks to simplicity of GUIs like GH-D … and that’s also the rationale that moved me to propose those features, pretty much in line with that you already did for the png (even if I have no idea of how that is implemented 😅 ) …

0reactions
billygriffincommented, Oct 25, 2018

Great question, sorry for the lack of clarity. 😄 What I mean is that Git offers a whole bunch of config flags that offer basically endless configuration preferences. We generally think that the goal of trying to replicate all of Git’s configuration is in opposition to making things obvious and intuitive. So for very common workflows we try to support the patterns that give folks the greatest ability to accomplish their goals, but we don’t want to replace Git’s functionality and config on a one-for-one basis. There’s a bit more about how we think about those and other tradeoffs here: https://github.com/desktop/desktop/blob/master/docs/process/what-is-desktop.md

Read more comments on GitHub >

github_iconTop Results From Across the Web

git-diff Documentation - Git
Generate a diff using the "anchored diff" algorithm. This option may be specified more than once. If a line exists in both the...
Read more >
Git Diff | Atlassian Git Tutorial
Diffing is a function that takes two input data sets and outputs the changes between them. git diff is a multi-use Git command...
Read more >
Using Beyond Compare with Version Control Systems
Git integration for Eclipse (EGit) does not support external diff and merge tools. ... Once set up you can compare revisions from the...
Read more >
How to set git diff parameter in Github desktop gui
git -gui is not the same as the GitHub Desktop. git-gui comes with the Git installation (you can download the latest for OSX...
Read more >
What is Git Diff Command in Git and How does it work?
Diff command is used in git to track the difference between the changes made on a file. Since Git is a version control...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found