git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Please pull gitk update
@ 2012-03-24  5:55 Paul Mackerras
  2012-03-24  8:32 ` Junio C Hamano
  2012-03-26 23:16 ` Junio C Hamano
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Mackerras @ 2012-03-24  5:55 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Junio,

The following changes since commit 811c70fc8369cfeae2f1e843c695c37e3b0c3109:

  gitk: Make vi-style keybindings more vi-like (2011-10-08 18:01:54 +1100)

are available in the git repository at:

  git://ozlabs.org/~paulus/gitk.git master

for you to fetch changes up to b2b76d10696d945bf19318831b64d009d119e051:

  gitk: Teach gitk to respect log.showroot (2012-03-24 16:44:12 +1100)

----------------------------------------------------------------
Frédéric Brière (1):
      gitk: Skip over AUTHOR/COMMIT_DATE when searching all fields

Jim Meyering (1):
      gitk: Make "git describe" output clickable, too

Jonathan Nieder (1):
      gitk: Use symbolic font names "sans" and "monospace" when available

Marcus Karlsson (1):
      gitk: Teach gitk to respect log.showroot

Pat Thoyts (2):
      gitk: Use a tabbed dialog to edit preferences
      gitk: Fix the display of files when filtered by path

Paul Mackerras (2):
      gitk: Speed up resolution of short SHA1 ids
      gitk: Add menu items for comparing a commit with the marked commit

Zbigniew Jędrzejewski-Szmek (1):
      gitk: Use "gitk: repo-top-level-dir" as window title

 gitk |  412 +++++++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 282 insertions(+), 130 deletions(-)

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

* Re: Please pull gitk update
  2012-03-24  5:55 Please pull gitk update Paul Mackerras
@ 2012-03-24  8:32 ` Junio C Hamano
  2012-03-26 23:16 ` Junio C Hamano
  1 sibling, 0 replies; 5+ messages in thread
From: Junio C Hamano @ 2012-03-24  8:32 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: git

Thanks, pulled.

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

* Re: Please pull gitk update
  2012-03-24  5:55 Please pull gitk update Paul Mackerras
  2012-03-24  8:32 ` Junio C Hamano
@ 2012-03-26 23:16 ` Junio C Hamano
  2012-03-27  9:52   ` Paul Mackerras
  2012-03-27 14:50   ` Zbigniew Jędrzejewski-Szmek
  1 sibling, 2 replies; 5+ messages in thread
From: Junio C Hamano @ 2012-03-26 23:16 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: git

Here is what I came up with after looking at the result of this pull.
Could you eyeball it?

Thanks.

diff --git a/Documentation/RelNotes/1.7.10.txt b/Documentation/RelNotes/1.7.10.txt
index 11b0b10..e1f493c 100644
--- a/Documentation/RelNotes/1.7.10.txt
+++ b/Documentation/RelNotes/1.7.10.txt
@@ -46,6 +46,14 @@ Updates since v1.7.9
 UI, Workflows & Features
 
  * various "gitk" updates.
+   - show the path to the top level directory in the window title
+   - update preference edit dialog
+   - pathspecs like "gitk -- .", "gitk -- ..\t" did not work well
+   - make "git-describe" output in the log message into a clickable link
+   - avoid matching the UNIX timestamp part when searching all fields
+   - give preference to symboic font names like sans & monospace
+   - allow comparing two commits using a mark
+   - "gitk" honors log.showroot configuration.
 
  * Teams for localizing the messages from the Porcelain layer of
    commands are starting to form, thanks to Jiang Xin who volunteered

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

* Re: Please pull gitk update
  2012-03-26 23:16 ` Junio C Hamano
@ 2012-03-27  9:52   ` Paul Mackerras
  2012-03-27 14:50   ` Zbigniew Jędrzejewski-Szmek
  1 sibling, 0 replies; 5+ messages in thread
From: Paul Mackerras @ 2012-03-27  9:52 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

On Mon, Mar 26, 2012 at 04:16:30PM -0700, Junio C Hamano wrote:
> Here is what I came up with after looking at the result of this pull.
> Could you eyeball it?
> 
> Thanks.
> 
> diff --git a/Documentation/RelNotes/1.7.10.txt b/Documentation/RelNotes/1.7.10.txt
> index 11b0b10..e1f493c 100644
> --- a/Documentation/RelNotes/1.7.10.txt
> +++ b/Documentation/RelNotes/1.7.10.txt
> @@ -46,6 +46,14 @@ Updates since v1.7.9
>  UI, Workflows & Features
>  
>   * various "gitk" updates.
> +   - show the path to the top level directory in the window title
> +   - update preference edit dialog
> +   - pathspecs like "gitk -- .", "gitk -- ..\t" did not work well

This sounds a bit awkward, how about:

 +   - display file list correctly when directories are given on command line

or something like that?

> +   - make "git-describe" output in the log message into a clickable link
> +   - avoid matching the UNIX timestamp part when searching all fields
> +   - give preference to symboic font names like sans & monospace
> +   - allow comparing two commits using a mark
> +   - "gitk" honors log.showroot configuration.
>  
>   * Teams for localizing the messages from the Porcelain layer of
>     commands are starting to form, thanks to Jiang Xin who volunteered

Other than that, looks fine.

Paul.

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

* Re: Please pull gitk update
  2012-03-26 23:16 ` Junio C Hamano
  2012-03-27  9:52   ` Paul Mackerras
@ 2012-03-27 14:50   ` Zbigniew Jędrzejewski-Szmek
  1 sibling, 0 replies; 5+ messages in thread
From: Zbigniew Jędrzejewski-Szmek @ 2012-03-27 14:50 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Paul Mackerras, git

On 03/27/2012 01:16 AM, Junio C Hamano wrote:
> Here is what I came up with after looking at the result of this pull.
> Could you eyeball it?
>
> Thanks.
>
> diff --git a/Documentation/RelNotes/1.7.10.txt b/Documentation/RelNotes/1.7.10.txt
> index 11b0b10..e1f493c 100644
> --- a/Documentation/RelNotes/1.7.10.txt
> +++ b/Documentation/RelNotes/1.7.10.txt
> @@ -46,6 +46,14 @@ Updates since v1.7.9
>   UI, Workflows&  Features
>
>    * various "gitk" updates.
> +   - show the path to the top level directory in the window title
> +   - update preference edit dialog
> +   - pathspecs like "gitk -- .", "gitk -- ..\t" did not work well
> +   - make "git-describe" output in the log message into a clickable link
> +   - avoid matching the UNIX timestamp part when searching all fields
> +   - give preference to symboic font names like sans&  monospace
s/symboic/symbolic/

> +   - allow comparing two commits using a mark
> +   - "gitk" honors log.showroot configuration.

Zbyszek

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

end of thread, other threads:[~2012-03-27 14:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-24  5:55 Please pull gitk update Paul Mackerras
2012-03-24  8:32 ` Junio C Hamano
2012-03-26 23:16 ` Junio C Hamano
2012-03-27  9:52   ` Paul Mackerras
2012-03-27 14:50   ` Zbigniew Jędrzejewski-Szmek

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 NNTP newsgroup(s).