Revision 0c1ec5a1f769021ebe96dfff493c561921dbba52 authored by Eric Wong on 18 April 2007, 07:17:33 UTC, committed by Junio C Hamano on 18 April 2007, 19:39:04 UTC
git only tracks the histories of full directories, not
that of individual files.  Sometimes, SVN users will
place[1] a regular file in the directory designated
for subdirectories of branches or tags.

Thanks to jrockway on #git for pointing this out.

[1] mistakenly or otherwise, such as a README

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 1401f46
Raw File
t8002-blame.sh
#!/bin/sh

test_description='git-blame'
. ./test-lib.sh

PROG='git blame -c'
. ../annotate-tests.sh

test_done
back to top