mirror of
https://github.com/git/git.git
synced 2026-03-09 08:42:35 +01:00
The loop picks elements from @ARGV one by one, sifts them into arguments meant for format-patch and the script itself, and pushes them to @files and @rev_list_opts arrays. Pick elements from @ARGV starting at the beginning using shift, instead of at the end using pop, as push appends them to the end of the array. Signed-off-by: Junio C Hamano <gitster@pobox.com>
28 KiB
Executable File
28 KiB
Executable File