X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-reflog.txt;h=7f7a5445c7d043dc2f28cfbca63732a417d91a87;hb=9c6c304d6a01b72d7ce20722b80ca62e01fe8356;hp=146d7f545cb2f85177c8143b7e7b999ae8303d71;hpb=abce32b5ba5cf91c85b032d2dbb2702679a5608e;p=git.git diff --git a/Documentation/git-reflog.txt b/Documentation/git-reflog.txt index 146d7f545..7f7a5445c 100644 --- a/Documentation/git-reflog.txt +++ b/Documentation/git-reflog.txt @@ -28,7 +28,7 @@ updated. This command is to manage the information recorded in it. The subcommand "expire" is used to prune older reflog entries. Entries older than `expire` time, or entries older than -`expire-unreachable` time and are not reachable from the current +`expire-unreachable` time and not reachable from the current tip, are removed from the reflog. This is typically not used directly by the end users -- instead, see linkgit:git-gc[1]. @@ -71,7 +71,7 @@ them. which in turn defaults to 90 days. --expire-unreachable=