git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jerzy Kozera <jerzy.kozera@gmail.com>
To: git@vger.kernel.org
Cc: Jerzy Kozera <jerzy.kozera@gmail.com>
Subject: [PATCH] git-p4: Fix 'p4 opened' in git-p4 for names with spaces
Date: Tue, 14 Dec 2010 20:56:04 +0000	[thread overview]
Message-ID: <1292360165-26771-1-git-send-email-jerzy.kozera@gmail.com> (raw)

There is problem with git-p4 when trying to submit changes to file containing spaces in name - submit fails with "Command failed: p4 opened [name with spaces here]"

It's caused by not quoting name for p4 opened, and the patch attached fixes it.

Jerzy Kozera (1):
  Fix 'p4 opened' in git-p4 for names with spaces

 contrib/fast-import/git-p4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

             reply	other threads:[~2010-12-14 20:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-14 20:56 Jerzy Kozera [this message]
2010-12-14 20:56 ` [PATCH] git-p4: Fix 'p4 opened' in git-p4 for names with spaces Jerzy Kozera
2010-12-14 23:16   ` Junio C Hamano
2010-12-14 23:36     ` Reece Dunn
2011-01-13 18:51       ` [PATCH] git-p4: Fixed handling of file " Jerzy Kozera
2011-01-14 22:01         ` Andreas Schwab
2011-01-14 22:45           ` Jerzy Kozera
2011-01-15 14:35             ` Pete Wyckoff

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

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

  git send-email \
    --in-reply-to=1292360165-26771-1-git-send-email-jerzy.kozera@gmail.com \
    --to=jerzy.kozera@gmail.com \
    --cc=git@vger.kernel.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.
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 NNTP newsgroup(s).