Skip to content

Commit

Permalink
Document current cvsexportcommit limitations.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yann Dirson authored and Junio C Hamano committed May 28, 2006
1 parent ff4a9ce commit 0d71b31
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions git-cvsexportcommit.perl
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 0d71b31

Please sign in to comment.