commit | f6fdbb6804eac72eb0ccff191162a5911bf2b014 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Mon Oct 19 02:49:55 2009 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Oct 19 00:31:02 2009 -0700 |
tree | 94a1a3b438a6eb279045faac564008c62faa8d12 | |
parent | b142da2a5dec8f868a61322e2ab591e9a008ec3b [diff] |
cvsimport: fix relative argument filenames One of the first things that cvsimport does is chdir to the newly created git repo. This means that any filenames given to us on the command line will be looked up relative to the git repo directory. This is probably not what the user expects, so let's remember and prepend the original directory for relative filenames. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>