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