git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pete Wyckoff <pw@padd.com>
To: git@vger.kernel.org
Cc: Gary Gibbons <ggibbons@perforce.com>
Subject: [PATCH 0/6] git-p4: view spec improvements
Date: Mon,  2 Jan 2012 18:05:48 -0500	[thread overview]
Message-ID: <1325545554-16540-1-git-send-email-pw@padd.com> (raw)

Gary found and fixed a few bothersome problems with how
git-p4 parses the View lines in client specifications.
I got the itch to fix other issues, and ended up writing
a battery of test cases and redoing the view spec code
entirely.

Patch summary:

    1.  Add 22 test cases for client view spec handling,
	most of which are expected to fail.  Test review
	welcome.

    2-4.  Fix issues with unsupported wildcards, incorrect
	  sorting, and add support for single-file maps.

    5.  Rewrite view spec code, fixing the rest of the tests.
        This is new python that could use some review.

    6.  Update docs.  This depends on pw/p4-docs-and-tests that
	is in next.

Gary Gibbons (3):
  git-p4: fix test for unsupported P4 Client Views
  git-p4: sort client views by reverse View number
  git-p4: support single file p4 client view maps

Pete Wyckoff (3):
  git-p4: test client view handling
  git-p4: rewrite view handling
  git-p4: view spec documentation

 Documentation/git-p4.txt      |   40 ++++--
 contrib/fast-import/git-p4    |  316 ++++++++++++++++++++++++++++++++---------
 t/t9809-git-p4-client-view.sh |  290 +++++++++++++++++++++++++++++++++++++
 3 files changed, 564 insertions(+), 82 deletions(-)
 create mode 100755 t/t9809-git-p4-client-view.sh

-- 
1.7.8.1.407.gd70cb

             reply	other threads:[~2012-01-02 23:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-02 23:05 Pete Wyckoff [this message]
2012-01-02 23:05 ` [PATCH 1/6] git-p4: test client view handling Pete Wyckoff
2012-01-02 23:05 ` [PATCH 2/6] git-p4: fix test for unsupported P4 Client Views Pete Wyckoff
2012-01-02 23:05 ` [PATCH 3/6] git-p4: sort client views by reverse View number Pete Wyckoff
2012-01-02 23:05 ` [PATCH 4/6] git-p4: support single file p4 client view maps Pete Wyckoff
2012-01-02 23:05 ` [PATCH 5/6] git-p4: rewrite view handling Pete Wyckoff
2012-01-02 23:05 ` [PATCH 6/6] git-p4: view spec documentation 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=1325545554-16540-1-git-send-email-pw@padd.com \
    --to=pw@padd.com \
    --cc=ggibbons@perforce.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).