1
0
mirror of https://github.com/git/git.git synced 2025-04-06 08:07:24 +00:00
Junio C Hamano 5d55915c7a 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>
2012-08-27 18:36:39 -07:00
..
2011-12-13 21:58:51 -08:00
2011-06-20 14:27:36 -07:00
2012-01-06 12:44:07 -08:00
2011-11-07 22:12:19 -08:00
2011-12-21 12:02:44 -08:00
2011-12-28 11:32:36 -08:00
2011-12-22 11:27:26 -08:00
2012-01-12 23:33:39 -08:00
2011-11-07 22:12:19 -08:00
2012-03-20 15:53:30 -07:00
2011-05-31 12:19:11 -07:00
2011-08-25 14:42:11 -07:00