Bug#578908: git-svn: use of uninitialised value in 'reset' operation

2010-06-13 Thread Jonathan Nieder
tags 578908 + fixed-upstream quit Jens Seidel wrote: Yes, it helped: $ git svn reset -r13 -p Cannot find SVN revision 13 $ Applied to master as 70ee0b7 (git svn: avoid uninitialized var in 'reset', 2010-05-04). Thanks again. -- To UNSUBSCRIBE, email to

Bug#578908: git-svn: use of uninitialised value in 'reset' operation

2010-05-04 Thread Jonathan Nieder
Eric Wong wrote: Does the following commit message + patch look good to you? Can you edit if needed and sign-off so I can push this for Junio? Thank you. Looks good to me; thanks! Signed-off-by: Jonathan Nieder jrnie...@gmail.com -- To UNSUBSCRIBE, email to

Bug#578908: git-svn: use of uninitialised value in 'reset' operation

2010-05-04 Thread Eric Wong
Hi Jonathan, Does the following commit message + patch look good to you? Can you edit if needed and sign-off so I can push this for Junio? Thank you. From: Jonathan Nieder jrnie...@gmail.com Subject: [PATCH] git svn: avoid uninitialized var in 'reset' When git svn reset is called with an

Bug#578908: git-svn: use of uninitialised value in 'reset' operation

2010-04-27 Thread Jens Seidel
On Mon, Apr 26, 2010 at 08:36:12AM -0500, Jonathan Nieder wrote: On Fri, Apr 23, 2010 at 03:07:44PM +0200, Jens Seidel wrote: $ git svn reset -r13 -p Use of uninitialized value $commit in length at /usr/lib/git-core/git-svn line 3604. arg3 must be a full SHA1 hexsum Oops, the

Bug#578908: git-svn: use of uninitialised value in 'reset' operation

2010-04-27 Thread Jonathan Nieder
Jens Seidel wrote: On Mon, Apr 26, 2010 at 08:36:12AM -0500, Jonathan Nieder wrote: Yes, I do. Sorry to take so long to get back to you; does this patch help? Yes, it helped: $ git svn reset -r13 -p Cannot find SVN revision 13 $ Excellent, thanks. diff --git a/git-svn.perl

Bug#578908: git-svn: use of uninitialised value in 'reset' operation

2010-04-26 Thread Jonathan Nieder
tags 578908 + upstream patch thanks Jens Seidel wrote: On Fri, Apr 23, 2010 at 03:07:44PM +0200, Jens Seidel wrote: $ git svn reset -r13 -p Use of uninitialized value $commit in length at /usr/lib/git-core/git-svn line 3604. arg3 must be a full SHA1 hexsum Oops, the revision I specified

Bug#578908: git-svn: use of uninitialised value in 'reset' operation

2010-04-23 Thread Jens Seidel
Package: git-svn Version: 1:1.7.0.4-2 Severity: normal $ git svn reset -r13 -p Use of uninitialized value $commit in length at /usr/lib/git-core/git-svn line 3604. arg3 must be a full SHA1 hexsum According to git help svn the options I specified are valid. Jens -- System Information: Debian

Bug#578908: git-svn: use of uninitialised value in 'reset' operation

2010-04-23 Thread Jens Seidel
On Fri, Apr 23, 2010 at 03:07:44PM +0200, Jens Seidel wrote: $ git svn reset -r13 -p Use of uninitialized value $commit in length at /usr/lib/git-core/git-svn line 3604. arg3 must be a full SHA1 hexsum Oops, the revision I specified (13) is invalid, the current branch (trunk) starts with a