Re: Inverting the --committer option to git-log with v1.7.5.4

2012-08-26 Thread Junio C Hamano
"Todd A. Jacobs" writes: > Is there currently a better way to request logs for "everyone but > committer x" in Git? If not, is this a feature that someone who > understands the Git source might find useful enough to add in? No, there is not. I wouldn't comment on the potential usefulness of suc

Inverting the --committer option to git-log with v1.7.5.4

2012-08-26 Thread Todd A. Jacobs
I wanted to search a repository for all commits that were *not* committed by a particular person. While I eventually managed to build a regular expression that worked for my limited use case, it seems like there ought to be a more sensible way to find the data I'm looking for. As an example, this