On Wed, Mar 11, 2009 at 6:02 AM, Nanako Shiraishi <nanako3@xxxxxxxxxxx> wrote: > While people's attention is on the completion, there is one case I wish the completion worked better. > "git log origin..mas[TAB]" and "git log origin...mas[TAB]" work as expected, but the same completion does not work for "git diff". I don't miss the two-dot format but it's often useful to say "git diff origin...master". I just looked and realized to fix this properly, __git_complete_file and __git_complete_revlist need some refactoring, along with the functions that use them. So I'll add it to my todo list, since it's more than 5 minutes of available time I have right now. j. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html