Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 651
    • Issues 651
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 216
    • Merge Requests 216
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #381

Closed
Open
Opened Jul 08, 2010 by Ted Trask@ttrask01Developer

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
Assignee
Assign to
Alpine 1.10.7
Milestone
Alpine 1.10.7 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#381