diff options
author | Martin Ågren <martin.agren@gmail.com> | 2017-11-05 21:24:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-06 10:15:29 +0900 |
commit | 24d707f636f01d41f708a010f255dd46a8fce08c (patch) | |
tree | dc3b548317d58c6b073b7a5e847a6d6c9a992a93 /t/t5528-push-default.sh | |
parent | cb5918aa0d50f50e83787f65c2ddc3dcb10159fe (diff) | |
download | git-24d707f636f01d41f708a010f255dd46a8fce08c.tar.gz |
bisect: change calling-convention of `find_bisection()`
This function takes a commit list and returns a commit list. The
returned list is built by modifying the original list. Thus the caller
should not use the original list again (and after the next commit fixes
a memory leak, it must not).
Change the function signature so that it takes a **list and has void
return type. That should make it harder to misuse this function.
While we're here, document this function.
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5528-push-default.sh')
0 files changed, 0 insertions, 0 deletions