[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

[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 changed

[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 changed

[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 changed

[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

Re: trace.c, line 219: error: identifier redeclared: trace_strbuf

2014-09-07 Thread dev
On September 6, 2014 at 4:53 PM René Scharfe l@web.de wrote: Am 06.09.2014 um 21:26 schrieb dev: snip Solaris 10 with Oracle Studio 12.3 compiler tools. A lengthy maillist discussion last week sorted out the previous release of git just fine however this release fails to build

trace.c, line 219: error: identifier redeclared: trace_strbuf

2014-09-06 Thread dev
Build on Solaris 10 of latest git tarball fails thus : CC tag.o CC trace.o trace.c, line 219: error: identifier redeclared: trace_strbuf current : function(pointer to const char, pointer to const struct strbuf {unsigned long alloc, unsigned long len, pointer to char buf})

Re: problem with def of inet_ntop() in git-compat-util.h as well as other places

2014-08-28 Thread dev
On August 27, 2014 at 6:28 PM Jonathan Nieder jrnie...@gmail.com wrote: Hi again, dev wrote: So I guess I have to create a config.mak file from somewhere. Sorry, let's take a step back. Actually I think we have some real progress to report here. After scanning through the various magic

make install fails because GNU tar needed

2014-08-28 Thread dev
/shnot found : gtar: not found gmake[1]: *** [install] Error 1 gmake: *** [install] Error 2 Well that is maddening. Is there some magic somewhere to use ordinary POSIX tar ? Also, what is shnot ? dev -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord

Re: make install fails because GNU tar needed

2014-08-28 Thread dev
On August 28, 2014 at 10:50 AM Jeff King p...@peff.net wrote: On Thu, Aug 28, 2014 at 10:16:48AM -0400, dev wrote: # gmake CFLAGS=$CFLAGS LDFLAGS=$LD_OPTIONS NEEDS_LIBICONV=Yes \ SHELL_PATH=/usr/local/bin/bash \ SANE_TOOL_PATH=/usr/local/bin \ USE_LIBPCRE=1 LIBPCREDIR=/usr/local

problem with def of inet_ntop() in git-compat-util.h as well as other places

2014-08-27 Thread dev
if the LD_LIBRARY_PATH and other env vars are setup correctly. However the Makefile's seem to miss this fact and -lintl needs to be manually hacked into place. Still doesn't just build yet. Getting there :-\ dev -- To unsubscribe from this list: send the line unsubscribe git in the body

Re: problem with def of inet_ntop() in git-compat-util.h as well as other places

2014-08-27 Thread dev
Good day gentlemen. With coffee in hand I am taking a crack and getting git to compile out of the sources neatly and therefore I have hit a few bumps. Inline comments below : On August 27, 2014 at 3:28 PM Jeff King p...@peff.net wrote: On Wed, Aug 27, 2014 at 03:15:05PM -0400, dev wrote

Re: problem with def of inet_ntop() in git-compat-util.h as well as other places

2014-08-27 Thread dev
On August 27, 2014 at 4:06 PM Jeff King p...@peff.net wrote: On Wed, Aug 27, 2014 at 03:48:40PM -0400, dev wrote: $ gzip -dc $SRC/git-2.0.4.tar.gz | tar -xf - $ mv git-2.0.4 git-2.0.4_SunOS5.10_sparcv9.002 $ $ cd git-2.0.4_SunOS5.10_sparcv9.002 $ $ echo $CFLAGS -errfmt=error

Re: problem with def of inet_ntop() in git-compat-util.h as well as other places

2014-08-27 Thread dev
On August 27, 2014 at 6:28 PM Jonathan Nieder jrnie...@gmail.com wrote: Hi again, dev wrote: So I guess I have to create a config.mak file from somewhere. Sorry, let's take a step back. What exact commands do you use to build, starting from a pristine extracted tarball? What output