Re: [PATCH] gitk: Fix how remote branch names with / are drawn

2016-04-13 Thread David Holmer
;remotes/origin/dev/test1" | grep -o "remotes/.*?/" (no output, i.e. does not match) Thank you. On Wed, Apr 13, 2016 at 7:35 AM, Mike Rappazzo wrote: > On Tue, Apr 12, 2016 at 9:59 PM, David Holmer wrote: >> Consider this example branch: >> >> remotes/orig

[PATCH] gitk: Fix how remote branch names with / are drawn

2016-04-12 Thread David Holmer
atch provides a fix so the same branch will now be displayed with "remotes/origin" in orange and "foo/bar" in green. Signed-off-by: David Holmer --- gitk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitk b/gitk index 805a1c7..ca2392b 100755 --- a/gitk +++ b/gitk