diff options
author | Martin von Zweigbergk <martin.von.zweigbergk@gmail.com> | 2012-07-27 10:21:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-07-29 14:54:13 -0700 |
commit | 811929f1695ed7de15cad14b9335534af672b472 (patch) | |
tree | 80c5b45e3b46db1ee58f1307cfe0ebc7435b8b2a /Documentation/RelNotes | |
parent | Merge branch 'jc/test-lib-source-build-options-early' (diff) | |
download | tgif-811929f1695ed7de15cad14b9335534af672b472.tar.xz |
remove unnecessary parameter from get_patch_ids()
get_patch_ids() takes an already initialized rev_info and a
prefix. The prefix is used when initalizing a second rev_info. Since
the initialized rev_info already has a prefix and the prefix never
changes, we can use the prefix from the initialized rev_info to
initialize the second rev_info.
Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
0 files changed, 0 insertions, 0 deletions