author | Eric Wong <normalperson@yhbt.net> | |
Sat, 31 Mar 2007 00:54:48 +0000 (17:54 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 31 Mar 2007 08:11:13 +0000 (01:11 -0700) | ||
commit | a6a15a9958cbd77e7181c2110e1e2568a808a204 | |
tree | 950cdf058f3a0fa5bf197785021d6254b5def52a | tree | snapshot |
parent | 46efd2d93ce39fd5c1a91f0a2f918f2d8bbfdf92 | commit | diff |
git-svn: avoid respewing similar error messages for missing paths
We ignore errors if the path we're tracking did not exist for
a particular revision range, but we still print out warnings
telling the user about that.
As pointed out by Seth Falcon, this amounts to a lot of warnings
that could confuse and worry users. I'm not entirely comfortable
completely silencing the warnings, but showing one warning per
path that we track should be reasonable.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
We ignore errors if the path we're tracking did not exist for
a particular revision range, but we still print out warnings
telling the user about that.
As pointed out by Seth Falcon, this amounts to a lot of warnings
that could confuse and worry users. I'm not entirely comfortable
completely silencing the warnings, but showing one warning per
path that we track should be reasonable.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl | diff | blob | history |