-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Jim Meyering wrote:
> Micah Cowan <[EMAIL PROTECTED]> wrote:
>> +    * bootstrap: Remove --cvs-user, CVS_USER, CVS_RSH; and "test -d
>> +    CVS" from version_controlled_file function.
> ...
>> -  if test -d CVS; then
>> -    grep -F "/$file/" $dir/CVS/Entries 2>/dev/null |
>> -         grep '^/[^/]*/[0-9]' > /dev/null && found=yes
>> -  elif test -d .git; then
>> +  if test -d .git; then
>>      git-rm -n "$dir/$file" > /dev/null 2>&1 && found=yes
>>    else
>>      echo "$0: no version control for $dir/$file?" >&2
> 
> Applied, but not that last hunk, so projects using
> CVS can still use this bootstrap script.

Okay. I just removed that because the only place version_controlled_file
appeared to be getting used was within gnulib/.

I imagine in time we may want to add similar features for git; certainly
I could see where specifying a different clone depth might be desirable.

- --
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHILne7M8hyUobTrERCAIFAJ4xbS/M8WWZDBvtFQ39DhAePE9fIwCfTVpK
f6oTSMkduJ2Sxbo8+wMPtBs=
=m9uD
-----END PGP SIGNATURE-----


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to