Re: [PATCH] dim: Allow user to select a different repository browser

2018-06-21 Thread Rodrigo Vivi
On Thu, Jun 21, 2018 at 03:37:11PM +0100, Liviu Dudau wrote: > gitk is a fine repository browser but it requires a graphical > interface that doesn't work very well with remote access. > Alternative repository browsers like tig are a good replacement > for those cases. \o/ yes, please!

[PULL] drm-misc-fixes

2018-06-21 Thread Maarten Lankhorst
drm-misc-fixes-2018-06-21: Fixes for v4.18-rc2: - A reversion of a commit in drm/sun4i to fix a run-time fault. - Various fixes to the sii8620 bridge. - Small bugfix to correctly check stride in atmel-hlcdc. The following changes since commit c32048d9e93a5ab925d745396c63e7b912147f0a:

[PULL] drm-intel-fixes

2018-06-21 Thread Jani Nikula
Hi Dave, i915 fixes, nothing out of the ordinary. drm-intel-fixes-2018-06-21: drm/i915 fixes for v4.18-rc2: - Mostly cc: stable display fixes, including a DBLSCAN regression fix - GEM fixes for this merge window BR, Jani. The following changes since commit

Re: [PATCH] doc: clarify the target audience for the status command

2018-06-21 Thread Jani Nikula
On Thu, 21 Jun 2018, Liviu Dudau wrote: > 'dim status' is intended to be used by maintainers and not by commiters. > Move the description of the subcommand into the 'COMMANDS FOR MAINTAINERS' > area and clarify in the COMMITERS area that they should use vanilla > 'git status' for checking the

[PULL] drm-misc-next

2018-06-21 Thread Gustavo Padovan
drm-misc-next-2018-06-21: drm-misc-next for 4.19: Cross-subsystem Changes: - fix compile breakage on ION due to the dma-buf cleanups (Christian König) The following changes since commit daf0678c2036c918f01e4aa6035629d2debc2f30: Merge branch 'drm-next-4.18' of

Re: [PULL] drm-misc-next

2018-06-21 Thread Christian König
Hi Gustavo, Am 21.06.2018 um 02:58 schrieb Gustavo Padovan: Hi Dave, our first pull for 4.19, over 90 patches here, probably the most important ones are for the writeback connector support. Then we have a bunch of fixes to drivers, some interesting core cleanups and new panel drivers. This

[PATCH] doc: clarify the target audience for the status command

2018-06-21 Thread Liviu Dudau
'dim status' is intended to be used by maintainers and not by commiters. Move the description of the subcommand into the 'COMMANDS FOR MAINTAINERS' area and clarify in the COMMITERS area that they should use vanilla 'git status' for checking the health of the branch. Signed-off-by: Liviu Dudau