missing commands git 'version/'switch and branch merge commands added

This commit is contained in:
2026-08-11 15:30:24 +02:00
parent 856c9bd58e
commit 1c7d71ab07
4 changed files with 118 additions and 7 deletions
+4
View File
@@ -4,6 +4,10 @@
racket/file
git)
(check-equal? (git 'version) "0.2.11")
(check-equal? (git-version) "0.2.11")
(define tmp (make-temporary-file "racket-git-branch-merge-test~a" 'directory))
(define (write-file path text)