git-diff: update examples to show other possibilities

Show that date expression/spec can contain other items and combinations of items, or an actual timestamp.
coverage
jitakirin 2017-11-01 07:07:23 +00:00 committed by GitHub
parent a33f630def
commit 29bae17f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@
`git diff --staged`
- Show changes from all commits since a given date/time:
- Show changes from all commits since a given date/time (a date expression, e.g. `1 week 2 days` or an ISO date):
`git diff 'HEAD@{3 days ago}'`
`git diff 'HEAD@{3 months|weeks|days|hours|seconds ago}'`
- Show only names of changed files since a given commit: