Git development
 help / color / mirror / Atom feed
* [PATCH] Insert ACTIVESTATE_STRING in Git.pm
@ 2007-01-22 14:32 Alex Riesen
  2007-01-22 14:43 ` Alex Riesen
  2007-01-22 15:44 ` Petr Baudis
  0 siblings, 2 replies; 4+ messages in thread
From: Alex Riesen @ 2007-01-22 14:32 UTC (permalink / raw)
  To: Git Mailing List; +Cc: Junio C Hamano, Petr Baudis

Also add "git" to the pipe parameters, otherwise it does not work at all, as
no git commands are usable out of git context.

---

This is not enough to make it work on ActiveState. It's just to
fix obvious TODOs, which should help someone to get it going.
The other problems are:
 - tie refuses to bind a handle class activestate_pipe to a scalar $fh
   (a patch follows)
 - there are some unexplained warnings about uninitialized values
 - cygwin-windows pathname conversion (not fixable at all)

 perl/Git.pm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2007-01-22 16:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-22 14:32 [PATCH] Insert ACTIVESTATE_STRING in Git.pm Alex Riesen
2007-01-22 14:43 ` Alex Riesen
2007-01-22 15:44 ` Petr Baudis
2007-01-22 16:07   ` Alex Riesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox