bug#44187: [PATCH 0/3] Fall back to Software Heritage (SWH) for Git clones

2021-09-14 Thread Ludovic Courtès
Hello, zimoun skribis: > Cool! However, the patch does not apply on the top of 53f54d4aa2. > That's why the option '--base' of "git format-patch" is really helpful. ;-) Ah! It should apply on top of ff613c2b68aac539262822490448e637d8f315ba. If not, I can rebase it and send an updated patch

bug#44187: [PATCH 0/3] Fall back to Software Heritage (SWH) for Git clones

2021-09-13 Thread zimoun
Hi Ludo, Cool! However, the patch does not apply on the top of 53f54d4aa2. That's why the option '--base' of "git format-patch" is really helpful. ;-) Onto which commit does the patch set apply? In order to try and review. :-) Cheers, simon

bug#44187: [PATCH 0/3] Fall back to Software Heritage (SWH) for Git clones

2021-09-10 Thread Ludovic Courtès
Hi! A bit of context: we already had automatic SWH fallback for Git checkouts, which is to say that any origin that uses ‘git-fetch’ would have its checkout transparently fetched from SWH if upstream vanished (this dates back to commit 608d3dca89d73fe7260e97a284a8aeea756a3e11, Nov. 2018). What