Bug#581582: topgit: tg-rmdir invokes git-status with invalid options

2010-06-05 Thread James Vega
On Sat, Jun 05, 2010 at 08:13:00AM +0200, Uwe Kleine-König wrote: > Hello James, > > > > Did you test this patch and did it help? I'm a bit unsure what to > > > prefer (i.e. my patch or s/status/commit --dry-run/). > > > > “git commit --dry-run -a >/dev/null” returns 0 if there are changes to >

Bug#581582: topgit: tg-rmdir invokes git-status with invalid options

2010-06-04 Thread Uwe Kleine-König
Hello James, > > Did you test this patch and did it help? I'm a bit unsure what to > > prefer (i.e. my patch or s/status/commit --dry-run/). > > “git commit --dry-run -a >/dev/null” returns 0 if there are changes to > commit, 1 otherwise. So, both that and the above patch look like valid > meth

Bug#581582: topgit: tg-rmdir invokes git-status with invalid options

2010-06-04 Thread James Vega
On Mon, May 24, 2010 at 10:21:43PM +0200, Uwe Kleine-König wrote: > Hello James, > > On Sun, May 16, 2010 at 08:51:38AM +0200, Uwe Kleine-König wrote: > > diff --git a/debian/tg2quilt.mk b/debian/tg2quilt.mk > > index f83caa6..744b853 100644 > > --- a/debian/tg2quilt.mk > > +++ b/debian/tg2quilt.m

Bug#581582: topgit: tg-rmdir invokes git-status with invalid options

2010-05-25 Thread James Vega
2010/5/24 Uwe Kleine-König : > Hello James, > > Martin told me that git status used to take the same options as git > commit.  Reading the commit log of v1.7.0-rc0~137^2~17 [1] of git.git, > an alternative is to substitute git status by git commit --dry-run. > > [status patch] > > Did you test this

Bug#581582: topgit: tg-rmdir invokes git-status with invalid options

2010-05-24 Thread Uwe Kleine-König
Hello James, On Sun, May 16, 2010 at 08:51:38AM +0200, Uwe Kleine-König wrote: > On Thu, May 13, 2010 at 06:57:05PM -0400, James Vega wrote: > > Package: topgit > > Version: 0.8-1.1 > > Severity: normal > > > > $ debian/rules tg-cleanexport > > QUILT_PATCHES=debian/patches quilt pop -a 2>/dev/nul

Bug#581582: topgit: tg-rmdir invokes git-status with invalid options

2010-05-16 Thread Uwe Kleine-König
Hello James, On Thu, May 13, 2010 at 06:57:05PM -0400, James Vega wrote: > Package: topgit > Version: 0.8-1.1 > Severity: normal > > $ debian/rules tg-cleanexport > QUILT_PATCHES=debian/patches quilt pop -a 2>/dev/null || : > error: unknown switch `a' > usage: git status [options] [--] ... > >

Bug#581582: topgit: tg-rmdir invokes git-status with invalid options

2010-05-13 Thread James Vega
Package: topgit Version: 0.8-1.1 Severity: normal $ debian/rules tg-cleanexport QUILT_PATCHES=debian/patches quilt pop -a 2>/dev/null || : error: unknown switch `a' usage: git status [options] [--] ... -v, --verbose be verbose -s, --short show status concisely --porc