git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [GIT PULL] git-gui changes for v2.29
@ 2020-10-17 16:34 Pratyush Yadav
  2020-10-17 20:11 ` Junio C Hamano
  2020-10-21 13:42 ` Johannes Schindelin
  0 siblings, 2 replies; 5+ messages in thread
From: Pratyush Yadav @ 2020-10-17 16:34 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Johannes Schindelin

Junio,

Please pull in the changes in git-gui for v2.29. 

Dscho,

I still have some open points about intent-to-add files that I'm not 
clear about. Let's target support for them in the next release.

Regards,
Pratyush Yadav

---
The following changes since commit 
469725c1a3d44f7e1475f1d37cd13e0824d4ea41:

  Merge branch 'mt/open-worktree' (2020-06-22 20:23:28 +0530)

are available in the Git repository at:

  https://github.com/prati0100/git-gui.git 

for you to fetch changes up to 38c2ac2e2ab00a8bcef528f24cb5b883b4413e5c:

  Merge branch 'sh/blame-tooltip' (2020-10-17 15:05:27 +0530)

----------------------------------------------------------------
Pratyush Yadav (3):
      Merge branch 'st/spaces-tabs-cleanup' into master
      Merge branch 'st/dark-mode' into master
      Merge branch 'sh/blame-tooltip'

Serg Tereshchenko (2):
      git-gui: fix mixed tabs and spaces; prefer tabs
      git-gui: improve dark mode support

Stefan Haller (1):
      git-gui: blame: prevent tool tips from sticking around after Command-Tab

 git-gui.sh     | 103 ++++++++++++++++++++++++++++++---------------------------
 lib/blame.tcl  |   1 +
 lib/themed.tcl |  38 +++++++++++++++++++++
 3 files changed, 93 insertions(+), 49 deletions(-)

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

* Re: [GIT PULL] git-gui changes for v2.29
  2020-10-17 16:34 [GIT PULL] git-gui changes for v2.29 Pratyush Yadav
@ 2020-10-17 20:11 ` Junio C Hamano
  2020-10-19  8:19   ` Pratyush Yadav
  2020-10-21 13:42 ` Johannes Schindelin
  1 sibling, 1 reply; 5+ messages in thread
From: Junio C Hamano @ 2020-10-17 20:11 UTC (permalink / raw)
  To: Pratyush Yadav; +Cc: git, Johannes Schindelin

Pratyush Yadav <me@yadavpratyush.com> writes:

> Junio,
>
> Please pull in the changes in git-gui for v2.29. 

OK, thanks.  Pulled but not pushed out (yet).

By the way, next time we might want to arrange subsystem pulls a bit
sooner than immediately before the final---what do you think?

> The following changes since commit 
> 469725c1a3d44f7e1475f1d37cd13e0824d4ea41:
>
>   Merge branch 'mt/open-worktree' (2020-06-22 20:23:28 +0530)
>
> are available in the Git repository at:
>
>   https://github.com/prati0100/git-gui.git 
>
> for you to fetch changes up to 38c2ac2e2ab00a8bcef528f24cb5b883b4413e5c:
>
>   Merge branch 'sh/blame-tooltip' (2020-10-17 15:05:27 +0530)
>
> ----------------------------------------------------------------
> Pratyush Yadav (3):
>       Merge branch 'st/spaces-tabs-cleanup' into master
>       Merge branch 'st/dark-mode' into master
>       Merge branch 'sh/blame-tooltip'
>
> Serg Tereshchenko (2):
>       git-gui: fix mixed tabs and spaces; prefer tabs
>       git-gui: improve dark mode support
>
> Stefan Haller (1):
>       git-gui: blame: prevent tool tips from sticking around after Command-Tab
>
>  git-gui.sh     | 103 ++++++++++++++++++++++++++++++---------------------------
>  lib/blame.tcl  |   1 +
>  lib/themed.tcl |  38 +++++++++++++++++++++
>  3 files changed, 93 insertions(+), 49 deletions(-)

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

* Re: [GIT PULL] git-gui changes for v2.29
  2020-10-17 20:11 ` Junio C Hamano
