* [PATCH] Document -g (--walk-reflogs) option of git-log
@ 2007-04-15 22:36 Alex Riesen
2007-04-15 23:04 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Alex Riesen @ 2007-04-15 22:36 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
---
Complained about on IRC. Thanks DrNick for proofreading and Gitster
for patience.
Documentation/git-log.txt | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 030edaf..96e8a3f 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/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-ref-log[1].
+
<paths>...::
Show only commits that affect the specified paths.
--
1.5.1.1.819.gcfdd2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Document -g (--walk-reflogs) option of git-log
2007-04-15 22:36 [PATCH] Document -g (--walk-reflogs) option of git-log Alex Riesen
@ 2007-04-15 23:04 ` Junio C Hamano
2007-04-15 23:12 ` Alex Riesen
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2007-04-15 23:04 UTC (permalink / raw)
To: Alex Riesen; +Cc: git
Alex Riesen <raa.lkml@gmail.com> writes:
> Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
> ---
>
> Complained about on IRC. Thanks DrNick for proofreading and Gitster
> for patience.
>
> Documentation/git-log.txt | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
> index 030edaf..96e8a3f 100644
> --- a/Documentation/git-log.txt
> +++ b/Documentation/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-ref-log[1].
> +
>
> <paths>...::
> Show only commits that affect the specified paths.
>
> --
> 1.5.1.1.819.gcfdd2
Thanks. I'll fix this up with s/ref-log/reflog/.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Document -g (--walk-reflogs) option of git-log
2007-04-15 23:04 ` Junio C Hamano
@ 2007-04-15 23:12 ` Alex Riesen
0 siblings, 0 replies; 3+ messages in thread
From: Alex Riesen @ 2007-04-15 23:12 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Junio C Hamano, Mon, Apr 16, 2007 01:04:39 +0200:
> > + See also gitlink:git-ref-log[1].
> Thanks. I'll fix this up with s/ref-log/reflog/.
Oh, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-04-15 23:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-15 22:36 [PATCH] Document -g (--walk-reflogs) option of git-log Alex Riesen
2007-04-15 23:04 ` Junio C Hamano
2007-04-15 23:12 ` Alex Riesen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox