We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9d800e + a0d2ceb commit 6603799Copy full SHA for 6603799
Documentation/git-rev-parse.txt
@@ -184,7 +184,10 @@ blobs contained in a commit.
184
second ago\}' or '\{1979-02-26 18:30:00\}') to specify the value
185
of the ref at a prior point in time. This suffix may only be
186
used immediately following a ref name and the ref must have an
187
- existing log ($GIT_DIR/logs/<ref>).
+ existing log ($GIT_DIR/logs/<ref>). Note that this looks up the state
188
+ of your *local* ref at a given time; e.g., what was in your local
189
+ `master` branch last week. If you want to look at commits made during
190
+ certain times, see `--since` and `--until`.
191
192
* A ref followed by the suffix '@' with an ordinal specification
193
enclosed in a brace pair (e.g. '\{1\}', '\{15\}') to specify
0 commit comments