[PATCH] gitk: Add a Copy commit summary command

2015-07-14 Thread dev+git
From: Beat Bolli dev+...@drbeat.li When referencing earlier commits in new commit messages or other text, one of the established formats is commit abbrev-sha (summary, author-date) Add a Copy commit summary command to the context menu that puts this text for the currently selected commit on

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

2014-12-19 Thread dev+git
From: Beat Bolli dev+...@drbeat.li 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 dev+...@drbeat.li --- update_unicode.sh | 17 + 1 file changed, 9

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

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

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

2014-12-19 Thread dev+git
From: Beat Bolli dev+...@drbeat.li 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 dev+...@drbeat.li --- update_unicode.sh | 5 +++-- 1 file

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

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

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

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

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

2014-12-19 Thread dev+git
From: Beat Bolli dev+...@drbeat.li 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 dev+...@drbeat.li --- update_unicode.sh | 17 + 1 file changed, 9

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

2014-12-19 Thread dev+git
From: Beat Bolli dev+...@drbeat.li 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 dev+...@drbeat.li --- update_unicode.sh | 5 +++-- 1 file

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

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

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

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

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

2014-12-19 Thread dev+git
From: Beat Bolli dev+...@drbeat.li 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 dev+...@drbeat.li --- update_unicode.sh | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-)

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

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

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

2014-12-19 Thread dev+git
From: Beat Bolli dev+...@drbeat.li 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 dev+...@drbeat.li --- update_unicode.sh | 17 + 1 file changed, 9

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

2014-12-19 Thread dev+git
From: Beat Bolli dev+...@drbeat.li 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 dev+...@drbeat.li --- update_unicode.sh | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-)

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

2014-12-19 Thread dev+git
From: Beat Bolli dev+...@drbeat.li 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 dev+...@drbeat.li --- update_unicode.sh | 5 +++-- 1 file

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

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