Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-08-28 02:16:38 +0400
committerJunio C Hamano <gitster@pobox.com>2012-08-28 05:36:39 +0400
commit5d55915c7a58e59d913b0cfc38a6f49514068cd2 (patch)
tree3e6e20c39310bb7b2dab95f72fca215c91ecb144 /http-push.c
parenta20efee9cfcf9c68bb01d0aa82ffc7903d88bab4 (diff)
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