From: Anders Melchiorsen <mail@cup.kalibalik.dk>
To: git@vger.kernel.org
Subject: [BUG] git ls-files -m --with-tree does double output
Date: Wed, 24 Sep 2008 18:19:32 +0200 [thread overview]
Message-ID: <87od2dv7mz.fsf@cup.kalibalik.dk> (raw)
I think that this is wrong? The combination of -m and --with-tree
shows duplicate entries. Git 1.6.0.2.
Cheers,
Anders.
and@dylle:~$ mkdir repo ; cd repo
and@dylle:~/repo$ git init
Initialized empty Git repository in /home/and/repo/.git/
and@dylle:~/repo$ date >a ; git add a ; git commit -m'Add 1'
Created initial commit c027435: Add 1
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 a
and@dylle:~/repo$ date >a
and@dylle:~/repo$ git ls-files -m --with-tree=HEAD
a
a
next reply other threads:[~2008-09-24 16:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-24 16:19 Anders Melchiorsen [this message]
2008-09-26 22:50 ` [BUG] git ls-files -m --with-tree does double output Jeff King
-- strict thread matches above, loose matches on Subject: below --
2008-11-13 21:53 Anders Melchiorsen
2008-11-13 22:35 ` Junio C Hamano
2008-11-13 22:39 ` Junio C Hamano
2008-11-13 23:11 ` Anders Melchiorsen
2008-11-16 8:03 ` Junio C Hamano
2008-11-16 9:00 ` Anders Melchiorsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87od2dv7mz.fsf@cup.kalibalik.dk \
--to=mail@cup.kalibalik.dk \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.