git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Possible --remove-empty bug
@ 2006-03-12 14:12 Marco Costalba
  2006-03-12 21:31 ` Junio C Hamano
  0 siblings, 1 reply; 9+ messages in thread
From: Marco Costalba @ 2006-03-12 14:12 UTC (permalink / raw)
  To: junkio; +Cc: git

>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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-03-18  7:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-12 14:12 Possible --remove-empty bug Marco Costalba
2006-03-12 21:31 ` 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

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).