diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-07-03 21:28:24 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-03 13:56:07 -0700 |
commit | f8d6957628e222bb9f2090c4900f9994559532e1 (patch) | |
tree | d3a44810a8a369b6c6f6adf49ae990635c68ab2e /Documentation | |
parent | 3cb567386d5d0349bfb5e3aaf85e973faf685dda (diff) | |
download | git-f8d6957628e222bb9f2090c4900f9994559532e1.tar.gz |
glossary: add 'reflog'
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/glossary.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/glossary.txt b/Documentation/glossary.txt index e903abfeb8..3f7b1e42b5 100644 --- a/Documentation/glossary.txt +++ b/Documentation/glossary.txt @@ -330,6 +330,12 @@ This commit is referred to as a "merge commit", or sometimes just a denotes a particular <<def_object,object>>. These may be stored in `$GIT_DIR/refs/`. +[[def_reflog]]reflog:: + A reflog shows the local "history" of a ref. In other words, + it can tell you what the 3rd last revision in _this_ repository + was, and what was the current state in _this_ repository, + yesterday 9:14pm. See gitlink:git-reflog[1] for details. + [[def_refspec]]refspec:: A "refspec" is used by <<def_fetch,fetch>> and <<def_push,push>> to describe the mapping between remote |