quoted
quoted
quoted
quoted
"PB" == Petr Baudis [off-list ref] writes:
PB> it will show the merged revisions properly, but for
PB> o
PB> | \
PB> o |
PB> ------
PB> | o
PB> | o
PB> o /
PB> o
PB> it won't show the full merge. Whilst when you do
PB> *-log --since foo
PB> I think you mean it to show everything going into the tree since foo -
PB> that would include the whole branch you cut off now.
I use "rev-tree HEAD ^$(git-merge-base HEAD foo)" for this
kind of thing, so rev-list does not really matter.
quoted
--- a/checkout-cache.c
+++ b/checkout-cache.c
PB> I assume this is irrelevant here?
Sorry for sending a dirty patch in. Will fix it up.