+ # Examine changes from root of git repo, not from any subdir,
+ # in order to see all changes.
+ my ($subdir, $rootdir) = git_find_root();
+ $git_dir=$rootdir;
+ my @ret=git_parse_changes(git_commit_info($sha1, 1));
+ $git_dir=undef;
+ return @ret;