Github now excludes + and - when copying from diffs
See original GitHub issueA new change just went live that excludes +
and -
when copying the contents of a diff. That feature of the plugin shouldn’t be needed now.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:24
- Comments:5
Top Results From Across the Web
Exclude *.1 and *.7 files from git diff and GitHub diff #690
It is really hard to navigate in commits likes this one: 0bcce87 Because, there are a lot of changes in *.1 files.
Read more >Exclude file from "git diff" - Stack Overflow
I am trying to exclude a file ( db/irrelevant. php ) from a Git diff. I have tried putting a file in the...
Read more >git diff ':(exclude)*.prj' ':(exclude)*.cproject' not working when ...
Hello I have a main folder with the .git folder of my repository and other subfolders for different projects within the repository.
Read more >.gitignore file - ignoring files in Git | Atlassian Git Tutorial
gitignore. git add git commit git diff git stash .gitignore. Git sees every file in your working copy as one of three ...
Read more >Viewing Differences – TortoiseGit – Documentation
For viewing differences of image files, TortoiseGit also has a tool named ... made to that file to bring it to the state...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also having this issue, you can disable the feature while we wait for it to be removed:
remove-diff-signs
Could this be the cause of missing letters at the start of each line in diffs? https://github.com/scala/scala.epfl.ch/commit/d8fcdfab9a2adf2d6cfe5e10979ba034cf38bf47
EDIT: confirmed, that was it