Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 23 of 23) sorted by relevance

/systemd-251/tools/
Dadd-git-hook.sh7 if [ ! -f .git/hooks/pre-commit.sample ] || [ -f .git/hooks/pre-commit ]; then
11 cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit
12 chmod +x .git/hooks/pre-commit
/systemd-251/test/test-umount/
Drhbug-1554943.mountinfo23 63 0 8:17 / / rw,relatime shared:1 - ext4 /dev/sdb1 rw,lazytime,commit=30,inode_readahead_blks=16
30 77 63 8:33 / /Volumes/dune rw,relatime shared:30 - ext4 /dev/sdc1 rw,lazytime,commit=30,inode_reada…
31 79 63 8:33 /builduser /home/builduser rw,relatime shared:30 - ext4 /dev/sdc1 rw,lazytime,commit=30,…
33 83 63 8:33 /.tmp /var/tmp rw,relatime shared:30 - ext4 /dev/sdc1 rw,lazytime,commit=30,inode_readah…
35 …/www-servers/autotest rw,relatime shared:30 - ext4 /dev/sdc1 rw,lazytime,commit=30,inode_readahead…
36 89 63 8:33 /.tmp /tmp rw,relatime shared:30 - ext4 /dev/sdc1 rw,lazytime,commit=30,inode_readahead_…
38 …l/sftp-homes/flow/cms rw,relatime shared:30 - ext4 /dev/sdc1 rw,lazytime,commit=30,inode_readahead…
42 101 63 9:0 / /mnt/raid10 rw,relatime shared:36 - ext4 /dev/md0 rw,lazytime,commit=30,stripe=128,ino…
/systemd-251/
D.clang-format17 # 2. Run `git clang-format HEAD~` - Refer the commit *before* your changes here.
19 # 4. Stage + commit, potentially with `--amend` (means to fixup the last commit).
DLICENSE.GPL216 Foundation's software and to any other program whose authors commit to
DTODO1797 - "machinectl commit" that takes a writable snapshot of a tree, invokes a
1868 - some servers don't do rapid commit without a filled in IA_NA, verify
Dmeson.build64 # Try to install the git pre-commit hook
DNEWS3119 "systemd-machine-id-commit.service" service now acts as boot
5117 git commit hash when built from git. An override may be specified
7068 https://cgit.freedesktop.org/xorg/xserver/commit/?id=dc48bd653c7e101.)
8507 kernel change, please refer to the respective upstream commit:
8509 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bd1060a1d671
8837 * 'machine-id-commit' functionality has been merged into
8838 'machine-id-setup --commit'. The separate binary has been
10086 * A new service systemd-machine-id-commit.service has been
/systemd-251/units/
Dsystemd-machine-id-commit.service12 Documentation=man:systemd-machine-id-commit.service(8)
23 ExecStart=systemd-machine-id-setup --commit
Dmeson.build134 ['systemd-machine-id-commit.service', '',
/systemd-251/docs/
DTRANSLATORS.md58 creating a git commit from this change, to only include the one translation
69 Once you're done, create a git commit for the update of the `po/*.po` file you
71 using `git checkout -- po/` after you commit the changes you do want to keep.)
DCODE_QUALITY.md67 automatically enable a git commit hook that ensures whitespace cleanliness.
69 14. [LGTM](https://lgtm.com/) analyzes every commit pushed to `main`. The list
DCODE_OF_CONDUCT.md10 …ommunity communications channels (such as mailing lists, submitted patches, commit comments, etc.).
DRELEASE.md13 4. Update hwdb (`ninja -C build update-hwdb`, `ninja -C build update-hwdb-autosuspend`, commit sepa…
DHACKING.md106 $ git commit # commit it
DCODING_STYLE.md15 - We prefer `/* comments */` over `// comments` in code you commit,
682 - Do not use "Signed-Off-By:" in your commit messages. That's a kernel thing we
DBOOT_LOADER_SPECIFICATION.md13 setups. We'd like to improve this situation by getting everybody to commit to a
/systemd-251/src/version/
Dversion.h.in3 * Detailed project version that includes git commit when not built from a release.
/systemd-251/hwdb.d/
D60-seat.hwdb4 # a frame-buffer one instead. Since commit 6260d28b8a, frame-buffer devices are
D60-sensor.hwdb49 # [1]: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=dfc57732ad38f93ae…
/systemd-251/src/core/
Ddbus-unit.h21 int bus_unit_set_properties(Unit *u, sd_bus_message *message, UnitWriteFlags flags, bool commit, sd…
Ddbus-unit.c2399 bool commit, in bus_unit_set_properties() argument
2480 if (commit && n > 0 && UNIT_VTABLE(u)->bus_commit_properties) in bus_unit_set_properties()
/systemd-251/.github/workflows/
Dcodeql-analysis.yml17 # so it doesn't seem to make much sense to trigger it on every PR or commit.
/systemd-251/man/rules/
Dmeson.build941 ['systemd-machine-id-commit.service', '8', [], ''],