Show the presence of untracked files in the bash prompt.
[gitweb.git] / git-svn.perl
index 43c86e85a1e1d36210742d34644656151e554da4..9369acc4dce3681012aa2c16f6d292a3d76d9baf 100755 (executable)
@@ -1647,6 +1647,7 @@ sub fetch_all {
        my $ra = Git::SVN::Ra->new($url);
        my $uuid = $ra->get_uuid;
        my $head = $ra->get_latest_revnum;
+       $ra->get_log("", $head, 0, 1, 0, 1, sub { $head = $_[1] });
        my $base = defined $fetch ? $head : 0;
 
        # read the max revs for wildcard expansion (branches/*, tags/*)