Hi Benoît, On Mon, Oct 25, 2010 at 03:12:15PM +0200, Benoît Knecht wrote: > Instead of just looking for the existence of the .git directory in the > current directory, use 'git rev-parse --show-cdup' to figure out where > the root of the git repository is relatively to the current directory > (and raise an error if we're actually not in a git repository). > --- > > Is this what you had in mind? I didn't use '--is-bare-repository' as I'm > not sure what should be done depending on the result. > > This works for me when I run git-buildpackage from within any directory > of a git repository, but maybe there are other cases I didn't consider. That's exactly the hard part. Finding the root of the repo is easy, getting all the commands to work relative to this dir requires more work - and we want consistent behaviour across all gbp commands of course. Cheers, -- Guido
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org