Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
redox-os
installer
Compare revisions
6f40e32d4967a243474336e9703b089c3141bd6e to 352407371caff5fc3e6e6c554ab6adf62d471d3e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
redox-os/installer
Select target project
No results found
352407371caff5fc3e6e6c554ab6adf62d471d3e
Select Git revision
Swap
Target
redox-os/installer
Select target project
redox-os/installer
Sag0Sag0/installer
microcolonel/installer
mich/installer
potatogim/installer
bruceadams/installer
rw_van/installer
carrot93/installer
Ivan/installer
josh_williams/installer
bjorn3/installer
freewilll/installer
Chocimier/installer
andypython/installer
4lDO2/installer
amyipdev/installer
coolreader18/installer
adi-g15/installer
enygmator/installer
josh/installer
20 results
6f40e32d4967a243474336e9703b089c3141bd6e
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Make general config optional
· 35240737
Jeremy Soller
authored
1 year ago
35240737
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/config/mod.rs
+1
-0
1 addition, 0 deletions
src/config/mod.rs
with
1 addition
and
0 deletions
src/config/mod.rs
View file @
35240737
...
...
@@ -12,6 +12,7 @@ pub mod user;
pub
struct
Config
{
#[serde(default)]
pub
include
:
Vec
<
PathBuf
>
,
#[serde(default)]
pub
general
:
general
::
GeneralConfig
,
#[serde(default)]
pub
packages
:
BTreeMap
<
String
,
package
::
PackageConfig
>
,
...
...
This diff is collapsed.
Click to expand it.