@ 2020-10-19  8:19   ` Pratyush Yadav
  2020-10-19 17:24     ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Pratyush Yadav @ 2020-10-19  8:19 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Johannes Schindelin

On 17/10/20 01:11PM, Junio C Hamano wrote:
> Pratyush Yadav <me@yadavpratyush.com> writes:
> 
> > Junio,
> >
> > Please pull in the changes in git-gui for v2.29. 
> 
> OK, thanks.  Pulled but not pushed out (yet).
> 
> By the way, next time we might want to arrange subsystem pulls a bit
> sooner than immediately before the final---what do you think?

Ok. I'll send the PR by -rc0 or -rc1 next time.
 
> > The following changes since commit 
> > 469725c1a3d44f7e1475f1d37cd13e0824d4ea41:
> >
> >   Merge branch 'mt/open-worktree' (2020-06-22 20:23:28 +0530)
> >
> > are available in the Git repository at:
> >
> >   https://github.com/prati0100/git-gui.git 
> >
> > for you to fetch changes up to 38c2ac2e2ab00a8bcef528f24cb5b883b4413e5c:
> >
> >   Merge branch 'sh/blame-tooltip' (2020-10-17 15:05:27 +0530)
> >
> > ----------------------------------------------------------------
> > Pratyush Yadav (3):
> >       Merge branch 'st/spaces-tabs-cleanup' into master
> >       Merge branch 'st/dark-mode' into master
> >       Merge branch 'sh/blame-tooltip'
> >
> > Serg Tereshchenko (2):
> >       git-gui: fix mixed tabs and spaces; prefer tabs
> >       git-gui: improve dark mode support
> >
> > Stefan Haller (1):
> >       git-gui: blame: prevent tool tips from sticking around after Command-Tab
> >
> >  git-gui.sh     | 103 ++++++++++++++++++++++++++++++---------------------------
> >  lib/blame.tcl  |   1 +
> >  lib/themed.tcl |  38 +++++++++++++++++++++
> >  3 files changed, 93 insertions(+), 49 deletions(-)

-- 
Regards,
Pratyush Yadav

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

* Re: [GIT PULL] git-gui changes for v2.29
  2020-10-19  8:19   ` Pratyush Yadav
@ 2020-10-19 17:24     ` Junio C Hamano
  0 siblings, 0 replies; 5+ messages in thread
From: Junio C Hamano @ 2020-10-19 17:24 UTC (permalink / raw)
  To: Pratyush Yadav; +Cc: git, Johannes Schindelin

Pratyush Yadav <me@yadavpratyush.com> writes:

> On 17/10/20 01:11PM, Junio C Hamano wrote:
>> Pratyush Yadav <me@yadavpratyush.com> writes:
>> 
>> > Junio,
>> >
>> > Please pull in the changes in git-gui for v2.29. 
>> 
>> OK, thanks.  Pulled but not pushed out (yet).
>> 
>> By the way, next time we might want to arrange subsystem pulls a bit
>> sooner than immediately before the final---what do you think?
>
> Ok. I'll send the PR by -rc0 or -rc1 next time.

Sure, of you can even tell me to pull and cook in 'next' during the
early to mid part of a cycle if you wanted to give a particular
change wider exposure.  The point is that it does not have to happen
immediately before the release.


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

* Re: [GIT PULL] git-gui changes for v2.29
  2020-10-17 16:34 [GIT PULL] git-gui changes for v2.29 Pratyush Yadav
  2020-10-17 20:11 ` Junio C Hamano
@ 2020-10-21 13:42 ` Johannes Schindelin
  1 sibling, 0 replies; 5+ messages in thread
From: Johannes Schindelin @ 2020-10-21 13:42 UTC (permalink / raw)
  To: Pratyush Yadav; +Cc: Junio C Hamano, git

Hi Pratyush,

On Sat, 17 Oct 2020, Pratyush Yadav wrote:

> Dscho,
>
> I still have some open points about intent-to-add files that I'm not
> clear about. Let's target support for them in the next release.

That's fine. I merged my version into Git for Windows v2.29.0.

Ciao,
Dscho

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

end of thread, other threads:[~2020-10-21 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-17 16:34 [GIT PULL] git-gui changes for v2.29 Pratyush Yadav
2020-10-17 20:11 ` Junio C Hamano
2020-10-19  8:19   ` Pratyush Yadav
2020-10-19 17:24     ` Junio C Hamano
2020-10-21 13:42 ` Johannes Schindelin

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).