All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 v4] sideband: highlight keywords in remote sideband output
@ 2018-08-02 11:47 Han-Wen Nienhuys
  2018-08-02 11:47 ` [PATCH 1/2] config: document git config getter return value Han-Wen Nienhuys
  2018-08-02 11:47 ` [PATCH 2/2] sideband: highlight keywords in remote sideband output Han-Wen Nienhuys
  0 siblings, 2 replies; 12+ messages in thread
From: Han-Wen Nienhuys @ 2018-08-02 11:47 UTC (permalink / raw)
  To: gitster; +Cc: git, Han-Wen Nienhuys

Address Eric Sunshine's comments.

Han-Wen Nienhuys (2):
  config: document git config getter return value.
  sideband: highlight keywords in remote sideband output

 Documentation/config.txt            |   9 +++
 config.h                            |  10 ++-
 help.c                              |   1 +
 help.h                              |   1 +
 sideband.c                          | 119 +++++++++++++++++++++++++---
 t/t5409-colorize-remote-messages.sh |  47 +++++++++++
 6 files changed, 176 insertions(+), 11 deletions(-)
 create mode 100644 t/t5409-colorize-remote-messages.sh

--
2.18.0.597.ga71716f1ad-goog

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/2 v4] sideband: highlight keywords in remote sideband output
@ 2018-08-02 12:13 Han-Wen Nienhuys
  2018-08-02 12:13 ` [PATCH 1/2] config: document git config getter return value Han-Wen Nienhuys
  0 siblings, 1 reply; 12+ messages in thread
From: Han-Wen Nienhuys @ 2018-08-02 12:13 UTC (permalink / raw)
  To: gitster, sunshine; +Cc: git, Han-Wen Nienhuys

Address Eric Sunshine's comments.

Han-Wen Nienhuys (2):
  config: document git config getter return value.
  sideband: highlight keywords in remote sideband output

 Documentation/config.txt            |   9 +++
 config.h                            |  10 ++-
 help.c                              |   1 +
 help.h                              |   1 +
 sideband.c                          | 119 +++++++++++++++++++++++++---
 t/t5409-colorize-remote-messages.sh |  47 +++++++++++
 6 files changed, 176 insertions(+), 11 deletions(-)
 create mode 100644 t/t5409-colorize-remote-messages.sh

--
2.18.0.597.ga71716f1ad-goog

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

end of thread, other threads:[~2018-08-06 22:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-02 11:47 [PATCH 0/2 v4] sideband: highlight keywords in remote sideband output Han-Wen Nienhuys
2018-08-02 11:47 ` [PATCH 1/2] config: document git config getter return value Han-Wen Nienhuys
2018-08-02 17:37   ` Junio C Hamano
2018-08-02 11:47 ` [PATCH 2/2] sideband: highlight keywords in remote sideband output Han-Wen Nienhuys
2018-08-02 18:22   ` Junio C Hamano
2018-08-06 14:06     ` Han-Wen Nienhuys
2018-08-06 22:12       ` Junio C Hamano
2018-08-02 12:13 [PATCH 0/2 v4] " Han-Wen Nienhuys
2018-08-02 12:13 ` [PATCH 1/2] config: document git config getter return value Han-Wen Nienhuys
2018-08-02 17:19   ` Eric Sunshine
2018-08-03  3:29   ` Jonathan Nieder
2018-08-03 13:05     ` Jeff King
2018-08-03 15:57       ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.