author | Linus Torvalds <torvalds@osdl.org> | |
Mon, 18 Sep 2006 17:07:51 +0000 (10:07 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 20 Sep 2006 18:14:39 +0000 (11:14 -0700) | ||
commit | a2ed6ae402582a3ee76e9b4639848eba261a12de | |
tree | 8cac99a9d0a1520ca790208d953306084d6e0d46 | tree | snapshot |
parent | f69895fb0c5921f5b399f35a71caa9a023776ddf | commit | diff |
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>
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 | diff | blob | history |