Bug#835858: dgit: repo config should override ~/.gitconfig

2016-08-30 Thread Ian Jackson
Sean Whitton writes ("Bug#835858: dgit: repo config should override ~/.gitconfig"): > Package: dgit > Version: 1.4 > Severity: normal > > If you put this in ~/.gitconfig > > [dgit "default"] > clean-mode = git > > and this in the

Bug#835858: dgit: repo config should override ~/.gitconfig

2016-08-28 Thread Sean Whitton
Package: dgit Version: 1.4 Severity: normal If you put this in ~/.gitconfig [dgit "default"] clean-mode = git and this in the .git/config file of a repo [dgit "default"] clean-mode = dpkg-source then dgit should use `git clean` in general but `debian/rules clean` for th