Bug#1024536: git-crecord: fails on committing/stagin

2022-11-25 Thread Christoph Anton Mitterer
Hey again. I think I also managed to reproduce the first error: $ git clone g...@github.com:calestyo/btrbk.git $ cd btrbk $ git checkout improve-ssh_filter_btrbk.sh $ git rebase --interactive 53b3290e14ea9c8df6288bec981d8b28655c8fa7 This shows: pick 9819fdc ssh_filter_btrbk.sh: convert to

Bug#1024536: git-crecord: fails on committing/stagin

2022-11-25 Thread Christoph Anton Mitterer
On Fri, 2022-11-25 at 07:42 +0100, Andrej Shadura wrote: > > I’ve just run those commands, and it worked without an error. Given > that I use git-crecord daily, I’d have caught the breakage this basic > — are you sure it’s not something with your gitconfig? Hmm I just tried with moving my

Bug#1024536: git-crecord: fails on committing/stagin

2022-11-24 Thread Andrej Shadura
Hi, On Fri, 25 Nov 2022, at 02:19, Christoph Anton Mitterer wrote: >> 2) If it still fails, run with --debug, it’s going to print the patch >> 3) If possible, send me your working tree so that I can try it out > > > Could you possibly try this: > > $ git init foo > Initialized empty Git

Bug#1024536: git-crecord: fails on committing/stagin

2022-11-24 Thread Andrej Shadura
Hi, On Fri, 25 Nov 2022, at 02:19, Christoph Anton Mitterer wrote: > On Mon, 2022-11-21 at 08:42 +0100, Andrej Shadura wrote: >> Can you try these things please: >> 1) Try the latest Git version > That's a bit difficult right now in my setup. I’ve just realised my suggestion could be misread —

Bug#1024536: git-crecord: fails on committing/stagin

2022-11-24 Thread Christoph Anton Mitterer
Hey Andrej On Mon, 2022-11-21 at 08:42 +0100, Andrej Shadura wrote: > Can you try these things please: > 1) Try the latest Git version That's a bit difficult right now in my setup. > 2) If it still fails, run with --debug, it’s going to print the patch > 3) If possible, send me your working

Bug#1024536: git-crecord: fails on committing/stagin

2022-11-20 Thread Andrej Shadura
Hi, On Mon, 21 Nov 2022, at 05:09, Christoph Anton Mitterer wrote: > I wanted to selectively stage (or commit) just two lines. > In both cases it fails with the same error: > $ git crecord > error: patch fragment without header at line 16: @@ -171,8 +171,8 @@ > while [ "$#" -ge 1 ]; do > On

Bug#1024536: git-crecord: fails on committing/stagin

2022-11-20 Thread Christoph Anton Mitterer
Package: git-crecord Version: 20220324.0-1 Severity: important Hey. I wanted to selectively stage (or commit) just two lines. In both cases it fails with the same error: $ git crecord error: patch fragment without header at line 16: @@ -171,8 +171,8 @@ while [ "$#" -ge 1 ]; do On branch