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
>
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
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
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
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
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] [--] ...
>
>
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
7 matches
Mail list logo