Junio C Hamano schrieb:Eek! This is not a nice interface. Your example IDs from the your mail to Kristian: $ ./git-rev-list 89719209...262a6ef7 66ae0c77...ced9456a | wc 75 75 3075 $ git-rev-list 89719209 262a6ef7 \ --not $(git-merge-base --all 89719209 262a6ef7) \ --not 66ae0c77 ced9456a \ --not $(git-merge-base --all 66ae0c77 ced9456a) | wc 75 75 3075 $ ./git-rev-list 66ae0c77...ced9456a 89719209...262a6ef7 | wc 76 76 3116 $ git-rev-list 66ae0c77 ced9456a \ --not $(git-merge-base --all 66ae0c77 ced9456a) \ --not 89719209 262a6ef7 \ --not $(git-merge-base --all 89719209 262a6ef7) | wc 75 75 3075 Yep, that doesn't seem right. The additional line is 262a6ef (which is the merge base for 66ae0c77 and ced9456a btw.). The other 4x 75 lines match. I wonder why the two clear_commit_marks() calls at the end of get_merge_bases() are not sufficient, though. Ren
| Mike Travis | [RFC 00/15] x86_64: Optimize percpu accesses |
| Nick Piggin | Re: [PATCH 0 of 4] Generic AIO by scheduling stacks |
| Trent Piepho | [PATCH] [POWERPC] Improve (in|out)_beXX() asm code |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
git: | |
| Kevin Ballard | Re: git on MacOSX and files with decomposed utf-8 file names |
| Jon Smirl | ! [rejected] master -> master (non-fast forward) |
| Linus Torvalds | Re: kernel.org mirroring (Re: [GIT PULL] MMC update) |
| Nguyen Thai Ngoc Duy | Re: VCS comparison table |
| Leon Dippenaar | New tcp stack attack |
| Richard Stallman | Real men don't attack straw men |
| Kevin Neff | Patching a SSH 'Weakness' |
| Chris | sudo & wheel group |
| David Miller | [GIT]: Networking |
| Wang Chen | [PATCH 2/15] netdevice 82596: Convert directly reference of netdev->priv to net... |
| Valentine Barshak | [PATCH] USB: net: Fix asix read transfer buffer allocations. |
| Natalie Protasevich | [BUG] New Kernel Bugs |
