git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Steven Klass <sklass@7stalks.com>
To: "git@vger.kernel.org" <git@vger.kernel.org>, gitster@pobox.com
Cc: spearce@spearce.org
Subject: [PATCH] Corrects an Abort Trap: 6 error with completions.
Date: Mon, 8 Jul 2013 06:58:33 -0700	[thread overview]
Message-ID: <5FF738AB-DA01-4460-9ADF-D960E2FD6309@7stalks.com> (raw)

Hi Folks,

	Corrects an Abort Trap: 6 error with completions.
	Fixed an issue where the two commands on a single line  would cause a strange unrelated 'Abort trap: 6' error on  non-git commands on Mac OSX 10.8.

Signed-off-by: Steven Klass <sklass@7stalks.com>

---
 contrib/completion/git-completion.bash | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 mode change 100644 => 100755 contrib/completion/git-completion.bash

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
old mode 100644
new mode 100755
index 6c3bafe..d63b1ba
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2165,7 +2165,8 @@ _git_config ()
           user.name
           user.signingkey
           web.browser
-          branch. remote.
+          branch.
+          remote.
      "
 }

---

Steven Klass

(480) 225-1112
sklass@7stalks.com
http://www.7stalks.com

             reply	other threads:[~2013-07-08 13:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-08 13:58 Steven Klass [this message]
2013-07-08 17:32 ` [PATCH] Corrects an Abort Trap: 6 error with completions Junio C Hamano
2013-07-08 17:45   ` Steven Klass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5FF738AB-DA01-4460-9ADF-D960E2FD6309@7stalks.com \
    --to=sklass@7stalks.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=spearce@spearce.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).