git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] contrib/subtree: make it respect spaces in a repository path
@ 2015-09-04 22:24 Alexey Shumkin
  2015-09-04 22:24 ` [PATCH v1 1/2] t7900-subtree: test the "space in a subdirectory name" case Alexey Shumkin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alexey Shumkin @ 2015-09-04 22:24 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Alexey Shumkin, git

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-07 11:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-04 22:24 [PATCH v1 0/2] contrib/subtree: make it respect spaces in a repository path Alexey Shumkin
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

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).