Searched refs:commit (Results 1 – 23 of 23) sorted by relevance
/systemd-251/tools/ |
D | add-git-hook.sh | 7 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/ |
D | rhbug-1554943.mountinfo | 23 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-format | 17 # 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).
|
D | LICENSE.GPL2 | 16 Foundation's software and to any other program whose authors commit to
|
D | TODO | 1797 - "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
|
D | meson.build | 64 # Try to install the git pre-commit hook
|
D | NEWS | 3119 "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/ |
D | systemd-machine-id-commit.service | 12 Documentation=man:systemd-machine-id-commit.service(8) 23 ExecStart=systemd-machine-id-setup --commit
|
D | meson.build | 134 ['systemd-machine-id-commit.service', '',
|
/systemd-251/docs/ |
D | TRANSLATORS.md | 58 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.)
|
D | CODE_QUALITY.md | 67 automatically enable a git commit hook that ensures whitespace cleanliness. 69 14. [LGTM](https://lgtm.com/) analyzes every commit pushed to `main`. The list
|
D | CODE_OF_CONDUCT.md | 10 …ommunity communications channels (such as mailing lists, submitted patches, commit comments, etc.).
|
D | RELEASE.md | 13 4. Update hwdb (`ninja -C build update-hwdb`, `ninja -C build update-hwdb-autosuspend`, commit sepa…
|
D | HACKING.md | 106 $ git commit # commit it
|
D | CODING_STYLE.md | 15 - 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
|
D | BOOT_LOADER_SPECIFICATION.md | 13 setups. We'd like to improve this situation by getting everybody to commit to a
|
/systemd-251/src/version/ |
D | version.h.in | 3 * Detailed project version that includes git commit when not built from a release.
|
/systemd-251/hwdb.d/ |
D | 60-seat.hwdb | 4 # a frame-buffer one instead. Since commit 6260d28b8a, frame-buffer devices are
|
D | 60-sensor.hwdb | 49 # [1]: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=dfc57732ad38f93ae…
|
/systemd-251/src/core/ |
D | dbus-unit.h | 21 int bus_unit_set_properties(Unit *u, sd_bus_message *message, UnitWriteFlags flags, bool commit, sd…
|
D | dbus-unit.c | 2399 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/ |
D | codeql-analysis.yml | 17 # so it doesn't seem to make much sense to trigger it on every PR or commit.
|
/systemd-251/man/rules/ |
D | meson.build | 941 ['systemd-machine-id-commit.service', '8', [], ''],
|