From: Johannes Schindelin Date: Tue, 3 Jul 2007 20:28:24 +0000 (+0100) Subject: glossary: add 'reflog' X-Git-Tag: v1.5.2.4~10 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f8d6957628e222bb9f2090c4900f9994559532e1;p=git-core%2Fgit.git glossary: add 'reflog' Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- 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