-
Notifications
You must be signed in to change notification settings - Fork 0
Next #16
Commits on Dec 15, 2022
-
Ignore system("ionice") failure more explicitly
Newer versions of glibc set the function attribute `warn_unused_result` on `system()`. We want to ignore a failure in the call with `ionice`, because its best-efford anyway. Unfortunately, the intuitive `(void)system(...)` doesn't work with gcc.
Configuration menu - View commit details
-
Copy full SHA for 178a613 - Browse repository at this point
Copy the full SHA 178a613View commit details -
Configuration menu - View commit details
-
Copy full SHA for a888627 - Browse repository at this point
Copy the full SHA a888627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab3a32 - Browse repository at this point
Copy the full SHA 0ab3a32View commit details -
After the last commit, fileop_chown and fileop_lchown are the same. Remove fileop_chown and use fileop_lchown everywhere.
Configuration menu - View commit details
-
Copy full SHA for a05560e - Browse repository at this point
Copy the full SHA a05560eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f3983 - Browse repository at this point
Copy the full SHA c7f3983View commit details -
Add "ecryptfs" as local filesystem
My notebook uses ecryptfs and this surely is a local filesystem.
Configuration menu - View commit details
-
Copy full SHA for 5686998 - Browse repository at this point
Copy the full SHA 5686998View commit details -
Allow multiple --ssh-opt in command line
--ssh-opt is much more powerfull if it can be specified multiple times. So allow that.
Configuration menu - View commit details
-
Copy full SHA for b42b2da - Browse repository at this point
Copy the full SHA b42b2daView commit details -
We don't free the string vectors `excepts` and `ssh_opts` or the strings they containt, so we can use the strings from argv directly.
Configuration menu - View commit details
-
Copy full SHA for 19bc12d - Browse repository at this point
Copy the full SHA 19bc12dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c63781 - Browse repository at this point
Copy the full SHA 4c63781View commit details -
Configuration menu - View commit details
-
Copy full SHA for d345a50 - Browse repository at this point
Copy the full SHA d345a50View commit details -
Configuration menu - View commit details
-
Copy full SHA for c29c7f6 - Browse repository at this point
Copy the full SHA c29c7f6View commit details -
Remove .PMIRROR_HISTORY exclude
I don't remember, what his was for, so remove it.
Configuration menu - View commit details
-
Copy full SHA for 281b34a - Browse repository at this point
Copy the full SHA 281b34aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3613f - Browse repository at this point
Copy the full SHA bb3613fView 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.