diff is dropping first character from filenames in recursive diffs
Running 1.10.6 with latest from online repositories. I can do a direct copy of a directory, and a “diff -r” shows every filename as different. This happens both on a mounted lvm volume and in the RAM filesystem.
t:~/work# mkdir test
t:~/work# touch test/test1
t:~/work# touch test/test2
t:~/work# touch test/test3
t:~/work# cp -r test/ test2
t:~/work# diff -r test test2/
Only in test2/: est1
Only in test2/: est2
Only in test2/: est3
Only in test: test1
Only in test: test2
Only in test: test3
t:~/work# ls test
test1 test2 test3
t:~/work# ls test2/
test1 test2 test3
(from redmine: issue id 381, created on 2010-07-08, closed on 2010-08-13)
- Changesets:
- Revision 2728f1bf on 2010-07-09T09:57:57Z:
main/busybox: fix for diff
fixes #381
- Revision 27f84b41 on 2010-07-09T11:15:48Z:
main/busybox: fix for diff
fixes #381
(cherry picked from commit 2728f1bf9db999a885ce77618b1d615646e4294f)
- Revision 411e5b31 on 2010-07-20T09:19:08Z:
main/busybox: updated patch for diff
fixes #381
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information