-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Knownhosts tilde aware path expansion - fixes #1107 #1115
Open
memetb
wants to merge
15
commits into
dmacvicar:main
Choose a base branch
from
memetb:knownhosts-tilde-aware-expansion
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e2e673 - Browse repository at this point
Copy the full SHA 7e2e673View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e825964 - Browse repository at this point
Copy the full SHA e825964View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1950b4 - Browse repository at this point
Copy the full SHA f1950b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8b55be - Browse repository at this point
Copy the full SHA f8b55beView commit details -
Configuration menu - View commit details
-
Copy full SHA for f516c36 - Browse repository at this point
Copy the full SHA f516c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c3ddb - Browse repository at this point
Copy the full SHA 14c3ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2759f - Browse repository at this point
Copy the full SHA 5d2759fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d286cf5 - Browse repository at this point
Copy the full SHA d286cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceee215 - Browse repository at this point
Copy the full SHA ceee215View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b260c8 - Browse repository at this point
Copy the full SHA 4b260c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f99592 - Browse repository at this point
Copy the full SHA 2f99592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206bf26 - Browse repository at this point
Copy the full SHA 206bf26View commit details -
bugfix: be platform independent when dealing with filenames
previously this code would hand back the path as specified by the caller if it failed (a path which can be a user specified string). However, this would mean that the returned entity would be a string or a filepath depending on the codepath. This behaviour previously existed in the codebase, however it is not clear if it caused any issues anywhere in production. This PR, including the associated unit test shows that under at least some circumstances (github ci) the outcomes are unexpected.
Configuration menu - View commit details
-
Copy full SHA for a5ef98d - Browse repository at this point
Copy the full SHA a5ef98dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8e95a - Browse repository at this point
Copy the full SHA bf8e95aView commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d366da8 - Browse repository at this point
Copy the full SHA d366da8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.