]> git.ipfire.org Git - thirdparty/git.git/commit
git-log --author and --committer are not left-anchored by default
authorLinus Torvalds <torvalds@osdl.org>
Mon, 18 Sep 2006 17:07:51 +0000 (10:07 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 20 Sep 2006 18:14:39 +0000 (11:14 -0700)
commita2ed6ae402582a3ee76e9b4639848eba261a12de
tree8cac99a9d0a1520ca790208d953306084d6e0d46
parentf69895fb0c5921f5b399f35a71caa9a023776ddf
git-log --author and --committer are not left-anchored by default

I know that I'd prefer a rule where

"--author=^Junio"

would result in the grep-pattern being "^author Junio", but without the
initial '^' it would be "^author .*Junio".

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
revision.c