Path: csiph.com!goblin3!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: wasser mai Newsgroups: gnu.utils.bug Subject: [bug-diffutils] - Directories compare doesn't show all differences Date: Wed, 11 Oct 2017 17:07:10 +0200 Lines: 25 Approved: bug-gnu-utils@gnu.org Message-ID: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: usenet.stanford.edu 1507755331 17102 208.118.235.17 (11 Oct 2017 20:55:31 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-gnu-utils@gnu.org Envelope-to: bug-gnu-utils@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=KDY3a4FDKzMqPLoytyB37grB1jLRc+Ilcso+TQd/ON8=; b=sotUp4CuRmY5xGHshQldc6vjy6lcWhGE/I/O+quf80LWOV//nIy3djOoKFC/eLqrPg qFb7TIo0L9pTX8ekXWCeH+oHoGcFx0pjbyWxIHkxNlvr0prqMEOFthOBE+v3dqGySjGC z9yvaGW29GxYGdc7Evu53l67025Ws/se+J0YDuLwOle6V0exq60Qqd2m2gdvheLxvWr0 eCRqwE+b3XBNEdLfjD43aSteZZEkmQCKpywb9m/oV9RGIDtr22CyakFp9fO8x9dO419w NanirawEF0QXRmQtPfs13Kt+pcUefSwQQkayPVmGDbJopB2ofNVqgLiplZmIZVBk9slo Di8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=KDY3a4FDKzMqPLoytyB37grB1jLRc+Ilcso+TQd/ON8=; b=gaLz0OKO0Ce7v567tMblZPdHb7mBlnWdsivPiHei+UnL/0rlEjpqgodao94LafTDBe 9MyqiBFmDmgBIraNR3peJtIHlxjwcRc3uGh0n+VpiV84qvelacVxb/NrWZyGErKNrdAV zjNdz6BPYEScQPp60cGf3nCqI9Xg8NYJCXUXSzu5U0ok7Mv9KqXohadr+mcDkX9Is/rY QhIwuFsfSczn7FJFXGgGu5ffvenuIm/ebhEA6zuY2uaSipuwkq+q3o7zUr9q6aNCxgdU Q9fZTEEk1NgRpMsHIldtMM0uqmrP2dJc0o+S+eueRsUGEj0FoiUkYYrC4yOFKE/h4rSK QAkA== X-Gm-Message-State: AMCzsaWUHJuNkUe7FzH8BCCiUqJK+KJyJwKvpm9Sb3noE6mhBsgjZSrv U0Yq9XdAdQSUa4IwAy2jjS8qLfsI1GvjV88RaYntEg== X-Google-Smtp-Source: AOwi7QBLRF064gOONAyyLt65JtAPaNmWSGSiOOrBGPJzLcPKgbbAdnV9X8F27mmQvCPm8bb/UzVDjoekOi+SKk3NYUI= X-Received: by 10.157.15.67 with SMTP id 61mr2049495ott.198.1507734430793; Wed, 11 Oct 2017 08:07:10 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4003:c06::22e X-Mailman-Approved-At: Wed, 11 Oct 2017 16:55:29 -0400 X-BeenThere: bug-gnu-utils@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Bug reports for the GNU utilities List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.utils.bug:2220 Description of problem: Directories compare with --brief doesn't show all differencies Version-Release number of selected component (if applicable): 3.6 How reproducible: always Steps to Reproduce: 1. create 2 directories dir1 and dir2 2. in dir1 create README file 3. in dir2 create README directory 4. in dir2/README directory create some files - readme1.txt readme2.txt 5. do diff -r --brief dir1/ dir2/ Actual results: file dir1/README is a regular file while file dir2/README is a directory Information about files in dir2/README in compare to dir1 is not present - also difference Expected results: Show all difference as expected