git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* BUG:git-log --follow <path> should never trim output WRT equivalent git-log <path>
@ 2008-03-24 16:19 Santiago Gala
  2008-03-25  1:45 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Santiago Gala @ 2008-03-24 16:19 UTC (permalink / raw)
  To: git

I tried this on today's git.git repository, as a suggestion for following moves:

$ git log  -M -C -C --color --stat --follow -- gitk-git/po/de.po | wc -l
0
sgala@marlow ~/newcode/git/git (master)$ git log  -M -C -C --color --stat --
gitk-git/po/de.po | wc -l
31
$ git --version
git version 1.5.4.4

I find very strange that --follow makes git log to stop outputting the first
entries.

Regards
Santiago

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-25  1:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-24 16:19 BUG:git-log --follow <path> should never trim output WRT equivalent git-log <path> Santiago Gala
2008-03-25  1:45 ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).