-
Notifications
You must be signed in to change notification settings - Fork 560
Insights: jj-vcs/jj
Overview
Could not load contribution data
Please try again later
19 Pull requests merged by 6 people
-
revset: add
parents(x, depth)
andchildren(x, depth)
#6848 merged
Jun 29, 2025 -
rewrite: deduplicate internal parents while collecting transitive edges
#6851 merged
Jun 29, 2025 -
templater: add renderer.format_plain_text() for convenience
#6843 merged
Jun 28, 2025 -
docs: show which template types support implicit conversions
#6840 merged
Jun 28, 2025 -
better handling of non-UTF-8 workspace/repository paths
#6822 merged
Jun 27, 2025 -
revset: refactor alias expansion stack and error handling
#6824 merged
Jun 27, 2025 -
templater: make Commit, CommitRef objects serializable
#6835 merged
Jun 27, 2025 -
templater: make Operation object serializable
#6836 merged
Jun 27, 2025 -
templater: make some more value types serializable
#6788 merged
Jun 27, 2025 -
cli: op diff: use predecessors information to pair old/new commits #6754
#6757 merged
Jun 27, 2025 -
test_signing_backend: import modules from crate::
#6834 merged
Jun 26, 2025 -
docs: update mention of deprecated config
ui.diff.format
toui.diff-formatter
#6833 merged
Jun 26, 2025 -
git_backend: minor cleanup around extra header parsing
#6825 merged
Jun 25, 2025 -
squash: allow --interactive and fileset to be used together
#6819 merged
Jun 24, 2025 -
lib: add
rustversion
, turn off a clippy lint in nightly in tests#6818 merged
Jun 24, 2025 -
github: bump the github-dependencies group with 4 updates
#6817 merged
Jun 23, 2025 -
cargo: bump the cargo-dependencies group with 3 updates
#6816 merged
Jun 23, 2025 -
revset: optimize empty list of commits as
none()
#6811 merged
Jun 23, 2025 -
id_prefix: check conflicting bookmarks/tags when calculating shortest length
#6805 merged
Jun 23, 2025
11 Pull requests opened by 6 people
-
Doc-only Converting a repo into a co-located repo: .git dir handling
#6813 opened
Jun 23, 2025 -
revset: add change_id/commit_id(prefix) predicates
#6814 opened
Jun 23, 2025 -
git: add jj git sync command
#6826 opened
Jun 25, 2025 -
FAQ: Answer on how to revert merge commits
#6828 opened
Jun 25, 2025 -
cli: add built-in `ndjson()` template alias
#6838 opened
Jun 27, 2025 -
trailers: make separators configurable
#6839 opened
Jun 27, 2025 -
templater: refactor handling of alias expansion stack
#6841 opened
Jun 27, 2025 -
repo: migrate to Rust 2024 edition
#6845 opened
Jun 27, 2025 -
cli: git-push: make "change" bookmark names templated
#6847 opened
Jun 28, 2025 -
squash: allow to squash into the sources
#6855 opened
Jun 28, 2025 -
cargo: enable missing "rc" feature of serde
#6857 opened
Jun 29, 2025
11 Issues closed by 6 people
-
FR: Revset expression for nth parent/child
#3337 closed
Jun 29, 2025 -
OOM for jj duplicate
#6850 closed
Jun 29, 2025 -
`ui.pager=:builtin` eats the output of an erroneous command help
#6852 closed
Jun 29, 2025 -
Completion fails after short commands
#6849 closed
Jun 28, 2025 -
Explain why Jujutsu does not have a concept of a "current bookmark"
#6831 closed
Jun 26, 2025 -
FR: Allow to skip not ignored files in `jj file untrack`
#6804 closed
Jun 25, 2025 -
`trunk()` doesn't check both `upstream` and `origin`
#6812 closed
Jun 23, 2025 -
Migrate path handling to `camino` for UTF-8 valid paths
#6808 closed
Jun 23, 2025 -
Conflicting {change, commit}.shortest() and bookmark or tag name
#2416 closed
Jun 23, 2025 -
FR: Include source line number in `FileAnnotation`
#6809 closed
Jun 22, 2025 -
Carriage returns improperly handled by jj
#6806 closed
Jun 22, 2025
10 Issues opened by 10 people
-
FR: Allow retrieving the path of another workspace
#6854 opened
Jun 28, 2025 -
Incorrect summary for renamed/moved files when the move follows the pattern a/b/b/c <-> a/b/c
#6853 opened
Jun 28, 2025 -
FR: `jj op noop`
#6846 opened
Jun 27, 2025 -
FR: Support for trailer separator customization
#6837 opened
Jun 26, 2025 -
jj creates divergent operations without any user input whatsoever
#6830 opened
Jun 26, 2025 -
Builtin split TUI sometimes reorders lines
#6829 opened
Jun 25, 2025 -
FR: Add `jj revert --edit` and/or `jj revert --interactive`
#6827 opened
Jun 25, 2025 -
Overlapping rebase destinations cause an error
#6823 opened
Jun 25, 2025 -
`file_util::check_symlink_support` fails on some Windows machine
#6815 opened
Jun 23, 2025 -
Can not clone URL with user part containing _
#6810 opened
Jun 22, 2025
22 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Support the `core.autocrlf` git config
#6728 commented on
Jun 29, 2025 • 42 new comments -
website: Add the CHANGELOG
#6748 commented on
Jun 27, 2025 • 3 new comments -
fix: misalignement in graphs with some fonts
#6708 commented on
Jun 24, 2025 • 0 new comments -
squash: use the authors of the squashed commit as co-authors
#6662 commented on
Jun 24, 2025 • 0 new comments -
cli: new `--restore-snapshots=<REVSETS>` option for `jj rebase` and others
#6634 commented on
Jun 25, 2025 • 0 new comments -
split: the second commit keeps the change id
#6466 commented on
Jun 22, 2025 • 0 new comments -
cli completion: complete `--tool` for diff tools, diff editors, and merge editors
#6198 commented on
Jun 24, 2025 • 0 new comments -
index: don't preserve commits not referred to by operations/views
#6121 commented on
Jun 27, 2025 • 0 new comments -
docs: Document the existing deprecation policy
#5545 commented on
Jun 23, 2025 • 0 new comments -
Colocated workspaces, minimal
#4644 commented on
Jun 25, 2025 • 0 new comments -
FR: Option for squash where you opt into each edit instead of opting out
#6218 commented on
Jun 27, 2025 • 0 new comments -
FR: Support large binary files better than Git
#2865 commented on
Jun 27, 2025 • 0 new comments -
FR: key/value store per change and commit
#6664 commented on
Jun 26, 2025 • 0 new comments -
FR: Group op log entries when scripting
#6663 commented on
Jun 26, 2025 • 0 new comments -
Common GitHub workflows result in divergent commits with `git.write-change-id-header = true`
#6724 commented on
Jun 26, 2025 • 0 new comments -
Add support for Git LFS
#80 commented on
Jun 26, 2025 • 0 new comments -
document how to use powershell and elvish completions
#2947 commented on
Jun 25, 2025 • 0 new comments -
FR: check `config-schema` against the actual settings "get" requests
#6797 commented on
Jun 23, 2025 • 0 new comments -
Adding a gitignore after the fact is difficult to clean up
#3203 commented on
Jun 23, 2025 • 0 new comments -
FR: `jj file annotate` should be able to report the line numbers in the original commit to enable nice TUI functionality
#6103 commented on
Jun 23, 2025 • 0 new comments -
With the `git` backend, `jj`'s change id index consistency relies on locks that aren't always available
#2193 commented on
Jun 22, 2025 • 0 new comments -
FR: Support Creation of Git Annotated Tags
#5426 commented on
Jun 22, 2025 • 0 new comments