1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-02 00:06:11 +02:00
git/perl
Petr Baudis 18b0fc1ce1 Git.pm: Kill Git.xs for now
This patch removes Git.xs from the repository for the time being. This
should hopefully enable Git.pm to finally make its way to master.

Git.xs is not going away forever. When the Git libification makes some
progress, it will hopefully return (but most likely as an optional
component, due to the portability woes) since the performance boosts are
really important for applications like Gitweb or Cogito. It needs to go
away now since it is not really reliable in case you use it for several
repositories in the scope of a single process, and that is not possible
to fix without some either very ugly or very intrusive core changes.

Rest in peace. (While you can.)

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-09-23 14:02:40 -07:00
..
.gitignore Git.pm: Kill Git.xs for now 2006-09-23 14:02:40 -07:00
Git.pm Git.pm: Kill Git.xs for now 2006-09-23 14:02:40 -07:00
Makefile.PL Git.pm: Kill Git.xs for now 2006-09-23 14:02:40 -07:00
private-Error.pm Eliminate Scalar::Util usage from private-Error.pm 2006-07-25 21:13:30 -07:00