From: "Marco Costalba" <mcostalba@gmail.com>
To: junkio@cox.net
Cc: git@vger.kernel.org
Subject: Possible --remove-empty bug
Date: Sun, 12 Mar 2006 15:12:12 +0100 [thread overview]
Message-ID: <e5bfff550603120612k555fc7f3v9d8d17b1bd0b9e41@mail.gmail.com> (raw)
>From today git:
$ git-rev-parse HEAD
be767c91724275c4534965c0d25c452b76057602
$ git-rev-list be767c91724275c4534965c0d25c452b76057602 -- imap-send.c
f2561fda364ad984ef1441a80c90b0ee04f1a7c4
$ git-rev-list --remove-empty be767c91724275c4534965c0d25c452b76057602
-- imap-send.c
$
>From git-rev-list documentation:
--remove-empty::
Stop when a given path disappears from the tree.
But isn't it to be intended *after* a path disapperas from the tree?
In this case I would expect to see revision
f2561fda364ad984ef1441a80c90b0ee04f1a7c4 also with --remove-empty
option.
BTW rev f2561fda364ad984ef1441a80c90b0ee04f1a7c4 is the 'Add
git-imap-send, derived from isync 1.0.1.' patch.
Thanks
Marco
next reply other threads:[~2006-03-12 14:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-12 14:12 Marco Costalba [this message]
2006-03-12 21:31 ` Possible --remove-empty bug Junio C Hamano
2006-03-12 22:54 ` Linus Torvalds
2006-03-13 1:08 ` Junio C Hamano
2006-03-13 5:41 ` Junio C Hamano
2006-03-13 19:03 ` Linus Torvalds
2006-03-17 10:57 ` Marco Costalba
2006-03-18 6:40 ` Junio C Hamano
2006-03-18 7:36 ` Marco Costalba
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=e5bfff550603120612k555fc7f3v9d8d17b1bd0b9e41@mail.gmail.com \
--to=mcostalba@gmail.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).