[PATCH] gitk: Add a "Copy commit summary" command

2015-07-14 Thread dev+git
From: Beat Bolli When referencing earlier commits in new commit messages or other text, one of the established formats is commit ("", ) Add a "Copy commit summary" command to the context menu that puts this text for the currently selected commit on the clipboard. This makes it easy for our

[PATCH v2 5/5] update_unicode.sh: Delete the command group

2014-12-19 Thread dev+git
From: Beat Bolli Now that the whole file is generated by one single command, the command group is no longer needed. Signed-off-by: Beat Bolli --- update_unicode.sh | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/update_unicode.sh b/update_unicode.s

[PATCH v2 4/5] update_unicode.sh: Make the output structure visible

2014-12-19 Thread dev+git
From: Beat Bolli By using a here document instead of the echo/uniset sequence, the final structure of the generated file becomes obvious. Signed-off-by: Beat Bolli --- update_unicode.sh | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/update_unicode.sh b/upd

[PATCH v2 2/5] update_unicode.sh: set UNICODE_DIR only once

2014-12-19 Thread dev+git
From: Beat Bolli The value is the same on both uniset invocations, so "Don't Repeat Yourself" applies. Since we're in a subshell already, there's no need to unset UNICODE_DIR at the end. Signed-off-by: Beat Bolli --- update_unicode.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

[PATCH v2 1/5] update_unicode.sh: simplify output capture

2014-12-19 Thread dev+git
From: Beat Bolli Instead of capturing the output of each echo and uniset invocation, wrap the whole section in a group command and redirect its output all at once. Signed-off-by: Beat Bolli --- update_unicode.sh | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --gi

[PATCH v2 3/5] update_unicode.sh: shorten uniset invocation path

2014-12-19 Thread dev+git
From: Beat Bolli "uniset/uniset" is a relative path; there's no need to prefix it with "./". Signed-off-by: Beat Bolli --- update_unicode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_unicode.sh b/update_unicode.sh index bed8916..f5cc14b 100755 --- a/update_

[PATCH v2 4/5] update_unicode.sh: Make the output structure visible

2014-12-19 Thread dev+git
From: Beat Bolli By using a here document instead of the echo/uniset sequence, the final structure of the generated file becomes obvious. Signed-off-by: Beat Bolli --- update_unicode.sh | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/update_unicode.sh b/upd

[PATCH v2 2/5] update_unicode.sh: set UNICODE_DIR only once

2014-12-19 Thread dev+git
From: Beat Bolli The value is the same on both uniset invocations, so "Don't Repeat Yourself" applies. Since we're in a subshell already, there's no need to unset UNICODE_DIR at the end. Signed-off-by: Beat Bolli --- update_unicode.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

[PATCH v2 3/5] update_unicode.sh: shorten uniset invocation path

2014-12-19 Thread dev+git
From: Beat Bolli "uniset/uniset" is a relative path; there's no need to prefix it with "./". Signed-off-by: Beat Bolli --- update_unicode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_unicode.sh b/update_unicode.sh index bed8916..f5cc14b 100755 --- a/update_

[PATCH v2 5/5] update_unicode.sh: Delete the command group

2014-12-19 Thread dev+git
From: Beat Bolli Now that the whole file is generated by one single command, the command group is no longer needed. Signed-off-by: Beat Bolli --- update_unicode.sh | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/update_unicode.sh b/update_unicode.s

[PATCH v2 1/5] update_unicode.sh: simplify output capture

2014-12-19 Thread dev+git
From: Beat Bolli Instead of capturing the output of each echo and uniset invocation, wrap the whole section in a group command and redirect its output all at once. Signed-off-by: Beat Bolli --- update_unicode.sh | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --gi

[PATCH 4/5] update_unicode.sh: Make the output structure visible

2014-12-19 Thread dev+git
From: Beat Bolli By using printf instead of the echo/uniset sequence, the final structure of the generated file becomes obvious. Signed-off-by: Beat Bolli --- update_unicode.sh | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/update_unicode.sh b/update_un

[PATCH 5/5] update_unicode.sh: Delete the command group

2014-12-19 Thread dev+git
From: Beat Bolli Now that the whole file is generated by one single command, the command group is no longer needed. Signed-off-by: Beat Bolli --- update_unicode.sh | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/update_unicode.sh b/update_unicode.sh index 6196

[PATCH 2/5] update_unicode.sh: set UNICODE_DIR only once

2014-12-19 Thread dev+git
From: Beat Bolli The value is the same on both uniset invocations, so "Don't Repeat Yourself" applies. Since we're in a subshell already, there's no need to unset UNICODE_DIR at the end. Signed-off-by: Beat Bolli --- update_unicode.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

[PATCH 3/5] update_unicode.sh: shorten uniset invocation path

2014-12-19 Thread dev+git
From: Beat Bolli "uniset/uniset" is a relative path; there's no need to prefix it with "./". Signed-off-by: Beat Bolli --- update_unicode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_unicode.sh b/update_unicode.sh index bed8916..f5cc14b 100755 --- a/update_

[PATCH 1/5] update_unicode.sh: simplify output capture

2014-12-19 Thread dev+git
From: Beat Bolli Instead of capturing the output of each echo and uniset invocation, wrap the whole section in a group command and redirect its output all at once. Signed-off-by: Beat Bolli --- update_unicode.sh | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --gi