index
:
oasis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Age
Commit message (
Expand
)
Author
2017-02-27
Move util -> src
Michael Forney
2016-12-19
Rename perms-hook to applyperms
Michael Forney
2016-12-19
perms-hook: Allow running on plain directory with .perms
Michael Forney
2016-12-19
perms-hook: Don't pass AT_SYMLINK_NOFOLLOW to fchmodat
Michael Forney
2016-12-10
Add shutdown utility for rc.shutdown
Michael Forney
2016-12-10
perms-hook: Handle GIT_DIR and GIT_WORK_TREE
Michael Forney
2016-12-10
perms-hook: Minor style fixes
Michael Forney
2016-12-10
perms-hook: posix_spawn functions return error number
Michael Forney
2016-11-20
perms-hook: Create directories in order, delete in reverse order
Michael Forney
2016-07-02
perms-hook: Fix parent directory scan
Michael Forney
2016-06-26
perms-hook: Fix bug with specialperms comparisons
Michael Forney
2016-06-23
perms-hook: git hashes are 40 characters, plus 1 for :
Michael Forney
2016-06-18
perms-hook: Don't fail on the first error
Michael Forney
2016-06-18
perms-hook: Make sure we are running in a git repository
Michael Forney
2016-06-18
perms-hook: Clear umask before readchanges
Michael Forney
2016-06-18
perms-hook: Consider deleted entries in .perms
Michael Forney
2016-06-18
perms-hook: Extract defperm from setperm
Michael Forney
2016-06-18
perms-hook: Add missing newlines to log messages
Michael Forney
2016-06-18
Invoke perms-hook using shell script wrappers
Michael Forney
2016-06-18
perms-hook: Drop extra newline from error message
Michael Forney
2016-06-18
perms-hook: Read .perms from new revision rather than HEAD
Michael Forney
2016-06-18
perms-hook: Consider parent directories
Michael Forney
2016-06-18
perms-hook: Move ".perms" to a define
Michael Forney
2016-06-18
perms-hook: Print when changes are made
Michael Forney
2016-06-17
Install perms-hook to /libexec/oasis/perms-hook
Michael Forney
2016-06-17
perms-hook: Move special permission handling to defperm and rename to setperm
Michael Forney
2016-06-17
perms-hook: Mark when special permissions were applied
Michael Forney
2016-06-17
perms-hook: Style
Michael Forney
2016-06-17
perms-hook: Rename some things
Michael Forney
2016-06-14
perms-hook: Add TODO to set permissions of parent directories
Michael Forney
2016-06-10
perms-hook: Handle null commit on initial checkout
Michael Forney
2016-06-06
Build perms-hook for host system
Michael Forney
2016-06-06
perms-hook: Whitespace cleanup
Michael Forney
2016-06-06
perms-hook: Fix post-checkout handling
Michael Forney
2016-06-06
perms-hook: Don't chdir("/"), we may be in a chroot
Michael Forney
2016-06-06
perms-hook: Work as both post-checkout and post-merge
Michael Forney
2016-06-06
post-checkout -> perms-hook
Michael Forney
2016-06-06
post-checkout: Remove -v handling
Michael Forney
2016-06-06
post-checkout: Fix -v flag handling
Michael Forney
2016-06-06
Move fetch-curl.rc to scripts
Michael Forney
2016-06-06
Add post-checkout hook to set special permissions
Michael Forney
2016-06-04
fetch-curl.rc: Fix patch applying
Michael Forney
2016-04-23
Add some scripts to help fetch non-git packages
Michael Forney