In <bf0c3b3f0908030548q79d2b647rfa40ee427d7a1...@mail.gmail.com>, Mathieu Malaterre wrote: >$ \rm -fr rsvndump >$ mkdir rsvndump >$ cd rsvndump >$ git init >Initialized empty Git repository in >/home/mathieu/Perso/gdcm/Sandbox/debian-med/build-area/rsvndump/.git/ >$ git-import-dsc --pristine-tar ../rsvndump_0.5.2.dsc >Repository has uncommitted changes, commit these first: ># On branch master ># ># Initial commit ># >nothing to commit (create/copy files and use "git add" to track)
git-import-dsc will create/initialize the git repository if it doesn't already exist. Otherwise, the working copy must be "clean", which means the most recent commit (.git/HEAD symref) matches the index and working copy (file system tree ignoring .git and pathnames matching a .gitignore entry). This can't happen with a just created/initialized git repository because it doesn't have a most recent commit. It has no commits; the .git/HEAD symref is invalid/missing. -- Boyd Stephen Smith Jr. ,= ,-_-. =. b...@iguanasuicide.net ((_/)o o(\_)) ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' http://iguanasuicide.net/ \_/
signature.asc
Description: This is a digitally signed message part.