From: Junio C Hamano Date: Mon, 16 Apr 2007 01:28:48 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.1.1-107-g7a15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=29ee16327f63eaf6dfd0a3348669ea607e921032;p=git.git Autogenerated HTML docs for v1.5.1.1-107-g7a15 --- diff --git a/git-log.html b/git-log.html index dcf8cd684..55c0ac40a 100644 --- a/git-log.html +++ b/git-log.html @@ -619,6 +619,16 @@ The title was >>t4119: test autocomputing -p<n> for traditional diff

+-g, --walk-reflogs +
+
+

+ Show commits as they were recorded in the reflog. The log contains + a record about how the tip of a reference was changed. + See also git-reflog(1). +

+
+
<paths>…
@@ -761,7 +771,7 @@ reversible operation.

diff --git a/git-log.txt b/git-log.txt index 030edaf30..49bb539de 100644 --- a/git-log.txt +++ b/git-log.txt @@ -46,6 +46,11 @@ include::pretty-formats.txt[] -p:: Show the change the commit introduces in a patch form. +-g, \--walk-reflogs:: + Show commits as they were recorded in the reflog. The log contains + a record about how the tip of a reference was changed. + See also gitlink:git-reflog[1]. + ...:: Show only commits that affect the specified paths.