Package Details: jujutsu-git 0.13.0.r224.g1be82250-1

Git Clone URL: https://aur.archlinux.org/jujutsu-git.git (read-only, click to copy)
Package Base: jujutsu-git
Description: Git-compatible VCS that is both simple and powerful
Upstream URL: https://github.com/martinvonz/jj
Keywords: git vcs
Licenses: Apache-2.0
Conflicts: jj, jujutsu
Provides: jj, jujutsu
Submitter: uhthomas
Maintainer: ChaseCares
Last Packager: ChaseCares
Votes: 4
Popularity: 0.20
First Submitted: 2022-02-20 16:17 (UTC)
Last Updated: 2024-02-07 15:23 (UTC)

Required by (0)

Sources (1)

Latest Comments

xnuk commented on 2023-06-01 08:25 (UTC)

Since Apr 13 (92a911b7), jj debug completion is moved to jj util completion. You may want to change this accordingly.

--- PKGBUILD
+++ PKGBUILD
@@ -34,9 +34,9 @@
     export CARGO_TARGET_DIR=target
     cargo build --frozen --release --all-features

-    "target/release/$_pkgname" debug completion --bash > "completions/$_pkgname.bash"
-    "target/release/$_pkgname" debug completion --fish > "completions/$_pkgname.fish"
-    "target/release/$_pkgname" debug completion --zsh > "completions/_$_pkgname"
+    "target/release/$_pkgname" util completion --bash > "completions/$_pkgname.bash"
+    "target/release/$_pkgname" util completion --fish > "completions/$_pkgname.fish"
+    "target/release/$_pkgname" util completion --zsh > "completions/_$_pkgname"
 }

 check() {