git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] git-p4: view spec improvements
@ 2012-01-02 23:05 Pete Wyckoff
  2012-01-02 23:05 ` [PATCH 1/6] git-p4: test client view handling Pete Wyckoff
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Pete Wyckoff @ 2012-01-02 23:05 UTC (permalink / raw)
  To: git; +Cc: Gary Gibbons

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

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

end of thread, other threads:[~2012-01-02 23:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 23:05 [PATCH 0/6] git-p4: view spec improvements Pete Wyckoff
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

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