Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyz
backupninja
Commits
46000c03
Commit
46000c03
authored
13 years ago
by
rhatto
Committed by
intrigeri
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Make numericids defaults to null (fixes #3691)
parent
f351306d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
handlers/rsync.in
+1
-1
1 addition, 1 deletion
handlers/rsync.in
with
3 additions
and
1 deletion
ChangeLog
+
2
−
0
View file @
46000c03
version 1.0 -- UNRELEASED
handler changes
rysnc:
. Fix numericids option (Redmine#3691).
dup:
. Make the .dup generated by ninjahelper more consistent with
example.dup.
...
...
This diff is collapsed.
Click to expand it.
handlers/rsync.in
+
1
−
1
View file @
46000c03
...
...
@@ -887,7 +887,7 @@ function set_filelist {
function
set_rsync_options
{
if
[
!
-z
"
$numericids
"
]
;
then
if
[
"
$numericids
"
!=
"0"
]
;
then
rsync_options
=
"
$rsync_options
--numeric-ids"
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment