Re: [PATCH] git-p4: explicitly specify that HEAD is a revision

2014-04-07 Thread Junio C Hamano
Pete Wyckoff writes: > vdog...@ixiacom.com wrote on Mon, 07 Apr 2014 16:19 +0300: >> 'git p4 rebase' fails with the following message if there is a file >> named HEAD in the current directory: >> >> fatal: ambiguous argument 'HEAD': both revision and filename >> Use '--' to separate pa

Re: [PATCH] git-p4: explicitly specify that HEAD is a revision

2014-04-07 Thread Pete Wyckoff
vdog...@ixiacom.com wrote on Mon, 07 Apr 2014 16:19 +0300: > 'git p4 rebase' fails with the following message if there is a file > named HEAD in the current directory: > > fatal: ambiguous argument 'HEAD': both revision and filename > Use '--' to separate paths from revisions, like thi

[PATCH] git-p4: explicitly specify that HEAD is a revision

2014-04-07 Thread Vlad Dogaru
'git p4 rebase' fails with the following message if there is a file named HEAD in the current directory: fatal: ambiguous argument 'HEAD': both revision and filename Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' Take the suggestion above and e