Equivalence of: git log --exclude-author?

Not currently, although there seems to have been some discussion about supporting a v option in the future, or making the current git log --not work for author committer and grep.

Not currently, although there seems to have been some discussion about supporting a -v option in the future, or making the current git log --not work for --author, --committer and --grep. See also: How to invert git log --grep pattern.

Thanks for the pointer. – andol Jul 31 at 14:29.

Yes its possible. You need to change your . Gitconfig file with the format you need.

Please look at the "Pretty format" section in git log man page. Another reference: "Custom Format" section in here.

Well, either your misunderstood my question, or I am not getting your answer. To clarify, my question is about selecting which commits to include in the git log output. – andol Jul 31 at 16:10 I think @yasouser is referring to the line in the man page "Note: you can specify the default pretty format in the repository configuration (see git-config(1))." so that you can simply your script, rather than solve the problem.

– Philip Oakley Jul 31 at 17:58 @andol: My answer was pertaining to this part of your question: "My question is if there is a less hackish solution to what I want to accomplish? ". If you can customize the log output then your need to create a hackish solution will be minimal.

– yasouser Jul 31 at 18:12 Ahh, thanks for the clarification. – andol Jul 31 at 18:14.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions