diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-08-27 15:16:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-27 18:36:39 -0700 |
commit | 5d55915c7a58e59d913b0cfc38a6f49514068cd2 (patch) | |
tree | 3e6e20c39310bb7b2dab95f72fca215c91ecb144 /http-push.c | |
parent | a20efee9cfcf9c68bb01d0aa82ffc7903d88bab4 (diff) | |
download | git-5d55915c7a58e59d913b0cfc38a6f49514068cd2.tar.gz |
receive-pack: use in_merge_bases() for fast-forward check
The original computed merge-base between the old commit and the new
commit and checked if the old commit was a merge base between them,
in order to make sure we are fast-forwarding.
Instead, call in_merge_bases(old, new) which does the same.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http-push.c')
0 files changed, 0 insertions, 0 deletions