소스 검색

jj: l and ls

raylu 5 달 전
부모
커밋
155e5ec99d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      config/jj/config.toml

+ 2 - 1
config/jj/config.toml

@@ -19,5 +19,6 @@ key = '~/.ssh/id_ed25519.pub'
 sign-on-push = true
 
 [aliases]
-l = ['log', '-r', '(trunk()..@):: | (trunk()..@)- | bookmarks()']
+l = ['log', '-r', '(trunk()..@):: | ancestors(trunk()..@, 4) | bookmarks()', '-T', 'builtin_log_compact_full_description']
 ll = ['log', '-r', 'ancestors(present(@) | present(trunk()) | bookmarks() | tracked_remote_bookmarks() | visible_heads(), 2)']
+ls = ['log', '-r', '..(@ | present(trunk()))', '-T', 'builtin_log_compact_full_description']