diff options
author | Eric Wong <normalperson@yhbt.net> | 2007-01-30 14:04:22 -0800 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2007-02-23 00:57:11 -0800 |
commit | d4eff2bda5fc28559e96d62604ecaf78a4ff806b (patch) | |
tree | 8dbc4ee427d8399325a1fa77cfddd6056b09f67c /t/t9100-git-svn-basic.sh | |
parent | c7eba7163b452840c8492b9ad87846b44cc98ea7 (diff) | |
download | git-d4eff2bda5fc28559e96d62604ecaf78a4ff806b.tar.gz |
git-svn: make (multi-)fetch safer but slower
get_log with explicit paths is the safest way to get revisions
that change a particular path we're interested in.
Unfortunately that means we still have to run get_log multiple
times for each path we're interested in, and even more if
a path gets deleted.
The first argument of get_log() is an array reference, but we
shouldn't use more than one element in that array ref because
the non-existence of _one_ of those paths for a particular range
would cause an error for all paths in that range, so yes, we
need multiple get_log calls to be on the safe side...
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 't/t9100-git-svn-basic.sh')
0 files changed, 0 insertions, 0 deletions