* git-cvsimport and i18n.commitencoding
@ 2009-02-12 7:01 Prenom Nom
2009-02-12 11:12 ` Johannes Schindelin
0 siblings, 1 reply; 2+ messages in thread
From: Prenom Nom @ 2009-02-12 7:01 UTC (permalink / raw)
To: git
Hi,
i'd like to import a project from CVS. The cvs commits are done using
Cp1252 encoding charset. The thing is i cannot change the .git/config
file since the repo is created by git-cvsimport. So how can i use the
good charset ?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git-cvsimport and i18n.commitencoding
2009-02-12 7:01 git-cvsimport and i18n.commitencoding Prenom Nom
@ 2009-02-12 11:12 ` Johannes Schindelin
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Schindelin @ 2009-02-12 11:12 UTC (permalink / raw)
To: Prenom Nom; +Cc: git
Hi,
On Thu, 12 Feb 2009, Prenom Nom wrote:
> The thing is i cannot change the .git/config file since the repo is
> created by git-cvsimport.
Indeed. A dirty little trick would be to edit $(git
--exec-path)git-cvsimport and put in your desired changes.
A less ugly solution would be to patch git-cvsimport.perl to add an option
--into-existing-repository that does not complain when the Git repository
is already initialized, unless the 'origin' branch exists, too.
Hth,
Dscho
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-12 11:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-12 7:01 git-cvsimport and i18n.commitencoding Prenom Nom
2009-02-12 11:12 ` Johannes Schindelin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox