Tzu-Jung Lee <roylee17@xxxxxxxxx> writes: > And also teach the rev-list to parse or interpret the 'saved' refs differently. > So we can have the following use case: > > git log branch_foo --author=some_one -S some_string --saved=cached_ref > git log cached_ref > git cherry-pick cached_ref~4 > git format-patch cached_ref~6..cached_ref~2 > > I often have such use cases. not sure others would be benefited from > such feature. > Just asking for comment. :) It feels too much hackery for too little gain. $ git log --oneline master..branch --author=A.U.Thor -Spickaxe >foos.txt and working from the text file foos.txt at least would not contaminate any ref namespace and you do not have to clean them after you are done. -- 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