Rudi Schlatte rudi · he/him
  • Joined on 2023年12月14日
rudi deleted branch push-opnmlvstnvpy from emacs-jj-vc/vc-jj.el 2026年05月31日 17:39:28 +02:00
rudi pushed to master at emacs-jj-vc/vc-jj.el 2026年05月31日 17:39:26 +02:00
bf62502af0
Implement reading jj's version
rudi merged pull request emacs-jj-vc/vc-jj.el#173 2026年05月31日 17:39:26 +02:00
Implement reading jj's version
rudi pushed to push-opnmlvstnvpy at emacs-jj-vc/vc-jj.el 2026年05月31日 17:37:51 +02:00
bf62502af0
Implement reading jj's version
bfb119cc36
vc-dir hotfix on Emacs <= 30
03ab3ba867 fix: Address edge case in file rename tracking in vc-dir buffers
1407704c50 fix: "jj diff --types" regexp for renamed files
3af836e6b0 test: Fix return values for vc-jj-dir-status-files
Compare 30 commits »
rudi pushed to project-el-integration at emacs-jj-vc/vc-jj.el 2026年05月31日 17:37:51 +02:00
68ade4e5f6
Implement vc-jj-project-list-files
bfb119cc36
vc-dir hotfix on Emacs <= 30
Compare 2 commits »
rudi commented on issue emacs-jj-vc/vc-jj.el#193 2026年05月31日 17:36:38 +02:00
vc-dir broken on latest Emacs release

I checked in a hotfix, vc-dir seems to work here (Emacs 30) as good as before

rudi deleted branch push-rkrtkuzvyzto from emacs-jj-vc/vc-jj.el 2026年05月31日 17:35:52 +02:00
rudi pushed to master at emacs-jj-vc/vc-jj.el 2026年05月31日 17:35:48 +02:00
bfb119cc36
vc-dir hotfix on Emacs <= 30
rudi closed issue emacs-jj-vc/vc-jj.el#193 2026年05月31日 17:35:47 +02:00
vc-dir broken on latest Emacs release
rudi merged pull request emacs-jj-vc/vc-jj.el#194 2026年05月31日 17:35:46 +02:00
vc-dir hotfix on Emacs <= 30
rudi created pull request emacs-jj-vc/vc-jj.el#194 2026年05月31日 17:34:20 +02:00
vc-dir hotfix on Emacs <= 30
rudi pushed to push-rkrtkuzvyzto at emacs-jj-vc/vc-jj.el 2026年05月31日 17:33:45 +02:00
bfb119cc36
vc-dir hotfix on Emacs <= 30
rudi created branch push-rkrtkuzvyzto in emacs-jj-vc/vc-jj.el 2026年05月31日 17:33:45 +02:00
rudi commented on issue emacs-jj-vc/vc-jj.el#193 2026年05月26日 14:19:49 +02:00
vc-dir broken on latest Emacs release

You can see the commit that added the display-state slot to vc-dir-fileinfo via this command:

rudi opened issue emacs-jj-vc/vc-jj.el#193 2026年05月25日 17:10:24 +02:00
vc-dir broken on latest Emacs release
rudi pushed to project-el-integration at emacs-jj-vc/vc-jj.el 2026年05月25日 16:57:53 +02:00
651f441f40
Implement vc-jj-project-list-files
03ab3ba867 fix: Address edge case in file rename tracking in vc-dir buffers
1407704c50 fix: "jj diff --types" regexp for renamed files
3af836e6b0 test: Fix return values for vc-jj-dir-status-files
9abda46112 feat: Show renamed file info in vc-dir buffer
Compare 52 commits »
rudi commented on pull request emacs-jj-vc/vc-jj.el#187 2026年04月16日 15:06:56 +02:00
docs: Include more project information in package commentary

After reading hte diff, I find myself drawn to this style:

rudi commented on issue emacs-jj-vc/vc-jj.el#178 2026年04月07日 13:17:19 +02:00
Make GNU ELPA tarball smaller?

Hahaha, see package--get-description -- it will skip README.md but not README.org! Are you ok with using markdown for our README file? Then describe-package will use the commentary from the...

rudi commented on issue emacs-jj-vc/vc-jj.el#178 2026年04月07日 13:13:37 +02:00
Make GNU ELPA tarball smaller?

What I'd really like to do is create the package description from the vc-jj.el Commentary: field instead of our README.org -- I like how it looks now after your changes, but it's too much text...

rudi pushed to push-opnmlvstnvpy at emacs-jj-vc/vc-jj.el 2026年04月04日 18:30:47 +02:00
3ae3158338
Implement reading jj's version