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

Feature/gitrepository #52

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

Commits on Dec 14, 2018

  1. GitRepository.commit_files: add committer_info argument

    For setting the committer name/email/date - similarly to author_info.
    
    Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
    marquiz committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    a7ded3f View commit details
    Browse the repository at this point in the history
  2. GitRepository.commit_staged: add committer_info argument

    For setting the committer name/email/date - similarly to author_info.
    
    Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
    marquiz committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    8184679 View commit details
    Browse the repository at this point in the history
  3. GitRepository.commit_all: add committer_info argument

    Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
    marquiz committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    417eac6 View commit details
    Browse the repository at this point in the history
  4. GitRepository: slightly change handling of extra_env arg

    No need to build 'env' arg for popen when extra_env is empty. In some
    methods an empty dict is used to indicate "no extra env". This commit
    does not affect the output/outcome of GitRepository operations, but,
    just makes the code a tiny bit sleeker.
    
    Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
    marquiz committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    831aeaf View commit details
    Browse the repository at this point in the history