mbox series

[PULL] git-gui pull request

Message ID 20200719094522.m6iopubstzvzrc73@yadavpratyush.com (mailing list archive)
State New, archived
Headers show
Series [PULL] git-gui pull request | expand

Pull-request

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

Message

Pratyush Yadav July 19, 2020, 9:45 a.m. UTC
Hi Junio,

Please pull the changes in git-gui for Git v2.28.0-rc2. The changes this
time around the are fairly small (only one commit in fact).

Regards,
Pratyush Yadav

---
The following changes since commit c195247812f8cd38ba7e1c603112e6c1d8d8e71e:

  Merge branch 'il/ctrl-bs-del' (2020-05-21 18:25:32 +0530)

are available in the Git repository at:

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

for you to fetch changes up to 469725c1a3d44f7e1475f1d37cd13e0824d4ea41:

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

----------------------------------------------------------------
Mikhail Terekhov (1):
      git-gui: allow opening work trees from the startup dialog

Pratyush Yadav (1):
      Merge branch 'mt/open-worktree'

 lib/choose_repository.tcl | 27 +++------------------------
 1 file changed, 3 insertions(+), 24 deletions(-)

Comments

Junio C Hamano July 20, 2020, 7:03 p.m. UTC | #1
Pratyush Yadav <me@yadavpratyush.com> writes:

> Please pull the changes in git-gui for Git v2.28.0-rc2. The changes this
> time around the are fairly small (only one commit in fact).

Will do.

>  lib/choose_repository.tcl | 27 +++------------------------
>  1 file changed, 3 insertions(+), 24 deletions(-)

Adding a feature by deleting lines is the best style of development
;-)