Skip to content

Commit

Permalink
readme: add trick for using no-pager to grab original diff output
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Mar 9, 2016
1 parent 91bc769 commit 9e10738
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ You can pre-seed your `less` pager with a search pattern, so you can move betwee

Pull requests quite welcome, along with any feedback or ideas.

### Reporting bugs

Providing the original diff text inline in the issue is quite helpful.

```sh
git --no-pager diff > output.diff
```

### Hacking

```sh
Expand Down

0 comments on commit 9e10738

Please sign in to comment.