aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-30 10:00:52 -0400
committerDrew DeVault <sir@cmpwn.com>2018-09-30 10:00:52 -0400
commit2788c4c01f433928bfdaddb9a03b8591573050c8 (patch)
tree592d45328da531176046efa7eaed31516c7dce4c /git.sr.ht
parent0fdbc0daadb0027761bb74cecb7c992adf171f15 (diff)
downloadsr.ht-docs-2788c4c01f433928bfdaddb9a03b8591573050c8.tar.gz
Mention more ways of specifying commit ranges
Diffstat (limited to 'git.sr.ht')
-rw-r--r--git.sr.ht/send-email.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/git.sr.ht/send-email.md b/git.sr.ht/send-email.md
index 9e6e6a9..5b6bb21 100644
--- a/git.sr.ht/send-email.md
+++ b/git.sr.ht/send-email.md
@@ -96,6 +96,9 @@ you're in a hurry, here are a few quick examples:
- `HEAD^` just includes the last commit
- `HEAD~3` includes the last three commits
- `origin/master` includes all commits since diverging from `origin/master`
+- `0fdbc0da` only includes commit `0fdbc0da` when specified with `-1`
+- `0fdbc0da` includes commit `0fdbc0da` and the 2 commits prior when specified
+ with `-2`
[rev-spec]: https://www.git-scm.com/docs/gitrevisions