1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-27 18:45:09 +02:00

Document current cvsexportcommit limitations.

Since there is no bugtracker that I know of, let's just use the scripts
themselves to document their limitations.

Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Yann Dirson 2006-05-27 18:39:33 +02:00 committed by Junio C Hamano
parent ff4a9ceb97
commit 0d71b31a5e

View File

@ -1,5 +1,12 @@
#!/usr/bin/perl -w
# Known limitations:
# - cannot add or remove binary files
# - cannot add parent directories when needed
# - does not propagate permissions
# - tells "ready for commit" even when things could not be completed
# (eg addition of a binary file)
use strict;
use Getopt::Std;
use File::Temp qw(tempdir);