Skip to content
New issue

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

Set --no-ext-diff when running git diff #293

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

garymm
Copy link
Contributor

@garymm garymm commented Mar 25, 2024

If a user has the following set in their git config:

[diff]
  external = difft

edmagit will fail to parse the git diff output. This should fix that.

Fixes #228

If a user has the following set in their git config:

```properties
[diff]
  external = difft
```

edmagit will fail to parse the `git diff` output. This should fix that.

Fixes kahole#228
@kahole kahole merged commit d02ed6f into kahole:develop Mar 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tab/magit.toggle-fold not working
2 participants