Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Document current cvsexportcommit limitations.
author
Yann Dirson
<ydirson@altern.org>
Sat, 27 May 2006 16:39:33 +0000
(18:39 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 28 May 2006 16:46:50 +0000
(09:46 -0700)
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>
git-cvsexportcommit.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
ff4a9ce
)
diff --git
a/git-cvsexportcommit.perl
b/git-cvsexportcommit.perl
index ed87dc9e8736e59ac023e1be6ac0af9f056818ea..3e4e90b89b718bb9417a1d42c4933e0ab9c0a3b7 100755
(executable)
--- a/
git-cvsexportcommit.perl
+++ b/
git-cvsexportcommit.perl
@@
-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);