Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clone arguments to callback hooks #111

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 23, 2021

  1. Add arguments to clone_parent hook

    Pass through the original arguments to clone and add a pointer to the return value.
    
    This allows the hook to modify the returned PID if desired
    Vance Miller committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    6fbcf8b View commit details
    Browse the repository at this point in the history
  2. Clone child arguments

    Vance Miller committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    4cf717e View commit details
    Browse the repository at this point in the history
  3. clone callback tests

    Vance Miller committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    f367558 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58e3205 View commit details
    Browse the repository at this point in the history