xref: /aosp_15_r20/external/aws-sdk-java-v2/scripts/changelog/git.py (revision 8a52c7834d808308836a99fc2a6e0ed8db339086)
1import subprocess
2def stage_file(filename):
3    return subprocess.call(["git", "add", "-A", filename])