git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv1 0/1] git-p4: handle symlinked directories
@ 2016-12-14  8:17 Luke Diamand
  2016-12-14  8:17 ` [PATCHv1 1/1] git-p4: avoid crash adding symlinked directory Luke Diamand
  0 siblings, 1 reply; 2+ messages in thread
From: Luke Diamand @ 2016-12-14  8:17 UTC (permalink / raw)
  To: git; +Cc: Vinicius Kursancew, larsxschneider, aoakley, Duy Nguyen,
	Luke Diamand

There's a long-standing bug around handling of symlinked directories
in git-p4.

If in git you create a directory, and then symlink it, when git-p4
tries to create the diff-summary of what it's about to do, it
tries to open the symlink as a regular file, and fails.

Luke Diamand (1):
  git-p4: avoid crash adding symlinked directory

 git-p4.py                     | 26 ++++++++++++++++++++------
 t/t9830-git-p4-symlink-dir.sh | 43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+), 6 deletions(-)
 create mode 100755 t/t9830-git-p4-symlink-dir.sh

-- 
2.11.0.274.g0ea315c


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

end of thread, other threads:[~2016-12-14  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-14  8:17 [PATCHv1 0/1] git-p4: handle symlinked directories Luke Diamand
2016-12-14  8:17 ` [PATCHv1 1/1] git-p4: avoid crash adding symlinked directory Luke Diamand

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