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
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
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
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(-)
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
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_
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
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(-)
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_
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
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
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
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
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(-)
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_
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
16 matches
Mail list logo