git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Docs gitk: Explicitly mention -d, --date-order option
@ 2008-04-12  9:49 Clifford Caoile
  0 siblings, 0 replies; 6+ messages in thread
From: Clifford Caoile @ 2008-04-12  9:49 UTC (permalink / raw)
  To: Git Mailing List

gitk can show the commits in --date-order which is commits sorted by
Committer Date. -d is a gitk feature, which in turn converts to
--date-order, which is a git-log feature. It is useful to mention.

git-branch, a Javascript based git repo viewer, displays in
--date-order.

Signed-off-by: Clifford Caoile <piyo@users.sourceforge.net>
---
 Documentation/gitk.txt |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
index 29edafc..d247d63 100644
--- a/Documentation/gitk.txt
+++ b/Documentation/gitk.txt
@@ -41,6 +41,12 @@ frequently used options.

 	Show all branches.

+-d, --date-order::
+
+	Shows commits by Committer Date order. Note that the date column is
+	Author Date, so it may appear to be out of order. If this option is
+	not set, gitk displays in --topo-order. See linkgit:git-log[1].
+
 <revs>::

 	Limit the revisions to show. This can be either a single revision
-- 
1.5.4.2.1161.g1a6f0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] Docs gitk: Explicitly mention -d, --date-order option
@ 2008-04-18 13:16 Clifford Caoile
  2008-04-19  6:58 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: Clifford Caoile @ 2008-04-18 13:16 UTC (permalink / raw)
  To: Git Mailing List, Git Maintainer

Git Mailing List, Git Maintainer:

Regarding the documentation patch "[PATCH] Docs gitk: Explicitly
mention -d, --date-order option" [1] (2008-04-12), it has not been
accepted. Is there problem with this patch?

References:
[1] http://marc.info/?l=git&m=120799377618677&w=2

Best regards,
Clifford Caoile

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Docs gitk: Explicitly mention -d, --date-order option
  2008-04-18 13:16 [PATCH] Docs gitk: Explicitly mention -d, --date-order option Clifford Caoile
@ 2008-04-19  6:58 ` Junio C Hamano
  2008-04-19  7:28   ` Raimund Bauer
                     ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Junio C Hamano @ 2008-04-19  6:58 UTC (permalink / raw)
  To: Clifford Caoile; +Cc: Git Mailing List

"Clifford Caoile" <piyo@users.sourceforge.net> writes:

> Git Mailing List, Git Maintainer:

Heh, my name is not "Git Maintainer" ;-)

> Regarding the documentation patch "[PATCH] Docs gitk: Explicitly
> mention -d, --date-order option" [1] (2008-04-12), it has not been
> accepted. Is there problem with this patch?
>
> References:
> [1] http://marc.info/?l=git&m=120799377618677&w=2

There isn't anything _wrong_ with the patch per se, but the current
documentation refers you to rev-list page and limits itself to the most
often used options.

I was waiting to see that many people jumping up and down saying that the
omission of --date-order from the "most often used" set was a grave bug
before applying it.  It hasn't happened.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Docs gitk: Explicitly mention -d, --date-order option
  2008-04-19  6:58 ` Junio C Hamano
@ 2008-04-19  7:28   ` Raimund Bauer
  2008-04-19  7:35   ` Clifford Caoile
  2011-04-01  8:05   ` Robert Pollak
  2 siblings, 0 replies; 6+ messages in thread
From: Raimund Bauer @ 2008-04-19  7:28 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Clifford Caoile, Git Mailing List

On Fri, 2008-04-18 at 23:58 -0700, Junio C Hamano wrote:
> I was waiting to see that many people jumping up and down saying that the
> omission of --date-order from the "most often used" set was a grave bug
> before applying it.  It hasn't happened.

I'm glad we had this thread because I missed this option before ... 

best regards,
Ray

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Docs gitk: Explicitly mention -d, --date-order option
  2008-04-19  6:58 ` Junio C Hamano
  2008-04-19  7:28   ` Raimund Bauer
@ 2008-04-19  7:35   ` Clifford Caoile
  2011-04-01  8:05   ` Robert Pollak
  2 siblings, 0 replies; 6+ messages in thread
From: Clifford Caoile @ 2008-04-19  7:35 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Git Mailing List

Junio C Hamano:

On Sat, Apr 19, 2008 at 3:58 PM, Junio C Hamano <gitster@pobox.com> wrote:
> "Clifford Caoile" <piyo@users.sourceforge.net> writes:
>  > Git Mailing List, Git Maintainer:
>  Heh, my name is not "Git Maintainer" ;-)

Sorry about that. Just adding another layer of indirection. >:-]

>  > Regarding the documentation patch "[PATCH] Docs gitk: Explicitly
>  > mention -d, --date-order option" [1] (2008-04-12), it has not been
>  > accepted. Is there problem with this patch?
>  >
>  > References:
>  > [1] http://marc.info/?l=git&m=120799377618677&w=2
>
>  There isn't anything _wrong_ with the patch per se, but the current
>  documentation refers you to rev-list page and limits itself to the most
>  often used options.
>
>  I was waiting to see that many people jumping up and down saying that the
>  omission of --date-order from the "most often used" set was a grave bug
>  before applying it.  It hasn't happened.

The whole motivation for adding this documentation is to show that
gitk has the same sorting function as git-browser. I only learned of
this capability through the irc channel.

As a git newbie, it wasn't obvious to me that "--date-order" was an
available option. It has become my usual parameter when launching gitk
on branch/merge heavy repos. Besides, and more importantly, the
equivalent "-d" is a gitk only parameter that should probably be
documented as well. I had to read the gitk tcl source for that one.
;-)

Best regards,
Clifford Caoile

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Docs gitk: Explicitly mention -d, --date-order option
  2008-04-19  6:58 ` Junio C Hamano
  2008-04-19  7:28   ` Raimund Bauer
  2008-04-19  7:35   ` Clifford Caoile
@ 2011-04-01  8:05   ` Robert Pollak
  2 siblings, 0 replies; 6+ messages in thread
From: Robert Pollak @ 2011-04-01  8:05 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Clifford Caoile, Git Mailing List

Hello Junio,

you wrote on 2008-04-18:
> "Clifford Caoile" <piyo@users.sourceforge.net> writes:
[...]
>> Regarding the documentation patch "[PATCH] Docs gitk: Explicitly
>> mention -d, --date-order option" [1] (2008-04-12), it has not been
>> accepted. Is there problem with this patch?
>>
>> References:
>> [1] http://marc.info/?l=git&m=120799377618677&w=2
> 
> There isn't anything _wrong_ with the patch per se, but the current
> documentation refers you to rev-list page and limits itself to the most
> often used options.
> 
> I was waiting to see that many people jumping up and down saying that the
> omission of --date-order from the "most often used" set was a grave bug
> before applying it.  It hasn't happened.

This thread has helped me finding "-d" (which is gitk-specific). So
here's my vote for the patch, FWIW.

Robert

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-04-01  8:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-18 13:16 [PATCH] Docs gitk: Explicitly mention -d, --date-order option Clifford Caoile
2008-04-19  6:58 ` Junio C Hamano
2008-04-19  7:28   ` Raimund Bauer
2008-04-19  7:35   ` Clifford Caoile
2011-04-01  8:05   ` Robert Pollak
  -- strict thread matches above, loose matches on Subject: below --
2008-04-12  9:49 Clifford Caoile

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).