Firefox: Document or automate displaying WPT test section headers as hunk headers in Git diffs #19
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
With the following
.gitconfig
snippet:…and the following
.gitattributes
snippet:…
git diff
can yield output like this when run in a Git checkout of Gecko:The exciting part is the hunk header output that's showing the test section header a few dozen lines up in source (!):
…which we didn't have before. 🙂
The text was updated successfully, but these errors were encountered: