From bd9e485505837b0b188666e39acbe7e5e75c9c79 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 23 Jul 2021 22:41:01 +0300 Subject: [PATCH] Correct git archive import features I actually fixed this in dde40d0 and included in in the commit message, then I botched some rebase work where I was trying to cleanup formatting separately from content changes and obliterated the fix. --- docs/COMPARISON.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/COMPARISON.md b/docs/COMPARISON.md index fd7a9245163..13ea6a19a29 100644 --- a/docs/COMPARISON.md +++ b/docs/COMPARISON.md @@ -44,7 +44,7 @@ | Run once scripts | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | | Machine-to-machine symlink differences | ✅ | ❌ | ❌ | ❌ | Manual | ✅ | Manual | | Shell completion | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | -| Archive import | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | +| Archive import | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | | Archive export | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ | | Implementation language | Go | Python | Perl | Ruby | POSIX | Bash | C |