summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-27fix: Address edge case in file rename tracking in vc-dir buffersexternals/vc-jjKristoffer Balintona
2026-04-26fix: "jj diff --types" regexp for renamed filesKristoffer Balintona
2026-04-26test: Fix return values for `vc-jj-dir-status-files`Kristoffer Balintona
2026-04-26feat: Show renamed file info in vc-dir bufferKristoffer Balintona
2026-04-25tests: Add test for renamed files and directoriesKristoffer Balintona
2026-04-25fix: Handle VC state and file name of renamed filesKristoffer Balintona
2026-04-16docs: Include more project information in package commentaryKristoffer Balintona
2026-04-13fix: Set `default-directory` when calling `vc-do-async-command`Kristoffer Balintona
2026-04-13fix: Have process functions always set `default-directory`Kristoffer Balintona
2026-04-13Clarify `vc-jj--call` policy on `default-directory`Kristoffer Balintona
2026-04-07Corrections to comments in and docstring of `vc-jj-dir-status-files`Kristoffer Balintona
2026-04-07fix: Make revision-completion-table robust against divergent changes and perf...Kristoffer Balintona
2026-04-07fix: Malformed `apply` formKristoffer Balintona
2026-04-07Define `vc-jj--call`, a process function primitiveKristoffer Balintona
2026-04-07Improve accuracy and clarity of process functions' docstringsKristoffer Balintona
2026-04-07refactor: Define a common subroutine for `vc-jj-push` and `vc-jj-pull`Kristoffer Balintona
2026-04-06docs: Improve description of test suite and its usageKristoffer Balintona
2026-04-06Revert "Display `vc-jj-log-view-mode-map` in `vc-jj-log-view-mode` docstring"Kristoffer Balintona
2026-04-06Improve `read-string` invocation in `vc-jj-log-view-bookmark-rename`Kristoffer Balintona
2026-04-06fix: Remove redundant "-r" alias usage in "jj show" callsKristoffer Balintona
2026-04-06test: Make `vc-jj-test-annotate` work in an Emacs without an interactive displayKristoffer Balintona
2026-04-06fix: Respect the value of `vc-use-short-revision`Kristoffer Balintona
2026-04-05fix: Use description and consult `vc-jj-async-checkins` in `vc-jj-checkin`Kristoffer Balintona
2026-04-05test: Add basic test for `vc-jj-checkin`Kristoffer Balintona
2026-04-05feat: Async support for `vc-jj-checkin`Kristoffer Balintona
2026-04-04Display `vc-jj-log-view-mode-map` in `vc-jj-log-view-mode` docstringKristoffer Balintona
2026-04-04refactor: Improve `vc-jj--filename-to-fileset` performanceKristoffer Balintona
2026-04-04docs: Improve docstrings and comments related to filesetsKristoffer Balintona
2026-04-02feat: Async support for `vc-jj-diff`Kristoffer Balintona
2026-04-02test: Write more state-querying testsKristoffer Balintona
2026-04-02test: Reorganize test file and add several basic testsKristoffer Balintona
2026-04-02test: Clean up test helpers and add file section headingsKristoffer Balintona
2026-04-02test: Use `seq-set-equal-p` instead of `equal` when applicableKristoffer Balintona
2026-04-02refactor: Use new state-deducing helpers in `vc-jj-dir-status-files`Kristoffer Balintona
2026-04-02refactor: Delegate VC state-deducing logic to helper functionsKristoffer Balintona
2026-03-24Remove double paragraph in readmeRudi Schlatte
2026-03-24build: Use Bug Reference to link to project issues and PRsKristoffer Balintona
2026-03-23Add majjic to list of related packages, update self-description of jujutsushiRudi Schlatte
2026-02-17Implement the delete-revision VC methodKristoffer Balintona
2026-02-17Add outline headings for new worktree-related Emacs 31 VC methodsKristoffer Balintona
2026-02-17Implement the revision-published-p VC methodKristoffer Balintona
2026-02-17Implement the working-revision-symbol VC methodKristoffer Balintona
2026-02-17Implement the async-checkins VC methodKristoffer Balintona
2026-02-17Implement the log-search VC methodKristoffer Balintona
2026-02-17Prefer "jj show --no-patch" over "jj log -n 1"Kristoffer Balintona
2026-02-17Don't use obsoleted Emacs 31.1 macrosKristoffer Balintona
2026-02-15Consistently capitalize "Jujutsu" in READMEKristoffer Balintona
2026-02-15Describe capitalization and terminology conventionsKristoffer Balintona
2026-02-15Minor improvements to clarity in READMEKristoffer Balintona
2026-02-15Remove resolved FIXMEKristoffer Balintona