Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
glehmann
/
jj
Public
forked from
jj-vcs/jj
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
bsdinis
All time
Commit history
Commits on Mar 18, 2025
git: add more targetted debug logging for subprocess code
Show description for 837eee9
bsdinis
committed
837eee9
View commit details
Copy full SHA for 837eee9
Browse repository at this point
Commits on Mar 16, 2025
cli: change debug logging behaviour to whitelist `jj` crates
Show description for 142ba74
bsdinis
committed
142ba74
View commit details
Copy full SHA for 142ba74
Browse repository at this point
Commits on Mar 15, 2025
git: add error for inadequate git version
Show description for 1c5585f
bsdinis
committed
1c5585f
View commit details
Copy full SHA for 1c5585f
Browse repository at this point
Commits on Mar 14, 2025
git: detect remote refusal of a push
Show description for 4e5260d
bsdinis
committed
4e5260d
View commit details
Copy full SHA for 4e5260d
Browse repository at this point
git: small fixes to git-push parsing
Show description for bb75612
bsdinis
committed
bb75612
View commit details
Copy full SHA for bb75612
Browse repository at this point
git: refactor git push output
bsdinis
committed
6c95f61
View commit details
Copy full SHA for 6c95f61
Browse repository at this point
Commits on Mar 5, 2025
cli/tests: port test_git_clone to gitoxide
bsdinis
committed
4c5800a
View commit details
Copy full SHA for 4c5800a
Browse repository at this point
cli/tests: port test_git_fetch to gitoxide
bsdinis
committed
09d92e8
View commit details
Copy full SHA for 09d92e8
Browse repository at this point
cli/tests: have clone helper take in a remote name
Show description for 876262a
bsdinis
committed
876262a
View commit details
Copy full SHA for 876262a
Browse repository at this point
cli/tests: port test_git_push to gitoxide
bsdinis
committed
a19787d
View commit details
Copy full SHA for a19787d
Browse repository at this point
cli/tests: port test_git_remotes to gitoxide
bsdinis
committed
c2a92fc
View commit details
Copy full SHA for c2a92fc
Browse repository at this point
docs: update the docs to best describe the authentication compatibility
bsdinis
committed
61f3732
View commit details
Copy full SHA for 61f3732
Browse repository at this point
Commits on Mar 1, 2025
cli/tests: move test_git_colocated_unborn_bookmarks to gitoxide
bsdinis
committed
038da96
View commit details
Copy full SHA for 038da96
Browse repository at this point
cli/tests: move test_git_colocated_fetch_deleted_or_moved_bookmark to gitoxide
bsdinis
committed
071e724
View commit details
Copy full SHA for 071e724
Browse repository at this point
cli/tests: move most of the test_git_colocated tests to gitoxide
bsdinis
committed
05479df
View commit details
Copy full SHA for 05479df
Browse repository at this point
Commits on Feb 28, 2025
lib/tests: move remaining git test to gitoxide
bsdinis
committed
e9e127c
View commit details
Copy full SHA for e9e127c
Browse repository at this point
Commits on Feb 24, 2025
lib: move git_backend tests to gitoxide
Show description for 653cc6c
bsdinis
committed
653cc6c
View commit details
Copy full SHA for 653cc6c
Browse repository at this point
Commits on Feb 21, 2025
lib/tests: port lib tests to gitoxide
Show description for 8372502
bsdinis
committed
8372502
View commit details
Copy full SHA for 8372502
Browse repository at this point
Commits on Feb 20, 2025
tests: move gitoxide test helpers to testutils
Show description for 683ee92
bsdinis
committed
683ee92
View commit details
Copy full SHA for 683ee92
Browse repository at this point
cli/tests: move bookmark_command test to gitoxide
Show description for c8ee6b7
bsdinis
committed
c8ee6b7
View commit details
Copy full SHA for c8ee6b7
Browse repository at this point
Commits on Feb 19, 2025
git: remove `--bare` flag from git commands
Show description for 6d26580
bsdinis
committed
6d26580
View commit details
Copy full SHA for 6d26580
Browse repository at this point
cli: remove error hint for invalid remote names
Show description for f233de5
bsdinis
committed
f233de5
View commit details
Copy full SHA for f233de5
Browse repository at this point
git: pass --no-write-fetch-head to `git`
Show description for 31afda9
bsdinis
committed
31afda9
View commit details
Copy full SHA for 31afda9
Browse repository at this point
Commits on Feb 18, 2025
git: reject remotes with forward slashes
Show description for 64ea8be
bsdinis
committed
64ea8be
View commit details
Copy full SHA for 64ea8be
Browse repository at this point
cli: add hint to rename on remote management error
bsdinis
committed
d6e7047
View commit details
Copy full SHA for d6e7047
Browse repository at this point
Commits on Feb 12, 2025
cli/tests: port test_gitignore to gitoxide
bsdinis
committed
9ca6d17
View commit details
Copy full SHA for 9ca6d17
Browse repository at this point
cli/tests: port test_git_init to gitoxide
Show description for 6746942
bsdinis
committed
6746942
View commit details
Copy full SHA for 6746942
Browse repository at this point
cli/tests: add more gitoxide helpers
Show description for 18cd4d3
bsdinis
committed
18cd4d3
View commit details
Copy full SHA for 18cd4d3
Browse repository at this point
Commits on Feb 11, 2025
cli/tests: remove allow(unused) from git helpers
bsdinis
committed
39fe9aa
View commit details
Copy full SHA for 39fe9aa
Browse repository at this point
cli/tests: port test_git_import_export to gitoxide
bsdinis
committed
5b174c9
View commit details
Copy full SHA for 5b174c9
Browse repository at this point
cli/tests: port test_commit_template to gitoxide
bsdinis
committed
4f6a2fc
View commit details
Copy full SHA for 4f6a2fc
Browse repository at this point
cli/tests: port test_bookmark to gitoxide
Show description for 5076d0e
bsdinis
committed
5076d0e
View commit details
Copy full SHA for 5076d0e
Browse repository at this point
cli/tests: port test_operations to gitoxide
Show description for a8eb76f
bsdinis
committed
a8eb76f
View commit details
Copy full SHA for a8eb76f
Browse repository at this point
cli/tests: port test_undo to gitoxide
bsdinis
committed
d56d910
View commit details
Copy full SHA for d56d910
Browse repository at this point
cli/tests: port test_git_submodule to gitoxide
bsdinis
committed
806e766
View commit details
Copy full SHA for 806e766
Browse repository at this point
Previous
Next
You can’t perform that action at this time.