From: Alexey Shumkin <alex.crezoff@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Alexey Shumkin <Alex.Crezoff@gmail.com>, git@vger.kernel.org
Subject: [PATCH v1 0/2] contrib/subtree: make it respect spaces in a repository path
Date: Sat, 5 Sep 2015 01:24:09 +0300 [thread overview]
Message-ID: <cover.1441404851.git.Alex.Crezoff@gmail.com> (raw)
Some repositories may have spaces in their paths. Currently `git-subtree`
raises an error in such cases.
Also, `git-subtree` currently does not have tests for its 'push' command.
Following patches are to fix these statements.
Alexey Shumkin (2):
t7900-subtree: test the "space in a subdirectory name" case
contrib/subtree: respect spaces in a repository path
contrib/subtree/git-subtree.sh | 4 +-
contrib/subtree/t/t7900-subtree.sh | 194 +++++++++++++++++++++++--------------
2 files changed, 124 insertions(+), 74 deletions(-)
--
2.4.1-21
next reply other threads:[~2015-09-04 22:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-04 22:24 Alexey Shumkin [this message]
2015-09-04 22:24 ` [PATCH v1 1/2] t7900-subtree: test the "space in a subdirectory name" case Alexey Shumkin
2015-09-04 22:24 ` [PATCH v1 2/2] contrib/subtree: respect spaces in a repository path Alexey Shumkin
2015-09-04 23:08 ` [PATCH v1 0/2] contrib/subtree: make it " Junio C Hamano
2015-09-07 11:05 ` Alexey Shumkin
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=cover.1441404851.git.Alex.Crezoff@gmail.com \
--to=alex.crezoff@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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).