Re: [PATCH] git-p4: Strip branch name prefixes if --use-client-spec enabled

2012-08-22 Thread Pete Wyckoff
casey.mcgi...@gmail.com wrote on Mon, 20 Aug 2012 13:43 -1000: > This removes the branch names from being included in the file system > path when using the both --use-client-spec and --detect-branches > options. > > Used alone, the --detect-branches option did the right thing, removing > the branc

[PATCH] git-p4: Strip branch name prefixes if --use-client-spec enabled

2012-08-20 Thread Patrick C. McGinty
From: "Patrick C. McGinty" This removes the branch names from being included in the file system path when using the both --use-client-spec and --detect-branches options. Used alone, the --detect-branches option did the right thing, removing the branch names from the relative git path. By adding