X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fglossary.txt;h=3f7b1e42b502e1cc87305167ffcb99486132caca;hb=9644ffdd65f10970d54ab56ae128cde6f3fe1b96;hp=e903abfeb874f3d185bbf26e21b2ce529084b305;hpb=c288a2f1316b642ff073d4213cf691297610503c;p=git.git diff --git a/Documentation/glossary.txt b/Documentation/glossary.txt index e903abfeb..3f7b1e42b 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 <>. 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 <> and <> to describe the mapping between remote