-
Notifications
You must be signed in to change notification settings - Fork 156
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: denisbrodbeck/machineid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: panta/machineid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 11 files changed
- 3 contributors
Commits on Dec 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e10a1dd - Browse repository at this point
Copy the full SHA e10a1ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e922c9 - Browse repository at this point
Copy the full SHA 3e922c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac4d261 - Browse repository at this point
Copy the full SHA ac4d261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 865ab5f - Browse repository at this point
Copy the full SHA 865ab5fView commit details -
The machine id is looked in "canonical" locations. If not value is found, one is generated and persisted. The machine id is looked in: - the file pointed by the `MACHINE_ID_FILE` env var - `/var/lib/dbus/machine-id` - `/etc/machine-id` - `$HOME/.config/machine-id` If no such file is found, a random uuid is generated and persisted in the first writable file among `$MACHINE_ID_FILE`, `/var/lib/dbus/machine-id`, `/etc/machine-id`, `$HOME/.config/machine-id`. If there is an error reading _all_ the files an empty string is returned. The logic implemented is a variation of the one described in #5 (comment)
Configuration menu - View commit details
-
Copy full SHA for c2fe0d5 - Browse repository at this point
Copy the full SHA c2fe0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f7240f - Browse repository at this point
Copy the full SHA 9f7240fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbdde20 - Browse repository at this point
Copy the full SHA dbdde20View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd5292c - Browse repository at this point
Copy the full SHA dd5292cView commit details
Commits on Mar 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0eb1a0e - Browse repository at this point
Copy the full SHA 0eb1a0eView commit details
Commits on Sep 26, 2022
-
Merge pull request #1 from shawn-ogg/patch-1
Fix random uuid filename reference under linux.
Configuration menu - View commit details
-
Copy full SHA for c77705a - Browse repository at this point
Copy the full SHA c77705aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master